Started by user Matthias Mueller Obtained build-release.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.19.0 from branch appng-1.19.x, current snapshot is 1.19.0-SNAPSHOT, next version will be 1.19.1-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh + rm -rf appng [Pipeline] sh + git clone git@github.com:appNG/appng.git Cloning into 'appng'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + git checkout appng-1.19.x Switched to a new branch 'appng-1.19.x' Branch appng-1.19.x set up to track remote branch appng-1.19.x from origin. [Pipeline] sh + sed -i s/1\.19\.0-SNAPSHOT/1\.19\.1-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/1\.18\.0/1\.19\.0/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/1\.19\.0-SNAPSHOT/1\.19\.0/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 + sed -i s/:current: {snapshot}/:current: {stable}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + git status On branch appng-1.19.x Your branch is up-to-date with 'origin/appng-1.19.x'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-camunda/README.adoc modified: appng-application-camunda/pom.xml modified: appng-application-parent/pom.xml modified: appng-application/README.adoc modified: appng-application/pom.xml modified: appng-appngizer-jaxb/pom.xml modified: appng-appngizer-maven-plugin/pom.xml modified: appng-appngizer/pom.xml modified: appng-archetype-application/pom.xml modified: appng-archetype-application/readme.txt modified: appng-archetype-application/src/main/resources/archetype-resources/pom.xml modified: appng-camunda/pom.xml modified: appng-cli/pom.xml modified: appng-core/pom.xml modified: appng-documentation/pom.xml modified: appng-documentation/src/main/asciidoc/listing/dependencies.txt modified: appng-forms/pom.xml modified: appng-formtags/pom.xml modified: appng-mail/pom.xml modified: appng-maven-plugin/README.adoc modified: appng-maven-plugin/pom.xml modified: appng-persistence/pom.xml modified: appng-rest-api/pom.xml modified: appng-search/pom.xml modified: appng-standalone/pom.xml modified: appng-taglib/pom.xml modified: appng-template-assembly/pom.xml modified: appng-template-parent/pom.xml modified: appng-testsupport/pom.xml modified: appng-tools/pom.xml modified: appng-upngizr/README.adoc modified: appng-upngizr/pom.xml modified: appng-xmlapi/pom.xml modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing release 1.19.0 [appng-1.19.x d757e1b] preparing release 1.19.0 38 files changed, 59 insertions(+), 59 deletions(-) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Release Branch) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn install -Djavax.xml.accessExternalSchema=all -Dmaven.test.skip -Dasciidoctor.skip [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.appng:appng-application-bom:pom:1.19.0 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.appng:appng-rest-api:jar -> duplicate declaration of version 1.19.0 @ 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.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/appng-tools/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/appng-mail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-mail --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-mail --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-mail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/appng-forms/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-forms --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-forms --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-forms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-formtags/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-formtags --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-formtags --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-formtags --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/appng-xmlapi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-xmlapi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-testsupport/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-testsupport --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-testsupport --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/pom.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/README.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/build.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/build.sbt [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/settings.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen-ignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-rest-api --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-rest-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/appng-persistence/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-persistence --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-persistence --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-cli/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-taglib/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-taglib --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-taglib --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.19.0 [INFO] ------------------------------------------------------------------------ [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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application --- [INFO] Tests are skipped. [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_Release/appng/appng-application/target/appng-application-1.19.0] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [274 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.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_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/swagger-annotations-1.5.19.jar [INFO] Copying bzip2-0.9.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bzip2-0.9.1.jar [INFO] Copying protobuf-java-2.5.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/protobuf-java-2.5.0.jar [INFO] Copying jaxb-api-2.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jaxb-api-2.3.1.jar [INFO] Copying juniversalchardet-1.0.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/juniversalchardet-1.0.3.jar [INFO] Copying maven-scm-provider-svnexe-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/jackson-databind-2.9.8.jar [INFO] Copying appng-formtags-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.19.0.jar [INFO] Copying xml-apis-ext-1.3.04.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xml-apis-ext-1.3.04.jar [INFO] Copying classmate-1.3.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/classmate-1.3.4.jar [INFO] Copying tika-parsers-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-parsers-1.16.jar [INFO] Copying apache-mime4j-core-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-core-0.8.1.jar [INFO] Copying appng-persistence-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.19.0.jar [INFO] Copying mysema-commons-lang-0.2.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mysema-commons-lang-0.2.4.jar [INFO] Copying grib-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/grib-4.5.5.jar [INFO] Copying javax.activation-api-1.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.activation-api-1.2.0.jar [INFO] Copying fontbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/fontbox-2.0.6.jar [INFO] Copying jsoup-1.11.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsoup-1.11.1.jar [INFO] Copying appng-core-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.19.0.jar [INFO] Copying spring-orm-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/lucene-highlighter-6.6.5.jar [INFO] Copying poi-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-3.17.jar [INFO] Copying error_prone_annotations-2.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/spring-xml-2.4.3.RELEASE.jar [INFO] Copying commons-compress-1.18.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-compress-1.18.jar [INFO] Copying json-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/json-1.8.jar [INFO] Copying mail-1.4.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/amqp-client-5.5.1.jar [INFO] Copying commons-pool2-2.4.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-pool2-2.4.3.jar [INFO] Copying commons-lang-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-lang-2.6.jar [INFO] Copying HikariCP-3.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/HikariCP-3.3.1.jar [INFO] Copying commons-vfs2-2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-vfs2-2.0.jar [INFO] Copying jackcess-2.1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-2.1.8.jar [INFO] Copying commons-exec-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-exec-1.3.jar [INFO] Copying vorbis-java-core-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/vorbis-java-core-0.8.jar [INFO] Copying commons-lang3-3.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-lang3-3.8.1.jar [INFO] Copying urlrewritefilter-4.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/urlrewritefilter-4.0.4.jar [INFO] Copying Saxon-HE-9.6.0-6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/byte-buddy-1.9.10.jar [INFO] Copying javax.persistence-api-2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.persistence-api-2.2.jar [INFO] Copying lucene-join-6.6.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/hibernate-core-5.4.2.Final.jar [INFO] Copying appng-cli-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.19.0.jar [INFO] Copying appng-mail-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.19.0.jar [INFO] Copying log4j-1.2.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/commons-codec-1.12.jar [INFO] Copying validation-api-2.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/validation-api-2.0.1.Final.jar [INFO] Copying jcommander-1.72.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcommander-1.72.jar [INFO] Copying appng-search-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.19.0.jar [INFO] Copying spring-jdbc-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-jdbc-4.3.23.RELEASE.jar [INFO] Copying bcprov-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcprov-jdk15on-1.54.jar [INFO] Copying rome-utils-1.5.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/rome-utils-1.5.1.jar [INFO] Copying antlr-2.7.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antlr-2.7.7.jar [INFO] Copying appng-taglib-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.19.0.jar [INFO] Copying pdfbox-tools-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/apache-mime4j-dom-0.8.1.jar [INFO] Copying netcdf4-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/netcdf4-4.5.5.jar [INFO] Copying asm-5.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/asm-5.0.4.jar [INFO] Copying geoapi-3.0.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/geoapi-3.0.0.jar [INFO] Copying failureaccess-1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/cdm-4.5.5.jar [INFO] Copying httpmime-4.2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpmime-4.2.6.jar [INFO] Copying spring-core-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/lucene-sandbox-6.6.5.jar [INFO] Copying semantic-version-1.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/semantic-version-1.2.0.jar [INFO] Copying httpservices-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpservices-4.5.5.jar [INFO] Copying jedis-2.10.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jedis-2.10.0.jar [INFO] Copying bsh-core-2.0b4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bsh-core-2.0b4.jar [INFO] Copying appng-xmlapi-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.19.0.jar [INFO] Copying spring-beans-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/jackson-core-2.9.8.jar [INFO] Copying joda-time-2.10.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/jsr305-3.0.2.jar [INFO] Copying boilerpipe-1.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/boilerpipe-1.1.0.jar [INFO] Copying commons-configuration-1.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-configuration-1.10.jar [INFO] Copying lucene-memory-6.6.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-memory-6.6.5.jar [INFO] Copying attoparser-2.0.5.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/attoparser-2.0.5.RELEASE.jar [INFO] Copying nekohtml-1.9.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/nekohtml-1.9.16.jar [INFO] Copying httpclient-4.5.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpclient-4.5.7.jar [INFO] Copying vorbis-java-tika-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/vorbis-java-tika-0.8.jar [INFO] Copying unbescape-1.1.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/unbescape-1.1.6.RELEASE.jar [INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tagsoup-1.2.1.jar [INFO] Copying jaxb-runtime-2.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jaxb-runtime-2.3.1.jar [INFO] Copying lucene-queryparser-6.6.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queryparser-6.6.5.jar [INFO] Copying xmlbeans-2.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlbeans-2.6.0.jar [INFO] Copying commons-collections-3.2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections-3.2.2.jar [INFO] Copying freemarker-2.3.28.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/freemarker-2.3.28.jar [INFO] Copying lucene-facet-6.6.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-facet-6.6.5.jar [INFO] Copying javassist-3.24.0-GA.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javassist-3.24.0-GA.jar [INFO] Copying sis-referencing-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-referencing-0.6.jar [INFO] Copying commons-httpclient-3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-httpclient-3.1.jar [INFO] Copying dom4j-2.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/dom4j-2.1.1.jar [INFO] Copying poi-scratchpad-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-scratchpad-3.17.jar [INFO] Copying jandex-2.0.5.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jandex-2.0.5.Final.jar [INFO] Copying esapi-2.1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/spring-data-commons-1.13.18.RELEASE.jar [INFO] Copying aopalliance-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/aopalliance-1.0.jar [INFO] Copying FastInfoset-1.2.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/FastInfoset-1.2.15.jar [INFO] Copying batik-ext-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/bcpkix-jdk15on-1.54.jar [INFO] Copying plexus-utils-1.5.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/animal-sniffer-annotations-1.17.jar [INFO] Copying commons-text-1.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-text-1.6.jar [INFO] Copying slf4j-api-1.7.26.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-api-1.7.26.jar [INFO] Copying xom-1.2.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xom-1.2.5.jar [INFO] Copying json-simple-1.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/jboss-logging-3.3.2.Final.jar [INFO] Copying rome-1.5.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/rome-1.5.1.jar [INFO] Copying jempbox-1.8.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jempbox-1.8.13.jar [INFO] Copying opennlp-tools-1.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/opennlp-tools-1.6.0.jar [INFO] Copying xz-1.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xz-1.6.jar [INFO] Copying jdom2-2.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdom2-2.0.4.jar [INFO] Copying checker-qual-2.5.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/checker-qual-2.5.2.jar [INFO] Copying stax-ex-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax-ex-1.8.jar [INFO] Copying spring-tx-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/querydsl-core-4.2.1.jar [INFO] Copying aspectjrt-1.8.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/aspectjrt-1.8.13.jar [INFO] Copying regexp-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/regexp-1.3.jar [INFO] Copying sentiment-analysis-parser-0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/istack-commons-runtime-3.0.7.jar [INFO] Copying tika-core-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-core-1.16.jar [INFO] Copying poi-ooxml-schemas-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-schemas-3.17.jar [INFO] Copying antisamy-1.5.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antisamy-1.5.3.jar [INFO] Copying simplemagic-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/simplemagic-1.16.jar [INFO] Copying lucene-core-6.6.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-core-6.6.5.jar [INFO] Copying appng-api-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.19.0.jar [INFO] Copying pdfbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-2.0.6.jar [INFO] Copying sis-metadata-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-metadata-0.6.jar [INFO] Copying querydsl-jpa-4.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/querydsl-jpa-4.2.1.jar [INFO] Copying commons-collections4-4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections4-4.1.jar [INFO] Copying wsdl4j-1.6.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/commons-csv-1.0.jar [INFO] Copying xmpcore-5.1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmpcore-5.1.2.jar [INFO] Copying javax.inject-1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.inject-1.jar [INFO] Copying httpcore-4.4.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpcore-4.4.11.jar [INFO] Copying slf4j-log4j12-1.7.26.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-log4j12-1.7.26.jar [INFO] Copying java-libpst-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/java-libpst-0.8.1.jar [INFO] Copying lucene-queries-6.6.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queries-6.6.5.jar [INFO] Copying poi-ooxml-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-3.17.jar [INFO] Copying batik-css-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/spring-expression-4.3.23.RELEASE.jar [INFO] Copying sis-utility-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-utility-0.6.jar [INFO] Copying jsr-275-0.9.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/c3p0-0.9.5.2.jar [INFO] Copying txw2-2.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/commons-io-2.6.jar [INFO] Copying curvesapi-1.04.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/curvesapi-1.04.jar [INFO] Copying jhighlight-1.0.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jhighlight-1.0.2.jar [INFO] Copying cxf-core-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-core-3.0.12.jar [INFO] Copying appng-tools-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.19.0.jar [INFO] Copying spring-web-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/jackcess-encrypt-2.1.2.jar [INFO] Copying udunits-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/udunits-4.5.5.jar [INFO] Copying woodstox-core-asl-4.4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/woodstox-core-asl-4.4.1.jar [INFO] Copying hsqldb-2.4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/spring-data-jpa-1.11.18.RELEASE.jar [INFO] Copying gson-2.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/gson-2.8.1.jar [INFO] Copying sis-netcdf-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-netcdf-0.6.jar [INFO] Copying bcmail-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcmail-jdk15on-1.54.jar [INFO] Copying sis-storage-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-storage-0.6.jar [INFO] Copying ehcache-web-2.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/ehcache-web-2.0.4.jar [INFO] Copying appng-rest-api-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.19.0.jar [INFO] Copying quartz-2.3.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/quartz-2.3.0.jar [INFO] Copying j2objc-annotations-1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/j2objc-annotations-1.1.jar [INFO] Copying spring-context-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-4.3.23.RELEASE.jar [INFO] Copying im4java-1.4.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/im4java-1.4.0.jar [INFO] Copying junrar-0.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/junrar-0.7.jar [INFO] Copying hibernate-validator-6.0.15.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-validator-6.0.15.Final.jar [INFO] Copying commons-fileupload-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-fileupload-1.4.jar [INFO] Copying spring-webmvc-4.3.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-application/target/dependency/xmlschema-core-2.2.1.jar [INFO] Copying javax.annotation-api-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.annotation-api-1.2.jar [INFO] Copying bridge-method-annotation-1.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bridge-method-annotation-1.13.jar [INFO] Copying stax2-api-3.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax2-api-3.1.4.jar [INFO] Copying flyway-core-4.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/flyway-core-4.2.0.jar [INFO] Copying ehcache-core-2.6.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/ehcache-core-2.6.11.jar [INFO] Copying appng-forms-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.19.0.jar [INFO] Copying jmatio-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jmatio-1.2.jar [INFO] Copying jackson-annotations-2.9.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-annotations-2.9.8.jar [INFO] Copying batik-util-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-util-1.8.jar [INFO] Copying thymeleaf-3.0.11.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/dependency/thymeleaf-spring4-3.0.11.RELEASE.jar [INFO] Copying jna-4.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jna-4.1.0.jar [INFO] Copying hibernate-entitymanager-5.4.2.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-entitymanager-5.4.2.Final.jar [INFO] Copying guava-27.1-jre.jar to /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-application/target/appng-application-1.19.0-dependencies-20190503-0721.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-dependencies-20190503-0721.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.19.0 [INFO] ------------------------------------------------------------------------ [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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-documentation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-documentation --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.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_Release/appng/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_Release/appng/appng-documentation/target/appng-documentation-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-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_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.19.0 [INFO] ------------------------------------------------------------------------ [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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-template-assembly --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-template-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.19.0 [INFO] ------------------------------------------------------------------------ [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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-assembly --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.19.0 [INFO] ------------------------------------------------------------------------ [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] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-archetype-application --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-archetype-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] Created EpisodePath [/var/lib/jenkins/workspace/appNG_Release/appng/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 36 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-jaxb --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-jaxb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-appngizer/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-appngizer --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-appngizer] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [72 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.war [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (default-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (mojo-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-maven-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-maven-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.jar [INFO] [INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-camunda --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-camunda --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-camunda --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-camunda --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-camunda --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application-camunda --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application-camunda --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application-camunda] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [2340 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-camunda --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-maven-plugin --- [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-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5.1:descriptor (default-descriptor) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-maven-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-maven-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar [INFO] [INFO] --- maven-plugin-plugin:3.5.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-maven-plugin --- [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ appng-maven-plugin --- [INFO] Including org.appng:appng-tools:jar:1.19.0 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.9.8 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.9.8 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.6 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.26 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.26 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding com.j256.simplemagic:simplemagic:jar:1.16 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Excluding org.apache.maven:maven-plugin-api:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 from the shaded jar. [INFO] Excluding javax.enterprise:cdi-api:jar:1.0 from the shaded jar. [INFO] Excluding javax.annotation:jsr250-api:jar:1.0 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 from the shaded jar. [INFO] Excluding org.apache.maven:maven-core:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-builder-support:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:27.1-jre from the shaded jar. [INFO] Excluding org.apache.maven:maven-aether-provider:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-api:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-util:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding com.google.inject:guice:jar:no_aop:4.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.21 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-classworlds:jar:2.5.2 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-component-annotations:jar:1.6 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-cipher:jar:1.4 from the shaded jar. [INFO] Excluding org.apache.maven:maven-compat:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.10 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-build-api:jar:0.0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-upngizr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-upngizr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-upngizr --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-upngizr --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-upngizr --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-upngizr --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-upngizr] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [36 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-upngizr --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-upngizr --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 0.414 s] [INFO] appNG Tools ........................................ SUCCESS [ 2.267 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.480 s] [INFO] appNG Forms ........................................ SUCCESS [ 0.618 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.658 s] [INFO] appNG XML-API ...................................... SUCCESS [ 2.750 s] [INFO] appNG public API ................................... SUCCESS [ 2.394 s] [INFO] appNG testsupport .................................. SUCCESS [ 0.739 s] [INFO] appNG REST API ..................................... SUCCESS [ 1.565 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 0.766 s] [INFO] appNG Search ....................................... SUCCESS [ 0.833 s] [INFO] appNG Core Library ................................. SUCCESS [ 3.882 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.938 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.798 s] [INFO] appNG Application .................................. SUCCESS [ 5.446 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.421 s] [INFO] appNG Documentation ................................ SUCCESS [ 31.974 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.209 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.024 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.038 s] [INFO] appNG application parent ........................... SUCCESS [ 0.008 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.084 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 2.302 s] [INFO] appNGizer .......................................... SUCCESS [ 23.882 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 1.470 s] [INFO] appNG camunda ...................................... SUCCESS [ 0.469 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 4.252 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 2.568 s] [INFO] upNGizr ............................................ SUCCESS [ 1.796 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:34 min [INFO] Finished at: 2019-05-03T09:23:27+02:00 [INFO] Final Memory: 283M/1588M [INFO] ------------------------------------------------------------------------ [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn deploy -Djavax.xml.accessExternalSchema=all -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central -Pjavadocs [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.appng:appng-application-bom:pom:1.19.0 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.appng:appng-rest-api:jar -> duplicate declaration of version 1.19.0 @ 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] Inspecting build with total of 29 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 29 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [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.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-parent >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-parent <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-parent --- [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.poi... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.ui... Loading source files for package org.appng.tools.markup... Loading source files for package org.appng.mail... Loading source files for package org.appng.mail.impl... Loading source files for package org.appng.forms... Loading source files for package org.appng.forms.impl... Loading source files for package org.appng.el... Loading source files for package org.appng.formtags... Loading source files for package org.appng.formtags.providers... Loading source files for package org.appng.xml... Loading source files for package org.appng.xml.transformation... Loading source files for package org.appng.xml.platform... Loading source files for package org.appng.xml.application... Loading source files for package org.appng.api... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.messaging... Loading source files for package org.appng.api.support... Loading source files for package org.appng.api.support.field... Loading source files for package org.appng.api.support.validation... Loading source files for package org.appng.api.support.environment... Loading source files for package org.appng.api.observe... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.search... Loading source files for package org.appng.testsupport... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport.validation... Loading source files for package org.appng.api.rest... Loading source files for package org.appng.api.rest.auth... Loading source files for package org.appng.api.rest.model... Loading source files for package org.appng.persistence.repository... Loading source files for package org.appng.persistence.dialect... Loading source files for package org.appng.search... Loading source files for package org.appng.search.json... Loading source files for package org.appng.search.indexer... Loading source files for package org.appng.search.searcher... Loading source files for package org.appng.core.domain... Loading source files for package org.appng.core.templating... Loading source files for package org.appng.core.security... Loading source files for package org.appng.core.security.signing... Loading source files for package org.appng.core.service... Loading source files for package org.appng.core.repository... Loading source files for package org.appng.core.repository.config... Loading source files for package org.appng.core... Loading source files for package org.appng.core.model... Loading source files for package org.appng.core.controller.rest... Loading source files for package org.appng.core.controller... Loading source files for package org.appng.core.controller.messaging... Loading source files for package org.appng.core.controller.handler... Loading source files for package org.appng.core.controller.filter... Loading source files for package org.appng.core.xml.repository... Loading source files for package org.appng.cli... Loading source files for package org.appng.cli.commands.applicationrole... Loading source files for package org.appng.cli.commands.permission... Loading source files for package org.appng.cli.commands... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.platform... Loading source files for package org.appng.cli.commands.property... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.site... Loading source files for package org.appng.cli.commands.subject... Loading source files for package org.appng.cli.commands.group... Loading source files for package org.appng.cli.commands.application... Loading source files for package org.appng.cli.commands.heartbeat... Loading source files for package org.appng.cli.prettytable... Loading source files for package org.appng.cli.validators... Loading source files for package org.appng.cli.servlet... Loading source files for package org.appng.taglib... Loading source files for package org.appng.taglib.form... Loading source files for package org.appng.taglib.search... Loading source files for package org.appng.appngizer.model.xml... Loading source files for package org.appng.appngizer.model... Loading source files for package org.appng.appngizer.controller... Loading source files for package org.appng.maven.plugins.appngizer... Loading source files for package org.appng.camunda.bpm... Loading source files for package org.appng.maven.plugin.mojo... Loading source files for package org.appng.upngizr.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/class-use/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/class-use/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/class-use/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/class-use/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/class-use/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/class-use/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/class-use/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/class-use/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/class-use/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/class-use/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/class-use/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/class-use/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/class-use/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/class-use/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/class-use/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/class-use/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/class-use/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/class-use/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/class-use/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/class-use/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/class-use/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/class-use/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/class-use/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/class-use/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/class-use/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/class-use/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/class-use/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/class-use/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/class-use/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/class-use/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/class-use/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/class-use/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/class-use/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/rest/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/templating/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugin/mojo/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/upngizr/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEventListener.java:60: warning - Tag @link: can't find createEvent(Type, String) in org.appng.core.domain.PlatformEventListener [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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_Release/appng/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-05-03 09:23:58,828 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:58,986 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@4883b407 2019-05-03 09:23:58,987 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@4883b407 2019-05-03 09:23:58,987 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@4883b407 2019-05-03 09:23:58,987 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@4883b407 2019-05-03 09:23:58,987 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@4883b407 2019-05-03 09:23:58,987 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@4883b407 2019-05-03 09:23:58,987 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@4883b407 2019-05-03 09:23:58,988 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@4883b407 2019-05-03 09:23:59,064 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-05-03 09:23:59,064 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-05-03 09:23:59,071 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,072 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@4dfa3a9d 2019-05-03 09:23:59,072 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@4dfa3a9d 2019-05-03 09:23:59,072 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@4dfa3a9d 2019-05-03 09:23:59,072 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@4dfa3a9d 2019-05-03 09:23:59,072 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@4dfa3a9d 2019-05-03 09:23:59,072 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@4dfa3a9d 2019-05-03 09:23:59,072 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-05-03 09:23:59,073 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-05-03 09:23:59,081 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,081 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@6eebc39e 2019-05-03 09:23:59,082 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6eebc39e 2019-05-03 09:23:59,082 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6eebc39e 2019-05-03 09:23:59,082 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6eebc39e 2019-05-03 09:23:59,082 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@6eebc39e 2019-05-03 09:23:59,082 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6eebc39e 2019-05-03 09:23:59,082 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6eebc39e 2019-05-03 09:23:59,082 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6eebc39e 2019-05-03 09:23:59,082 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-05-03 09:23:59,082 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-05-03 09:23:59,167 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,167 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-05-03 09:23:59,167 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-05-03 09:23:59,167 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643 2019-05-03 09:23:59,167 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643 2019-05-03 09:23:59,168 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-05-03 09:23:59,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643 2019-05-03 09:23:59,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643 2019-05-03 09:23:59,168 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2d928643 2019-05-03 09:23:59,168 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-05-03 09:23:59,168 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-05-03 09:23:59,172 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,172 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@20322d26 2019-05-03 09:23:59,172 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@20322d26 2019-05-03 09:23:59,172 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@20322d26 2019-05-03 09:23:59,173 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@20322d26 2019-05-03 09:23:59,173 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@20322d26 2019-05-03 09:23:59,173 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@20322d26 2019-05-03 09:23:59,173 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@20322d26 2019-05-03 09:23:59,173 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@20322d26 2019-05-03 09:23:59,173 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-05-03 09:23:59,173 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-05-03 09:23:59,266 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-05-03 09:23:59,266 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-05-03 09:23:59,266 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb 2019-05-03 09:23:59,267 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb 2019-05-03 09:23:59,267 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-05-03 09:23:59,267 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb 2019-05-03 09:23:59,267 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb 2019-05-03 09:23:59,267 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@148080bb 2019-05-03 09:23:59,267 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-05-03 09:23:59,268 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-05-03 09:23:59,274 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,275 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@6e1ec318 2019-05-03 09:23:59,275 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@6e1ec318 2019-05-03 09:23:59,275 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@6e1ec318 2019-05-03 09:23:59,275 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e1ec318 2019-05-03 09:23:59,276 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@6e1ec318 2019-05-03 09:23:59,276 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@6e1ec318 2019-05-03 09:23:59,276 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e1ec318 2019-05-03 09:23:59,276 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@6e1ec318 2019-05-03 09:23:59,276 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-05-03 09:23:59,276 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-05-03 09:23:59,358 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-05-03 09:23:59,358 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-05-03 09:23:59,358 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61 2019-05-03 09:23:59,358 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61 2019-05-03 09:23:59,359 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-05-03 09:23:59,359 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61 2019-05-03 09:23:59,359 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61 2019-05-03 09:23:59,359 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2038ae61 2019-05-03 09:23:59,359 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-05-03 09:23:59,359 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-05-03 09:23:59,365 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,365 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@544fe44c 2019-05-03 09:23:59,365 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@544fe44c 2019-05-03 09:23:59,365 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@544fe44c 2019-05-03 09:23:59,366 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@544fe44c 2019-05-03 09:23:59,366 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@544fe44c 2019-05-03 09:23:59,366 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@544fe44c 2019-05-03 09:23:59,366 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@544fe44c 2019-05-03 09:23:59,366 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@544fe44c 2019-05-03 09:23:59,366 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-05-03 09:23:59,366 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-05-03 09:23:59,457 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,458 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@3327bd23 2019-05-03 09:23:59,458 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@3327bd23 2019-05-03 09:23:59,458 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@3327bd23 2019-05-03 09:23:59,459 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@3327bd23 2019-05-03 09:23:59,459 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@3327bd23 2019-05-03 09:23:59,459 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@3327bd23 2019-05-03 09:23:59,459 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@3327bd23 2019-05-03 09:23:59,459 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@3327bd23 2019-05-03 09:23:59,459 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-05-03 09:23:59,460 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-05-03 09:23:59,563 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-11-11 http://www.imagemagick.org 2019-05-03 09:23:59,563 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@78c03f1f 2019-05-03 09:23:59,564 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@78c03f1f 2019-05-03 09:23:59,564 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@78c03f1f 2019-05-03 09:23:59,564 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@78c03f1f 2019-05-03 09:23:59,564 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@78c03f1f 2019-05-03 09:23:59,564 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@78c03f1f 2019-05-03 09:23:59,564 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@78c03f1f 2019-05-03 09:23:59,564 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@78c03f1f 2019-05-03 09:23:59,565 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-05-03 09:23:59,565 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-05-03 09:23:59,698 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@71423665 2019-05-03 09:23:59,698 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@71423665 2019-05-03 09:23:59,698 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@71423665 2019-05-03 09:23:59,698 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@71423665 2019-05-03 09:23:59,698 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@71423665 2019-05-03 09:23:59,698 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@71423665 2019-05-03 09:23:59,698 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@71423665 2019-05-03 09:23:59,698 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@71423665 2019-05-03 09:23:59,698 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-05-03 09:23:59,698 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: 1.114 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.001 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-05-03 09:23:59,721 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@eec5a4a 2019-05-03 09:23:59,721 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2019-05-03 09:23:59,721 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2019-05-03 09:23:59,721 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@eec5a4a 2019-05-03 09:23:59,721 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@eec5a4a 2019-05-03 09:23:59,721 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@eec5a4a 2019-05-03 09:23:59,722 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-05-03 09:23:59,722 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-05-03 09:23:59,724 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,724 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-05-03 09:23:59,724 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-05-03 09:23:59,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2019-05-03 09:23:59,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2019-05-03 09:23:59,724 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-05-03 09:23:59,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2019-05-03 09:23:59,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2019-05-03 09:23:59,724 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@731a74c 2019-05-03 09:23:59,724 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-05-03 09:23:59,725 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-05-03 09:23:59,725 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,725 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning no match 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 0,name 'unknown',test 'BM': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2019-05-03 09:23:59,739 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@369f73a2 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', %d x': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d x': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@369f73a2 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'unknown',test 'BM' 2019-05-03 09:23:59,739 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-05-03 09:23:59,739 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.014 2019-05-03 09:23:59,739 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@1f28c152 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@1f28c152 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@1f28c152 2019-05-03 09:23:59,739 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@1f28c152 2019-05-03 09:23:59,739 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@1f28c152 2019-05-03 09:23:59,739 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@1f28c152 2019-05-03 09:23:59,740 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-05-03 09:23:59,740 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-05-03 09:23:59,740 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,740 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@7d907bac 2019-05-03 09:23:59,740 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@7d907bac 2019-05-03 09:23:59,740 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@7d907bac 2019-05-03 09:23:59,740 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@7d907bac 2019-05-03 09:23:59,740 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@7d907bac 2019-05-03 09:23:59,740 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@7d907bac 2019-05-03 09:23:59,740 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@7d907bac 2019-05-03 09:23:59,740 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@7d907bac 2019-05-03 09:23:59,740 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-05-03 09:23:59,740 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-05-03 09:23:59,740 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,741 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@7791a895 2019-05-03 09:23:59,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@7791a895 2019-05-03 09:23:59,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@7791a895 2019-05-03 09:23:59,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@7791a895 2019-05-03 09:23:59,741 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@7791a895 2019-05-03 09:23:59,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@7791a895 2019-05-03 09:23:59,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@7791a895 2019-05-03 09:23:59,741 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@7791a895 2019-05-03 09:23:59,741 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-05-03 09:23:59,741 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-05-03 09:23:59,743 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2019-05-03 09:23:59,743 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2019-05-03 09:23:59,743 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-05-03 09:23:59,743 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-05-03 09:23:59,743 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2019-05-03 09:23:59,743 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2019-05-03 09:23:59,743 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-05-03 09:23:59,743 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2019-05-03 09:23:59,743 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2019-05-03 09:23:59,743 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@2b9627bc 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-05-03 09:23:59,744 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2019-05-03 09:23:59,744 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,744 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@65e2dbf3 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2019-05-03 09:23:59,744 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@65e2dbf3 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@65e2dbf3 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'JPEG',mime 'image/jpeg',test 'EQUALS, value 65496',format 'JPEG image data' 2019-05-03 09:23:59,744 TRACE [main] com.j256.simplemagic.entries.MagicEntries: returning full match jpeg, type JPEG, mime 'image/jpeg', msg 'JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16' 2019-05-03 09:23:59,744 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2019-05-03 09:23:59,744 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,745 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@4f970963 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@4f970963 2019-05-03 09:23:59,745 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@4f970963 2019-05-03 09:23:59,745 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@4f970963 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-05-03 09:23:59,745 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-05-03 09:23:59,745 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2019-05-03 09:23:59,745 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,745 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@61f8bee4 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',test 'JFIF',format ', JFIF standard': com.j256.simplemagic.entries.MagicEntry$ContentData@61f8bee4 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d.',format ' %d.': com.j256.simplemagic.entries.MagicEntry$ContentData@61f8bee4 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%02d',format '%02d': com.j256.simplemagic.entries.MagicEntry$ContentData@61f8bee4 2019-05-03 09:23:59,745 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@61f8bee4 2019-05-03 09:23:59,745 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', density %dx': com.j256.simplemagic.entries.MagicEntry$ContentData@61f8bee4 2019-05-03 09:23:59,746 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name '%d',format '%d': com.j256.simplemagic.entries.MagicEntry$ContentData@61f8bee4 2019-05-03 09:23:59,746 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 2,name ',',format ', segment length %d': com.j256.simplemagic.entries.MagicEntry$ContentData@61f8bee4 2019-05-03 09:23:59,746 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-05-03 09:23:59,746 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-05-03 09:23:59,746 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file bmp 2019-05-03 09:23:59,746 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2019-05-03 09:23:59,746 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@7b49cea0 2019-05-03 09:23:59,746 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name ',',format ', %ld x': com.j256.simplemagic.entries.MagicEntry$ContentData@7b49cea0 2019-05-03 09:23:59,746 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%ld,',format '%ld,': com.j256.simplemagic.entries.MagicEntry$ContentData@7b49cea0 2019-05-03 09:23:59,746 TRACE [main] com.j256.simplemagic.entries.MagicEntry: matched data: level 1,name '%d-bit',format '%d-bit': com.j256.simplemagic.entries.MagicEntry$ContentData@7b49cea0 2019-05-03 09:23:59,746 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@7b49cea0 2019-05-03 09:23:59,746 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@7b49cea0 2019-05-03 09:23:59,746 TRACE [main] com.j256.simplemagic.entries.MagicEntries: found full match level 0,name 'PNG',mime 'image/png',test '‰PNG  ',format 'PNG image' 2019-05-03 09:23:59,746 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-05-03 09:23:59,746 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file bmp 2019-05-03 09:23:59,747 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.014 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.168 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: 4.527 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.01 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2019-05-03 09:24:04,499 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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 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.04 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.002 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_Release/appng/appng-tools/target/appng-tools-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tools --- [WARNING] Error fetching link: https://github.com/FasterXML/jackson-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sourceforge.net/projects/im4java/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://256stuff.com/sources/simplemagic/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.poi... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.ui... Loading source files for package org.appng.tools.markup... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/class-use/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/class-use/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/class-use/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-tools >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-tools <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-tools --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tools --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tools --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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_Release/appng/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.254 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_Release/appng/appng-mail/target/appng-mail-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-mail --- [WARNING] Error fetching link: http://kenai.com/projects/javamail/mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.mail... Loading source files for package org.appng.mail.impl... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-mail >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-mail <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-mail --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-mail --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-mail --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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_Release/appng/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-05-03 09:24:26,609 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2019-05-03 09:24:26,610 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2019-05-03 09:24:26,611 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormRequestTest 2019-05-03 09:24:26,743 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-05-03 09:24:26,743 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2019-05-03 09:24:26,744 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-05-03 09:24:26,744 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-05-03 09:24:26,744 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-05-03 09:24:26,744 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-05-03 09:24:26,745 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2019-05-03 09:24:26,748 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2019-05-03 09:24:26,748 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2019-05-03 09:24:26,748 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2019-05-03 09:24:26,771 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-05-03 09:24:26,772 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2019-05-03 09:24:26,772 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-05-03 09:24:26,772 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-05-03 09:24:26,772 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-05-03 09:24:26,772 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-05-03 09:24:26,772 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2019-05-03 09:24:26,800 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2019-05-03 09:24:26,802 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_2.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2019-05-03 09:24:26,825 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2019-05-03 09:24:26,825 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2019-05-03 09:24:26,825 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2019-05-03 09:24:26,825 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2019-05-03 09:24:26,825 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2019-05-03 09:24:26,825 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2019-05-03 09:24:26,825 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2019-05-03 09:24:26,828 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2019-05-03 09:24:26,828 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_3.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 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_Release/appng/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_Release/appng/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.144 s - in org.appng.forms.XSSUtilTest [INFO] Running org.appng.forms.FormUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2019-05-03 09:24:27,005 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,006 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,006 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,006 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,025 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,025 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-05-03 09:24:27,026 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-05-03 09:24:27,026 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,027 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,027 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,028 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2019-05-03 09:24:27,028 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2019-05-03 09:24:27,028 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,028 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,028 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-05-03 09:24:27,030 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-05-03 09:24:27,030 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,030 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,031 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@433d61fb), (SESSION = {foo=5})] 2019-05-03 09:24:27,032 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@433d61fb), (SESSION = {foo=5})] 2019-05-03 09:24:27,032 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,032 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,037 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-05-03 09:24:27,037 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-05-03 09:24:27,038 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-05-03 09:24:27,038 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-05-03 09:24:27,039 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-05-03 09:24:27,039 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-05-03 09:24:27,040 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-05-03 09:24:27,040 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-05-03 09:24:27,040 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection)'. 2019-05-03 09:24:27,041 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-05-03 09:24:27,041 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,041 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,041 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,041 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,041 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2019-05-03 09:24:27,042 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2019-05-03 09:24:27,042 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2019-05-03 09:24:27,043 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,043 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,043 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2019-05-03 09:24:27,044 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,044 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,044 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,044 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,044 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2019-05-03 09:24:27,045 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2019-05-03 09:24:27,046 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2019-05-03 09:24:27,046 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2019-05-03 09:24:27,046 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-05-03 09:24:27,046 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-05-03 09:24:27,046 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-05-03 09:24:27,047 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-05-03 09:24:27,047 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-05-03 09:24:27,047 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-05-03 09:24:27,047 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-05-03 09:24:27,048 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-05-03 09:24:27,048 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,048 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,048 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,049 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,050 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,052 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,053 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,053 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,054 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,054 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,054 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,055 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,055 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,055 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,056 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,056 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,056 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,056 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,057 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,057 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,057 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,058 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,058 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,058 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int)'. 2019-05-03 09:24:27,058 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int)'. 2019-05-03 09:24:27,058 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2019-05-03 09:24:27,058 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double)'. 2019-05-03 09:24:27,058 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,059 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,059 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,059 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,060 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,060 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,061 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,061 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,061 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,061 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,062 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,062 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,062 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,062 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,063 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,064 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,064 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,065 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,066 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,066 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2019-05-03 09:24:27,066 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2019-05-03 09:24:27,066 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,066 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2019-05-03 09:24:27,067 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.088 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_Release/appng/appng-forms/target/appng-forms-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-forms --- [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.forms... Loading source files for package org.appng.forms.impl... Loading source files for package org.appng.el... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/class-use/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/class-use/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/class-use/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-forms >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-forms <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-forms --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-forms --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-forms --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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-05-03 09:24:39,831 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,832 [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-05-03 09:24:39,832 [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-05-03 09:24:39,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,832 [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-05-03 09:24:39,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,832 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,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-05-03 09:24:39,833 [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-05-03 09:24:39,833 [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-05-03 09:24:39,833 [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-05-03 09:24:39,833 [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-05-03 09:24:39,833 [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-05-03 09:24:39,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,833 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,833 [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-05-03 09:24:39,852 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-05-03 09:24:39,926 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,927 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,927 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,927 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,927 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,927 [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-05-03 09:24:39,928 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,928 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,928 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,928 [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-05-03 09:24:39,928 [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-05-03 09:24:39,928 [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-05-03 09:24:39,929 [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-05-03 09:24:39,929 [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-05-03 09:24:39,930 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:39,930 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,930 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,930 [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-05-03 09:24:39,932 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2019-05-03 09:24:39,944 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,949 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,949 [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-05-03 09:24:39,949 [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-05-03 09:24:39,949 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,949 [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-05-03 09:24:39,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,950 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,950 [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-05-03 09:24:39,950 [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-05-03 09:24:39,950 [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-05-03 09:24:39,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:39,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:39,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,951 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,953 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2019-05-03 09:24:39,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,956 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:39,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:39,957 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:39,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:39,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:39,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:39,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,958 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,959 [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-05-03 09:24:39,959 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2019-05-03 09:24:39,961 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,962 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,962 [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-05-03 09:24:39,962 [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-05-03 09:24:39,962 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,962 [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-05-03 09:24:39,962 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,963 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,963 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,963 [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-05-03 09:24:39,963 [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-05-03 09:24:39,963 [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-05-03 09:24:39,963 [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-05-03 09:24:39,963 [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-05-03 09:24:39,964 [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-05-03 09:24:39,964 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,964 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,964 [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-05-03 09:24:39,964 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-05-03 09:24:39,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:39,969 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,970 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,970 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,970 [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-05-03 09:24:39,970 [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-05-03 09:24:39,970 [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-05-03 09:24:39,970 [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-05-03 09:24:39,971 [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-05-03 09:24:39,971 [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-05-03 09:24:39,971 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,971 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,971 [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-05-03 09:24:39,971 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2019-05-03 09:24:39,974 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,974 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,974 [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-05-03 09:24:39,974 [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-05-03 09:24:39,974 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,974 [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-05-03 09:24:39,975 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,975 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,975 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,975 [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-05-03 09:24:39,975 [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-05-03 09:24:39,975 [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-05-03 09:24:39,975 [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-05-03 09:24:39,975 [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-05-03 09:24:39,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:39,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,976 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,976 [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.48 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.RuleValidationTest 2019-05-03 09:24:39,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,993 [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-05-03 09:24:39,993 [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-05-03 09:24:39,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:39,993 [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-05-03 09:24:39,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:39,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:39,993 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:39,994 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:39,995 [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-05-03 09:24:39,996 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:39,997 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:39,997 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:39,998 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:39,999 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:39,999 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:39,999 [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-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,000 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,001 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,002 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,002 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,003 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,003 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,004 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,005 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,006 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,006 [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-05-03 09:24:40,006 [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-05-03 09:24:40,006 [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-05-03 09:24:40,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,007 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,008 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,008 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,009 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,010 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,010 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,010 [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-05-03 09:24:40,010 [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-05-03 09:24:40,010 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,011 [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-05-03 09:24:40,011 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,011 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,011 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,011 [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-05-03 09:24:40,011 [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-05-03 09:24:40,011 [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-05-03 09:24:40,011 [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-05-03 09:24:40,011 [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-05-03 09:24:40,011 [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-05-03 09:24:40,011 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,012 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,012 [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-05-03 09:24:40,012 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,013 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,013 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,014 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,015 [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-05-03 09:24:40,015 [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-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,015 [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-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,015 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,016 [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-05-03 09:24:40,016 [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-05-03 09:24:40,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,016 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,016 [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-05-03 09:24:40,016 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,017 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,017 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,018 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,019 [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-05-03 09:24:40,019 [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-05-03 09:24:40,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,019 [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-05-03 09:24:40,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,019 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,019 [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-05-03 09:24:40,019 [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-05-03 09:24:40,019 [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-05-03 09:24:40,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,020 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,021 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,021 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,022 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,022 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,023 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,023 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,024 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,024 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,025 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,025 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,028 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,029 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,031 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,032 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,032 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,034 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,035 [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-05-03 09:24:40,035 [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-05-03 09:24:40,035 [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-05-03 09:24:40,035 [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-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,035 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,036 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,036 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,037 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,037 [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-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,038 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,039 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,039 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,039 [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-05-03 09:24:40,040 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,040 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,041 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,041 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,042 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,043 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,043 [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-05-03 09:24:40,043 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,043 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,043 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,043 [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-05-03 09:24:40,043 [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-05-03 09:24:40,043 [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-05-03 09:24:40,043 [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-05-03 09:24:40,043 [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-05-03 09:24:40,043 [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-05-03 09:24:40,043 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,043 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,044 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,044 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,044 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,045 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,045 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,046 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,046 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,047 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,048 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,049 [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-05-03 09:24:40,049 [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-05-03 09:24:40,049 [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-05-03 09:24:40,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,049 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,049 [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-05-03 09:24:40,049 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,050 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,050 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,050 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,051 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,052 [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-05-03 09:24:40,052 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,052 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,052 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,052 [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-05-03 09:24:40,052 [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-05-03 09:24:40,052 [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-05-03 09:24:40,052 [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-05-03 09:24:40,052 [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-05-03 09:24:40,052 [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-05-03 09:24:40,052 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,052 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,052 [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-05-03 09:24:40,053 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,053 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,054 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,055 [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-05-03 09:24:40,055 [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-05-03 09:24:40,055 [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-05-03 09:24:40,055 [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-05-03 09:24:40,055 [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-05-03 09:24:40,055 [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-05-03 09:24:40,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,055 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,055 [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-05-03 09:24:40,056 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,056 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,057 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,058 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,058 [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-05-03 09:24:40,058 [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-05-03 09:24:40,058 [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-05-03 09:24:40,058 [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-05-03 09:24:40,058 [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-05-03 09:24:40,058 [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-05-03 09:24:40,058 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,058 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,058 [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-05-03 09:24:40,059 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,059 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,059 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,060 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,060 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,061 [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-05-03 09:24:40,061 [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-05-03 09:24:40,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,061 [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-05-03 09:24:40,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,061 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,062 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,063 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,063 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,063 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,064 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,064 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,066 [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-05-03 09:24:40,066 [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-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,066 [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-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,066 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,067 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,067 [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-05-03 09:24:40,067 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,068 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,068 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,069 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,071 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,072 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,072 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,073 [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-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,073 [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-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,073 [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-05-03 09:24:40,073 [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-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,073 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,074 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,074 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,075 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,075 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,076 [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-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,076 [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-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,076 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,077 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,077 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,080 [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-05-03 09:24:40,080 [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-05-03 09:24:40,080 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,080 [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-05-03 09:24:40,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,081 [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-05-03 09:24:40,081 [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-05-03 09:24:40,081 [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-05-03 09:24:40,081 [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-05-03 09:24:40,081 [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-05-03 09:24:40,081 [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-05-03 09:24:40,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,081 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,081 [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-05-03 09:24:40,081 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,082 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,082 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2019-05-03 09:24:40,082 [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_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/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.101 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2019-05-03 09:24:40,086 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,086 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,086 [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-05-03 09:24:40,086 [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-05-03 09:24:40,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,087 [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-05-03 09:24:40,087 [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-05-03 09:24:40,087 [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-05-03 09:24:40,087 [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-05-03 09:24:40,087 [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-05-03 09:24:40,087 [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-05-03 09:24:40,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,087 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,087 [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-05-03 09:24:40,088 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,089 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,089 [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-05-03 09:24:40,089 [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-05-03 09:24:40,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,090 [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-05-03 09:24:40,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,090 [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-05-03 09:24:40,090 [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-05-03 09:24:40,090 [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-05-03 09:24:40,090 [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-05-03 09:24:40,090 [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-05-03 09:24:40,090 [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-05-03 09:24:40,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,090 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,090 [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-05-03 09:24:40,091 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,092 [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-05-03 09:24:40,092 [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-05-03 09:24:40,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,092 [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-05-03 09:24:40,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,092 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,092 [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-05-03 09:24:40,093 [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-05-03 09:24:40,093 [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-05-03 09:24:40,093 [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-05-03 09:24:40,093 [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-05-03 09:24:40,093 [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-05-03 09:24:40,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,093 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,093 [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-05-03 09:24:40,093 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,094 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,095 [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-05-03 09:24:40,095 [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-05-03 09:24:40,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,095 [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-05-03 09:24:40,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,095 [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-05-03 09:24:40,095 [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-05-03 09:24:40,095 [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-05-03 09:24:40,095 [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-05-03 09:24:40,095 [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-05-03 09:24:40,095 [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-05-03 09:24:40,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,095 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,095 [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-05-03 09:24:40,096 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,097 [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-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,097 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,116 [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-05-03 09:24:40,116 [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-05-03 09:24:40,116 [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-05-03 09:24:40,116 [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-05-03 09:24:40,116 [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-05-03 09:24:40,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,116 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,117 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,117 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'1KB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,121 [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-05-03 09:24:40,121 [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-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,121 [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-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,121 [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-05-03 09:24:40,121 [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-05-03 09:24:40,121 [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-05-03 09:24:40,121 [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-05-03 09:24:40,121 [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-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,121 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,122 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,122 [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-05-03 09:24:40,122 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'2MB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,123 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,124 [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-05-03 09:24:40,124 [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-05-03 09:24:40,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,124 [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-05-03 09:24:40,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,124 [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-05-03 09:24:40,124 [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-05-03 09:24:40,124 [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-05-03 09:24:40,124 [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-05-03 09:24:40,124 [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-05-03 09:24:40,124 [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-05-03 09:24:40,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,124 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,125 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,126 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,126 [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-05-03 09:24:40,126 [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-05-03 09:24:40,126 [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-05-03 09:24:40,126 [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-05-03 09:24:40,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,127 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,127 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,128 [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-05-03 09:24:40,128 [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-05-03 09:24:40,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,128 [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-05-03 09:24:40,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,128 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,128 [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-05-03 09:24:40,128 [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-05-03 09:24:40,128 [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-05-03 09:24:40,128 [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-05-03 09:24:40,128 [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-05-03 09:24:40,129 [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-05-03 09:24:40,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,129 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,129 [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-05-03 09:24:40,129 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,130 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,131 [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-05-03 09:24:40,131 [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-05-03 09:24:40,131 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,131 [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-05-03 09:24:40,131 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,131 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,131 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,131 [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-05-03 09:24:40,131 [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-05-03 09:24:40,131 [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-05-03 09:24:40,131 [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-05-03 09:24:40,131 [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-05-03 09:24:40,131 [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-05-03 09:24:40,131 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,131 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,132 [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-05-03 09:24:40,132 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(field,2,2)} = false [(field = 12.345), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,133 [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-05-03 09:24:40,133 [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-05-03 09:24:40,133 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,134 [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-05-03 09:24:40,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,134 [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-05-03 09:24:40,134 [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-05-03 09:24:40,134 [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-05-03 09:24:40,134 [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-05-03 09:24:40,134 [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-05-03 09:24:40,134 [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-05-03 09:24:40,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,134 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,134 [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-05-03 09:24:40,134 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,136 [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-05-03 09:24:40,136 [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-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,136 [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-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,136 [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-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,136 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'gif')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,137 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,138 [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-05-03 09:24:40,138 [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-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,138 [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-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,138 [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-05-03 09:24:40,138 [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-05-03 09:24:40,138 [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-05-03 09:24:40,138 [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-05-03 09:24:40,138 [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-05-03 09:24:40,138 [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-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,138 [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-05-03 09:24:40,138 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(field,'field')} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,140 [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-05-03 09:24:40,140 [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-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,140 [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-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,140 [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-05-03 09:24:40,140 [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-05-03 09:24:40,140 [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-05-03 09:24:40,140 [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-05-03 09:24:40,140 [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-05-03 09:24:40,140 [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-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,140 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,141 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,141 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,141 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,141 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,142 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = abcdef), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,143 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,143 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,143 [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-05-03 09:24:40,143 [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-05-03 09:24:40,143 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,143 [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-05-03 09:24:40,143 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,143 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,143 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,143 [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-05-03 09:24:40,143 [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-05-03 09:24:40,143 [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-05-03 09:24:40,144 [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-05-03 09:24:40,144 [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-05-03 09:24:40,144 [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-05-03 09:24:40,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,144 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,144 [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-05-03 09:24:40,144 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,1,2)} = true [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,145 [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-05-03 09:24:40,145 [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-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,145 [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-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,145 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,146 [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-05-03 09:24:40,146 [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-05-03 09:24:40,146 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,146 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,146 [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-05-03 09:24:40,146 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,1,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,147 [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-05-03 09:24:40,147 [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-05-03 09:24:40,147 [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-05-03 09:24:40,147 [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-05-03 09:24:40,147 [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-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,147 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,147 [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-05-03 09:24:40,148 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,149 [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-05-03 09:24:40,149 [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-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,149 [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-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,149 [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-05-03 09:24:40,149 [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-05-03 09:24:40,149 [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-05-03 09:24:40,149 [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-05-03 09:24:40,149 [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-05-03 09:24:40,149 [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-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,149 [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-05-03 09:24:40,149 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,0,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,151 [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-05-03 09:24:40,151 [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-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,151 [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-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,151 [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-05-03 09:24:40,151 [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-05-03 09:24:40,151 [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-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,151 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,152 [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-05-03 09:24:40,152 [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-05-03 09:24:40,152 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,153 [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-05-03 09:24:40,153 [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-05-03 09:24:40,153 [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-05-03 09:24:40,153 [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-05-03 09:24:40,153 [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-05-03 09:24:40,153 [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-05-03 09:24:40,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,153 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,153 [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-05-03 09:24:40,153 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,field)} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,154 [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-05-03 09:24:40,154 [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-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,154 [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-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,154 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,155 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,156 [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-05-03 09:24:40,156 [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-05-03 09:24:40,156 [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-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,156 [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-05-03 09:24:40,156 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,159 [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-05-03 09:24:40,159 [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-05-03 09:24:40,159 [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-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,159 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,160 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,160 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp(field,'[0-9]{5}')} = false [(field = 1234), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,161 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,161 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,161 [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-05-03 09:24:40,161 [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-05-03 09:24:40,161 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,161 [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-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,162 [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-05-03 09:24:40,162 [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-05-03 09:24:40,162 [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-05-03 09:24:40,162 [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-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,162 [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-05-03 09:24:40,162 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(field,3)} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,163 [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-05-03 09:24:40,163 [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-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,163 [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-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,163 [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-05-03 09:24:40,163 [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-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,163 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,164 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,3)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,165 [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-05-03 09:24:40,165 [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-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,165 [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-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,165 [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-05-03 09:24:40,165 [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-05-03 09:24:40,165 [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-05-03 09:24:40,165 [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-05-03 09:24:40,165 [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-05-03 09:24:40,165 [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-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,165 [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-05-03 09:24:40,165 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,167 [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-05-03 09:24:40,167 [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-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,167 [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-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,167 [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-05-03 09:24:40,167 [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-05-03 09:24:40,167 [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-05-03 09:24:40,167 [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-05-03 09:24:40,167 [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-05-03 09:24:40,167 [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-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,167 [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-05-03 09:24:40,167 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(field,3)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,168 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String)'. 2019-05-03 09:24:40,169 [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-05-03 09:24:40,169 [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-05-03 09:24:40,169 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,169 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,169 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,169 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,170 [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-05-03 09:24:40,170 [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-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,170 [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-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,170 [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-05-03 09:24:40,170 [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-05-03 09:24:40,170 [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-05-03 09:24:40,170 [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-05-03 09:24:40,170 [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-05-03 09:24:40,170 [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-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,170 [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-05-03 09:24:40,170 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2019-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String)'. 2019-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String)'. 2019-05-03 09:24:40,172 [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-05-03 09:24:40,172 [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-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String)'. 2019-05-03 09:24:40,172 [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-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int)'. 2019-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int)'. 2019-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int)'. 2019-05-03 09:24:40,172 [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-05-03 09:24:40,172 [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-05-03 09:24:40,172 [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-05-03 09:24:40,172 [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-05-03 09:24:40,172 [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-05-03 09:24:40,172 [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-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int)'. 2019-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int)'. 2019-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String)'. 2019-05-03 09:24:40,172 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(field)} = false [(field = +++), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/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.089 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2019-05-03 09:24:40,189 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2019-05-03 09:24:40,190 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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_Release/appng/appng-formtags/target/appng-formtags-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-formtags --- [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://commons.apache.org/proper/commons-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.formtags... Loading source files for package org.appng.formtags.providers... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/class-use/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-formtags >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-formtags <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-formtags --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-formtags --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-formtags --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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-05-03 09:24:55,354 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-05-03 09:24:55,354 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-05-03 09:24:55,356 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-05-03 09:24:55,356 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-05-03 09:24:55,357 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-05-03 09:24:55,357 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-05-03 09:24:55,359 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-05-03 09:24:55,359 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-05-03 09:24:55,360 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-05-03 09:24:55,360 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-05-03 09:24:55,361 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-05-03 09:24:55,361 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-05-03 09:24:55,361 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-05-03 09:24:55,361 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-05-03 09:24:55,362 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-05-03 09:24:55,362 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-05-03 09:24:55,362 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-05-03 09:24:55,362 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-05-03 09:24:55,363 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-05-03 09:24:55,363 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-05-03 09:24:55,363 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-05-03 09:24:55,363 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-05-03 09:24:55,363 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-05-03 09:24:55,363 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-05-03 09:24:55,364 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-05-03 09:24:55,364 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-05-03 09:24:55,365 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-05-03 09:24:55,365 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-05-03 09:24:55,365 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-05-03 09:24:55,365 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-05-03 09:24:55,368 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-05-03 09:24:55,368 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-05-03 09:24:55,375 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-05-03 09:24:55,375 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-05-03 09:24:55,379 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-05-03 09:24:55,379 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-05-03 09:24:55,382 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-05-03 09:24:55,382 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-05-03 09:24:55,384 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-05-03 09:24:55,384 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-05-03 09:24:55,723 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-05-03 09:24:55,723 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.494 s - in org.appng.xml.MarshallServiceTest [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2019-05-03 09:24:55,754 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2019-05-03 09:24:55,754 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest 2019-05-03 09:24:55,784 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java 2019-05-03 09:24:55,784 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-xmlapi --- [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.saxonica.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/Transformer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/MarshallService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/ApplicationPropertyConstantCreator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/BaseObject.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Section.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/BeanOption.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Size.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OutputType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Permission.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Structure.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SelectionGroup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datasource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ValidationRule.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PagesReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UserData.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PanelLocation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Navigation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Resultset.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Bean.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UrlParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Past.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ItemType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Linkpanel.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldPermissionType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Linkmode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Param.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UrlSchema.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/MessageType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Label.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Type.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Min.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Events.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Platform.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Authentication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Params.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationRootConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PermissionMode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Labels.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Subject.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Rule.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Data.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Validation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Action.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Authentications.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Link.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Condition.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Localization.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Max.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/NavigationItem.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datafield.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SessionInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/StructureDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OutputFormat.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Textelements.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Message.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FileUpload.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Messages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageDefinition.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Icon.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Sort.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionelementDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Output.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Selection.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PostParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ParamType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Content.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Session.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Sectionelement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Option.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Result.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/MetaData.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/TextElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SortOrder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SessionParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/DataConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Icontype.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Textcontents.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Future.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/GetParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Digits.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PlatformConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ActionRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datasources.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UserInputField.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/NotNull.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Pattern.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Config.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Pages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/DatasourceRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ValidationGroups.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldPermissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OptionGroup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Event.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SelectionType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Permission.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Datasource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Property.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Roles.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/PackageInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/ApplicationInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/TemplateType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Role.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/DatasourceType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Datasources.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/PermissionRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Properties.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/class-use/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/class-use/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-xmlapi >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-xmlapi <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-xmlapi --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-xmlapi --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-xmlapi --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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.439 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.021 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.007 s - in org.appng.api.RequestDataBinderTest [INFO] Running org.appng.api.ConfigValidatorTest 2019-05-03 09:25:13,501 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource 2019-05-03 09:25:13,509 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource 2019-05-03 09:25:13,513 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource 2019-05-03 09:25:13,520 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title 2019-05-03 09:25:13,520 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description 2019-05-03 09:25:13,520 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-05-03 09:25:13,520 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam 2019-05-03 09:25:13,520 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0 2019-05-03 09:25:13,521 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption 2019-05-03 09:25:13,521 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo 2019-05-03 09:25:13,521 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-05-03 09:25:13,521 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource 2019-05-03 09:25:13,525 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-05-03 09:25:13,526 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo 2019-05-03 09:25:13,526 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas 2019-05-03 09:25:13,526 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-05-03 09:25:13,526 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin 2019-05-03 09:25:13,526 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2019-05-03 09:25:13,859 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-05-03 09:25:13,867 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-05-03 09:25:13,876 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-05-03 09:25:13,882 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-05-03 09:25:13,887 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-05-03 09:25:13,892 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-05-03 09:25:13,937 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-05-03 09:25:13,940 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-05-03 09:25:13,944 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-05-03 09:25:13,947 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-05-03 09:25:13,951 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-05-03 09:25:13,954 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-05-03 09:25:14,005 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-05-03 09:25:14,007 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-05-03 09:25:14,010 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-05-03 09:25:14,012 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-05-03 09:25:14,014 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-05-03 09:25:14,017 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-05-03 09:25:14,019 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-05-03 09:25:14,038 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-05-03 09:25:14,040 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-05-03 09:25:14,042 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-05-03 09:25:14,045 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-05-03 09:25:14,143 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 308ms 2019-05-03 09:25:14,144 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-05-03 09:25:14,150 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2019-05-03 09:25:14,157 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2019-05-03 09:25:14,161 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2019-05-03 09:25:14,163 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.188 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.043 s - in org.appng.api.XPathProcessorTest [INFO] Running org.appng.api.support.OptionsImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.OptionsImplTest [INFO] Running org.appng.api.support.LabelSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.appng.api.support.LabelSupportTest [INFO] Running org.appng.api.support.ParameterSupportTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.FieldProcessorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.073 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.RequestSupportTest 2019-05-03 09:25:14,378 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-05-03 09:25:14,381 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2019-05-03 09:25:14,382 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2019-05-03 09:25:14,386 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' 2019-05-03 09:25:14,418 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.299 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2019-05-03 09:25:14,666 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.041 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2019-05-03 09:25:14,753 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.087 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.078 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.408 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.018 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2019-05-03 09:25:15,288 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2019-05-03 09:25:15,293 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.024 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.017 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.008 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.055 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.001 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.006 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.338 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.014 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.031 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2019-05-03 09:25:15,794 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneDatasource::datasource 2019-05-03 09:25:15,795 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for cloneCloneDatasource::cloneDatasource 2019-05-03 09:25:15,796 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for enhancedClone::datasource 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override title 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override description 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add parameter newParam 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add new field foo at position 0 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option testOption 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add linkpanel with id nintendo 2019-05-03 09:25:15,797 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-05-03 09:25:15,798 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: process inheritance for overrideBeanClone::datasource 2019-05-03 09:25:15,798 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override permissions 2019-05-03 09:25:15,798 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override bean id hansolo 2019-05-03 09:25:15,799 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: add bean option lucas 2019-05-03 09:25:15,799 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id foo 2019-05-03 09:25:15,799 INFO [main] org.appng.api.support.DatasourceInheritanceHelper: override linkpanel with id jin 2019-05-03 09:25:15,799 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.016 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.003 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.049 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.01 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.032 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.environment.EnvironmentTest 2019-05-03 09:25:15,924 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.01 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_Release/appng/appng-api/target/appng-api-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-api --- [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://project.spring.io/spring-ws/spring-ws-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sf.net/projects/wsdl4j/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://beanvalidation.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.spring.io/spring-data/spring-data-commons/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsp.dev.java.net/jsp-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/FasterXML/jackson-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.joda.org/joda-time/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.xmlunit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.api... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.messaging... Loading source files for package org.appng.api.support... Loading source files for package org.appng.api.support.field... Loading source files for package org.appng.api.support.validation... Loading source files for package org.appng.api.support.environment... Loading source files for package org.appng.api.observe... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.search... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ScheduledJobResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ScheduledJobResult.ExecutionResult.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormDataBinder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/class-use/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/class-use/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionsBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.HitCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/class-use/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/class-use/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-api >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-api <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-api --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-api --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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-05-03 09:25:34,496 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-05-03 09:25:34,508 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6483f5ae, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@b9afc07, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@382db087, org.springframework.test.context.support.DirtiesContextTestExecutionListener@73d4cc9e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@80169cf, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5427c60c] 2019-05-03 09:25:34,585 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-05-03 09:25:34,725 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@701fc37a: startup date [Fri May 03 09:25:34 CEST 2019]; root of context hierarchy 2019-05-03 09:25:35,533 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@701fc37a: startup date [Fri May 03 09:25:34 CEST 2019]; root of context hierarchy [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.242 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.65 s - in org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 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.033 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.011 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.014 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_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-testsupport --- [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.xmlunit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.testsupport... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport.validation... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-testsupport >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-testsupport <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-testsupport --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-testsupport --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-testsupport --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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.125 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.009 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.252 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_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-rest-api --- [WARNING] Error fetching link: https://github.com/swagger-api/swagger-core/modules/swagger-annotations/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.api.rest... Loading source files for package org.appng.api.rest.auth... Loading source files for package org.appng.api.rest.model... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/ApiClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/ApiClient.CollectionFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RFC3339DateFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RestResponseEntity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/ActionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/DataSourceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RestClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/class-use/RestClient.Pageable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/OAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/ApiKeyAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/HttpBasicAuth.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/class-use/OAuthFlow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Sort.OrderEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/ActionField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Message.LevelEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/OptionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/FieldValue.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Link.TypeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/ErrorModel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Element.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/User.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/class-use/Permission.ModeEnum.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/org/appng/api/rest/model/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-rest-api >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-rest-api <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-rest-api --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-rest-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-rest-api --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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_Release/appng/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-05-03 09:25:59,284 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@210366b4: startup date [Fri May 03 09:25:59 CEST 2019]; root of context hierarchy 2019-05-03 09:25:59,585 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:25:59,753 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-05-03 09:25:59,753 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:25:59,774 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:25:59,920 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final} 2019-05-03 09:26:00,092 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-05-03 09:26:00,341 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) May 03, 2019 9:26:00 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-05-03 09:26:00,360 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:00,360 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:00,360 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:00,366 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:00,737 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:00,802 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:01,858 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final 2019-05-03 09:26:02,631 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-05-03 09:26:02,636 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-05-03 09:26:02,650 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:02,654 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,316 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@210366b4: startup date [Fri May 03 09:25:59 CEST 2019]; root of context hierarchy 2019-05-03 09:26:03,317 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,317 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:03,321 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@37d3e140: startup date [Fri May 03 09:26:03 CEST 2019]; root of context hierarchy 2019-05-03 09:26:03,348 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:03,369 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-05-03 09:26:03,369 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,369 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:03,376 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:03,376 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:03,377 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:03,377 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:03,377 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:03,378 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:03,382 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:03,516 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-05-03 09:26:03,518 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-05-03 09:26:03,526 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:03,527 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,609 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@37d3e140: startup date [Fri May 03 09:26:03 CEST 2019]; root of context hierarchy 2019-05-03 09:26:03,609 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,609 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:03,612 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@27bc1d44: startup date [Fri May 03 09:26:03 CEST 2019]; root of context hierarchy 2019-05-03 09:26:03,636 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:03,656 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-05-03 09:26:03,656 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,656 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:03,664 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:03,664 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:03,664 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:03,664 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:03,665 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:03,665 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:03,669 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:03,796 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-05-03 09:26:03,798 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-05-03 09:26:03,807 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:03,808 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,868 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@27bc1d44: startup date [Fri May 03 09:26:03 CEST 2019]; root of context hierarchy 2019-05-03 09:26:03,869 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,869 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:03,871 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@14b5752f: startup date [Fri May 03 09:26:03 CEST 2019]; root of context hierarchy 2019-05-03 09:26:03,894 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:03,955 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-05-03 09:26:03,955 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:03,955 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:03,961 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:03,962 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:03,962 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:03,962 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:03,962 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:03,963 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:03,966 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:04,096 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-05-03 09:26:04,098 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-05-03 09:26:04,107 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:04,108 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,175 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@14b5752f: startup date [Fri May 03 09:26:03 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,176 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,176 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,182 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@24a8e40d: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,209 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:04,227 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-05-03 09:26:04,227 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,227 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:04,234 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:04,234 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,234 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:04,234 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:04,234 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:04,235 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:04,239 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:04,347 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-05-03 09:26:04,349 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-05-03 09:26:04,356 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:04,357 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,408 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@24a8e40d: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,409 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,409 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,418 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@ccd000e: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,438 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:04,454 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-05-03 09:26:04,455 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,455 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:04,461 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:04,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:04,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:04,461 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:04,462 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:04,466 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:04,566 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-05-03 09:26:04,568 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-05-03 09:26:04,575 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:04,576 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,627 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@ccd000e: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,628 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,628 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,630 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@319b1c77: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,647 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:04,664 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-05-03 09:26:04,665 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,665 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:04,670 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:04,670 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,671 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:04,671 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:04,671 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:04,672 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:04,675 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:04,761 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-05-03 09:26:04,763 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-05-03 09:26:04,770 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:04,770 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,814 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@319b1c77: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,814 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,814 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,821 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@670c171c: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:04,841 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:04,856 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-05-03 09:26:04,856 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:04,856 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:04,862 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:04,862 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:04,863 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:04,863 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:04,863 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:04,864 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:04,867 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:04,952 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-05-03 09:26:04,953 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-05-03 09:26:04,960 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:04,960 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,009 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@670c171c: startup date [Fri May 03 09:26:04 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,009 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,009 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,011 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4f7ef948: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,025 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:05,041 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-05-03 09:26:05,041 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,041 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:05,046 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:05,047 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,047 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:05,047 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:05,047 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:05,048 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:05,052 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:05,134 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-05-03 09:26:05,140 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-05-03 09:26:05,164 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:05,164 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,238 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4f7ef948: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,239 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,239 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,241 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4742466e: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,260 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:05,277 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-05-03 09:26:05,277 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,278 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:05,285 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:05,286 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,286 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:05,286 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:05,286 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:05,288 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:05,292 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:05,381 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-05-03 09:26:05,383 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-05-03 09:26:05,392 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:05,392 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,439 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4742466e: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,439 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,439 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,441 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4b762988: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,459 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:05,479 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-05-03 09:26:05,479 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,480 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:05,487 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:05,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:05,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:05,487 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:05,488 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:05,491 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:05,595 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-05-03 09:26:05,597 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-05-03 09:26:05,606 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:05,607 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,714 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4b762988: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,715 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,715 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,717 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4fc2933e: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:05,737 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:05,757 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-05-03 09:26:05,757 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:05,758 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:05,765 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:05,765 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:05,765 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:05,765 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:05,766 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:05,767 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:05,771 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:05,932 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-05-03 09:26:05,935 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-05-03 09:26:05,950 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:05,950 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,095 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4fc2933e: startup date [Fri May 03 09:26:05 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,095 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,096 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,097 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34ab398b: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,113 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:06,128 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-05-03 09:26:06,128 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,128 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:06,134 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:06,134 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,134 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:06,134 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:06,134 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:06,136 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:06,140 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:06,216 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-05-03 09:26:06,218 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-05-03 09:26:06,225 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:06,226 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,282 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@34ab398b: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,282 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,283 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,285 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@116efe65: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,300 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:06,314 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-05-03 09:26:06,314 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,314 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:06,320 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:06,320 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,320 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:06,320 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:06,320 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:06,322 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:06,325 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:06,399 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-05-03 09:26:06,401 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-05-03 09:26:06,408 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:06,408 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,449 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@116efe65: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,449 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,449 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,451 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1659d7d: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,466 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:06,481 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-05-03 09:26:06,481 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,481 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:06,486 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:06,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:06,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:06,487 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:06,488 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:06,491 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:06,564 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-05-03 09:26:06,565 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-05-03 09:26:06,572 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:06,573 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,617 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1659d7d: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,618 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,621 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7cf166db: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,638 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:06,654 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-05-03 09:26:06,654 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,654 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:06,660 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:06,661 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,661 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:06,661 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:06,661 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:06,663 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:06,667 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:06,740 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-05-03 09:26:06,742 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-05-03 09:26:06,749 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:06,749 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,795 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7cf166db: startup date [Fri May 03 09:26:06 CEST 2019]; root of context hierarchy 2019-05-03 09:26:06,795 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:06,795 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: 7.852 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest 2019-05-03 09:26:06,820 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:06,825 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:06,825 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,825 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:06,825 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:06,825 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:06,826 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:06,828 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:06,898 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-05-03 09:26:06,899 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-05-03 09:26:06,906 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:06,928 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:06,933 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:06,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:06,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:06,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:06,933 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:06,935 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:06,937 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:06,991 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-05-03 09:26:06,992 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-05-03 09:26:06,999 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:07,007 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:07,012 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:07,012 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:07,012 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:07,012 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:07,012 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:07,013 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:07,015 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:07,068 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-05-03 09:26:07,070 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-05-03 09:26:07,077 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:07,088 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:07,093 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:07,093 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:07,094 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:07,094 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:07,094 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:07,094 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:07,096 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:07,151 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-05-03 09:26:07,152 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-05-03 09:26:07,159 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:07,167 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:07,172 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:07,172 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:07,172 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:07,172 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:07,172 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:07,173 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:07,176 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:07,230 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-05-03 09:26:07,231 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-05-03 09:26:07,238 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.451 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest 2019-05-03 09:26:07,252 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5cb654e3: startup date [Fri May 03 09:26:07 CEST 2019]; root of context hierarchy 2019-05-03 09:26:07,266 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:07,279 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-05-03 09:26:07,279 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:07,279 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:07,284 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:07,284 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:07,284 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:07,284 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:07,284 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:07,285 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:07,287 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:07,338 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-05-03 09:26:07,339 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-05-03 09:26:07,345 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:07,345 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:07,464 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5cb654e3: startup date [Fri May 03 09:26:07 CEST 2019]; root of context hierarchy 2019-05-03 09:26:07,464 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:07,464 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.217 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest 2019-05-03 09:26:07,469 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@618d2191: startup date [Fri May 03 09:26:07 CEST 2019]; root of context hierarchy 2019-05-03 09:26:07,493 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:07,515 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-05-03 09:26:07,515 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:07,515 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:07,520 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:07,521 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:07,521 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:07,521 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:07,521 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:07,522 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:07,524 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:07,602 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-05-03 09:26:07,604 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-05-03 09:26:07,611 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:07,611 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:07,678 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@618d2191: startup date [Fri May 03 09:26:07 CEST 2019]; root of context hierarchy 2019-05-03 09:26:07,678 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.212 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_Release/appng/appng-persistence/target/appng-persistence-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-persistence --- [WARNING] Error fetching link: https://github.com/sylvainlaurent/JDBC-Performance-Logger/jdbc-perf-logger-driver/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-data-jpa/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/SpringSource/spring-data-envers/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.querydsl.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.persistence.repository... Loading source files for package org.appng.persistence.dialect... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-persistence >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-persistence <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-persistence --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-persistence --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-persistence --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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-05-03 09:26:22,686 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2019-05-03 09:26:22,699 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2019-05-03 09:26:22,737 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2019-05-03 09:26:22,869 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-05-03 09:26:22,877 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-05-03 09:26:22,877 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-05-03 09:26:22,877 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-05-03 09:26:22,880 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2019-05-03 09:26:22,881 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 151ms May 03, 2019 9:26:23 AM 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. May 03, 2019 9:26:23 AM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: org.xerial's sqlite-jdbc is not loaded. Please provide the jar on your classpath to parse sqlite files. See tika-parsers/pom.xml for the correct version. 2019-05-03 09:26:23,466 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt 2019-05-03 09:26:23,472 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 591ms 2019-05-03 09:26:23,476 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2019-05-03 09:26:23,480 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-05-03 09:26:23,481 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-05-03 09:26:23,482 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-05-03 09:26:23,482 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-05-03 09:26:23,482 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2019-05-03 09:26:23,482 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 6ms 2019-05-03 09:26:23,523 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2019-05-03 09:26:23,523 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 41ms 2019-05-03 09:26:23,553 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2019-05-03 09:26:23,553 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 30ms 2019-05-03 09:26:23,554 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2019-05-03 09:26:23,555 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2019-05-03 09:26:23,555 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2019-05-03 09:26:23,555 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2019-05-03 09:26:23,555 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 1ms 2019-05-03 09:26:23,555 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 854 milliseconds 2019-05-03 09:26:23,650 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1310278672 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2019-05-03 09:26:23,653 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-05-03 09:26:25,690 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1310278672 2019-05-03 09:26:25,690 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-05-03 09:26:25,690 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1310278672, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-05-03 09:26:25,698 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@4e194410 2019-05-03 09:26:25,699 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2019-05-03 09:26:25,699 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1741c332 2019-05-03 09:26:25,708 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#2134012260 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2019-05-03 09:26:25,811 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2019-05-03 09:26:25,811 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [102ms] CREATE, query: +id:/de/42.jsp +type:jsp 2019-05-03 09:26:25,817 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2019-05-03 09:26:25,817 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [6ms] CREATE, query: +id:/de/42.txt +type:txt 2019-05-03 09:26:27,961 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#2134012260 2019-05-03 09:26:27,961 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de' which offered 2 events (CREATE: 2, UPDATE: 0, DELETE: 0). The index now contains 2 documents (was 0 before) 2019-05-03 09:26:27,961 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#2134012260, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-05-03 09:26:27,962 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@7f327164 2019-05-03 09:26:27,963 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2019-05-03 09:26:27,963 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1741c332 2019-05-03 09:26:27,971 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1649660375 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2019-05-03 09:26:28,013 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2019-05-03 09:26:28,014 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [15ms] CREATE, query: +id:/en/42.jsp +type:jsp 2019-05-03 09:26:28,017 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2019-05-03 09:26:28,018 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/en/42.txt +type:txt 2019-05-03 09:26:28,019 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2019-05-03 09:26:28,019 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/foobar.txt +type:txt 2019-05-03 09:26:28,020 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2019-05-03 09:26:28,020 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2019-05-03 09:26:30,142 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1649660375 2019-05-03 09:26:30,142 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en' which offered 4 events (CREATE: 4, UPDATE: 0, DELETE: 0). The index now contains 6 documents (was 2 before) 2019-05-03 09:26:30,142 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1649660375, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2019-05-03 09:26:30,143 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@6253d1d7 2019-05-03 09:26:30,144 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.5):c2) 2019-05-03 09:26:30,144 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1741c332 2019-05-03 09:26:30,636 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2019-05-03 09:26:31,652 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2019-05-03 09:26:31,679 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2019-05-03 09:26:31,695 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.644 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2019-05-03 09:26:31,702 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2019-05-03 09:26:31,702 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2019-05-03 09:26:31,702 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2019-05-03 09:26:31,702 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2019-05-03 09:26:31,703 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2019-05-03 09:26:31,703 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2019-05-03 09:26:31,704 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2019-05-03 09:26:31,705 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2019-05-03 09:26:31,705 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2019-05-03 09:26:31,705 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2019-05-03 09:26:31,707 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2019-05-03 09:26:31,707 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2019-05-03 09:26:31,707 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.003 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_Release/appng/appng-search/target/appng-search-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-search --- [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://freemarker.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-highlighter/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-analyzers-common/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-queryparser/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-facet/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tika.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tika.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://commons.apache.org/proper/commons-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.search... Loading source files for package org.appng.search.json... Loading source files for package org.appng.search.indexer... Loading source files for package org.appng.search.searcher... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-search >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-search <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-search --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-search --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-search --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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.677 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.domain.ValidationPatternTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2019-05-03 09:26:49,762 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1987360300 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:26:49,776 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2019-05-03 09:26:49,778 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#392918519 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:26:49,779 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2019-05-03 09:26:49,780 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1910936570 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:26:49,780 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2019-05-03 09:26:49,781 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2072724423 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:26:49,782 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#2058135834) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 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.402 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.007 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DigestValidatorTest 2019-05-03 09:26:52,223 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-05-03 09:26:52,223 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14399777, maximum is 3600000 2019-05-03 09:26:52,223 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2019-05-03 09:26:52,224 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-05-03 09:26:52,225 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 361E6F15D26F046FE4E1804654043BEE, but should be 0EE71A83F39DFCF429475DBF5281206E 2019-05-03 09:26:52,225 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.009 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.security.signing.SignerTest 2019-05-03 09:26:52,330 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2019-05-03 09:26:52,333 INFO [main] org.appng.core.security.signing.Signer: Writing release file '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip/index' 2019-05-03 09:26:52,334 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2019-05-03 09:26:52,334 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2019-05-03 09:26:52,335 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2019-05-03 09:26:52,336 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2019-05-03 09:26:52,336 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.346 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.service.TemplateServiceTest 2019-05-03 09:26:52,783 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-05-03 09:26:52,795 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7241a47d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70f59913, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@77258e59, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5dcd8c7a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2250b9f2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7e3181aa] 2019-05-03 09:26:52,890 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2826f61: startup date [Fri May 03 09:26:52 CEST 2019]; root of context hierarchy 2019-05-03 09:26:53,407 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-05-03 09:26:53,407 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-05-03 09:26:53,407 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-05-03 09:26:53,408 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-05-03 09:26:53,408 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-05-03 09:26:53,408 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-05-03 09:26:53,409 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-05-03 09:26:53,409 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-05-03 09:26:53,410 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-05-03 09:26:53,410 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-05-03 09:26:53,410 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-05-03 09:26:53,411 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-05-03 09:26:53,411 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-05-03 09:26:53,411 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-05-03 09:26:53,412 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-05-03 09:26:53,412 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-05-03 09:26:53,413 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-05-03 09:26:53,413 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-05-03 09:26:53,550 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:53,821 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:53,934 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:54,031 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final} 2019-05-03 09:26:54,278 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-05-03 09:26:54,543 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) May 03, 2019 9:26:54 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-05-03 09:26:54,606 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:54,606 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:54,607 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:54,610 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:55,075 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:55,153 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:26:55,686 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final Hibernate: drop table if exists application CASCADE 2019-05-03 09:26:57,132 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b33fff9] 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-05-03 09:26:57,139 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ca0b9b1] 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-05-03 09:26:57,196 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:57,202 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:57,238 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2826f61: startup date [Fri May 03 09:26:52 CEST 2019]; root of context hierarchy 2019-05-03 09:26:58,576 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#851890532 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:26:58,604 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-05-03 09:26:58,604 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-05-03 09:26:58,604 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-05-03 09:26:58,606 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-05-03 09:26:58,607 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-05-03 09:26:58,607 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2019-05-03 09:26:58,610 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#64797628 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:26:58,615 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1685778749 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:26:58,625 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-05-03 09:26:58,626 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-05-03 09:26:58,626 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-05-03 09:26:58,627 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-05-03 09:26:58,627 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-05-03 09:26:58,627 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-05-03 09:26:58,670 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-05-03 09:26:58,924 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2826f61: startup date [Fri May 03 09:26:52 CEST 2019]; root of context hierarchy 2019-05-03 09:26:58,927 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:58,928 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: 5.944 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2019-05-03 09:26:58,941 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-05-03 09:26:58,941 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5cc075da, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4258106, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@64ef2719, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b423f90, org.springframework.test.context.transaction.TransactionalTestExecutionListener@24f3fb87, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c7673ae] 2019-05-03 09:26:58,945 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@113c4ad6: startup date [Fri May 03 09:26:58 CEST 2019]; root of context hierarchy 2019-05-03 09:26:59,109 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-05-03 09:26:59,110 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-05-03 09:26:59,110 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-05-03 09:26:59,110 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-05-03 09:26:59,110 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-05-03 09:26:59,111 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-05-03 09:26:59,111 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-05-03 09:26:59,111 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-05-03 09:26:59,111 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-05-03 09:26:59,111 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-05-03 09:26:59,112 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-05-03 09:26:59,112 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-05-03 09:26:59,112 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-05-03 09:26:59,112 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-05-03 09:26:59,112 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-05-03 09:26:59,113 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-05-03 09:26:59,113 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-05-03 09:26:59,113 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-05-03 09:26:59,143 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:26:59,223 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:59,244 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:26:59,283 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:26:59,283 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:26:59,283 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:26:59,283 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:26:59,283 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:26:59,284 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:26:59,291 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:26:59,599 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1e34840f] 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-05-03 09:26:59,612 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c468360] 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-05-03 09:26:59,652 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:26:59,652 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:26:59,657 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@113c4ad6: startup date [Fri May 03 09:26:58 CEST 2019]; root of context hierarchy 2019-05-03 09:27:00,007 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ecf4b3e, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; rollback [false] 2019-05-03 09:27:00,011 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-05-03 09:27:00,026 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-05-03 09:27:00,031 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-05-03 09:27:00,032 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-05-03 09:27:00,035 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-05-03 09:27:00,036 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-05-03 09:27:00,037 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-05-03 09:27:00,039 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-05-03 09:27:00,041 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-05-03 09:27:00,043 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-05-03 09:27:00,044 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-05-03 09:27:00,046 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-05-03 09:27:00,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2019-05-03 09:27:00,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2019-05-03 09:27:00,048 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-05-03 09:27:00,057 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-05-03 09:27:00,059 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-05-03 09:27:00,060 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-05-03 09:27:00,061 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-05-03 09:27:00,062 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-05-03 09:27:00,063 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-05-03 09:27:00,064 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-05-03 09:27:00,065 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-05-03 09:27:00,066 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-05-03 09:27:00,068 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-05-03 09:27:00,069 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-05-03 09:27:00,070 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-05-03 09:27:00,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2019-05-03 09:27:00,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2019-05-03 09:27:00,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2019-05-03 09:27:00,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2019-05-03 09:27:00,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2019-05-03 09:27:00,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2019-05-03 09:27:00,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2019-05-03 09:27:00,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2019-05-03 09:27:00,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2019-05-03 09:27:00,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2019-05-03 09:27:00,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2019-05-03 09:27:00,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2019-05-03 09:27:00,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2019-05-03 09:27:00,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2019-05-03 09:27:00,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2019-05-03 09:27:00,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2019-05-03 09:27:00,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2019-05-03 09:27:00,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2019-05-03 09:27:00,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2019-05-03 09:27:00,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2019-05-03 09:27:00,133 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2019-05-03 09:27:00,133 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2019-05-03 09:27:00,133 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2019-05-03 09:27:00,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2019-05-03 09:27:00,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2019-05-03 09:27:00,134 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2019-05-03 09:27:00,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2019-05-03 09:27:00,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2019-05-03 09:27:00,135 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:27:00,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2019-05-03 09:27:00,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2019-05-03 09:27:00,136 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2019-05-03 09:27:00,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2019-05-03 09:27:00,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2019-05-03 09:27:00,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2019-05-03 09:27:00,137 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2019-05-03 09:27:00,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2019-05-03 09:27:00,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2019-05-03 09:27:00,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2019-05-03 09:27:00,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2019-05-03 09:27:00,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2019-05-03 09:27:00,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2019-05-03 09:27:00,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2019-05-03 09:27:00,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2019-05-03 09:27:00,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2019-05-03 09:27:00,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2019-05-03 09:27:00,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2019-05-03 09:27:00,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2019-05-03 09:27:00,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2019-05-03 09:27:00,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2019-05-03 09:27:00,142 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-05-03 09:27:00,207 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-05-03 09:27:00,208 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-05-03 09:27:00,209 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-05-03 09:27:00,211 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-05-03 09:27:00,213 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-05-03 09:27:00,214 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-05-03 09:27:00,215 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-05-03 09:27:00,216 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-05-03 09:27:00,217 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-05-03 09:27:00,245 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2019-05-03 09:27:00,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2019-05-03 09:27:00,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2019-05-03 09:27:00,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2019-05-03 09:27:00,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2019-05-03 09:27:00,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2019-05-03 09:27:00,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2019-05-03 09:27:00,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2019-05-03 09:27:00,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2019-05-03 09:27:00,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2019-05-03 09:27:00,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2019-05-03 09:27:00,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2019-05-03 09:27:00,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2019-05-03 09:27:00,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2019-05-03 09:27:00,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2019-05-03 09:27:00,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2019-05-03 09:27:00,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2019-05-03 09:27:00,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2019-05-03 09:27:00,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2019-05-03 09:27:00,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2019-05-03 09:27:00,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2019-05-03 09:27:00,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2019-05-03 09:27:00,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2019-05-03 09:27:00,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2019-05-03 09:27:00,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2019-05-03 09:27:00,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2019-05-03 09:27:00,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2019-05-03 09:27:00,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2019-05-03 09:27:00,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2019-05-03 09:27:00,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2019-05-03 09:27:00,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2019-05-03 09:27:00,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2019-05-03 09:27:00,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2019-05-03 09:27:00,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2019-05-03 09:27:00,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2019-05-03 09:27:00,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2019-05-03 09:27:00,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2019-05-03 09:27:00,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2019-05-03 09:27:00,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2019-05-03 09:27:00,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2019-05-03 09:27:00,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2019-05-03 09:27:00,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2019-05-03 09:27:00,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2019-05-03 09:27:00,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2019-05-03 09:27:00,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2019-05-03 09:27:00,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2019-05-03 09:27:00,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2019-05-03 09:27:00,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2019-05-03 09:27:00,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2019-05-03 09:27:00,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2019-05-03 09:27:00,261 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2019-05-03 09:27:00,261 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2019-05-03 09:27:00,261 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2019-05-03 09:27:00,262 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2019-05-03 09:27:00,262 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2019-05-03 09:27:00,262 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2019-05-03 09:27:00,263 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2019-05-03 09:27:00,263 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2019-05-03 09:27:00,263 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2019-05-03 09:27:00,263 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2019-05-03 09:27:00,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2019-05-03 09:27:00,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2019-05-03 09:27:00,264 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2019-05-03 09:27:00,265 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#620462871 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-05-03 09:27:00,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheStatistics 2019-05-03 09:27:00,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2019-05-03 09:27:00,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2019-05-03 09:27:00,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2019-05-03 09:27:00,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2019-05-03 09:27:00,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2019-05-03 09:27:00,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.allowSkipRender 2019-05-03 09:27:00,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2019-05-03 09:27:00,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2019-05-03 09:27:00,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2019-05-03 09:27:00,316 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2019-05-03 09:27:00,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2019-05-03 09:27:00,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2019-05-03 09:27:00,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2019-05-03 09:27:00,317 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2019-05-03 09:27:00,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2019-05-03 09:27:00,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2019-05-03 09:27:00,318 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheEnabled 2019-05-03 09:27:00,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2019-05-03 09:27:00,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2019-05-03 09:27:00,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2019-05-03 09:27:00,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2019-05-03 09:27:00,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2019-05-03 09:27:00,320 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2019-05-03 09:27:00,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2019-05-03 09:27:00,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2019-05-03 09:27:00,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2019-05-03 09:27:00,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheExceptions 2019-05-03 09:27:00,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2019-05-03 09:27:00,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2019-05-03 09:27:00,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2019-05-03 09:27:00,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2019-05-03 09:27:00,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2019-05-03 09:27:00,323 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2019-05-03 09:27:00,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2019-05-03 09:27:00,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2019-05-03 09:27:00,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2019-05-03 09:27:00,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2019-05-03 09:27:00,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2019-05-03 09:27:00,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2019-05-03 09:27:00,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2019-05-03 09:27:00,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2019-05-03 09:27:00,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2019-05-03 09:27:00,326 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2019-05-03 09:27:00,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2019-05-03 09:27:00,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2019-05-03 09:27:00,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2019-05-03 09:27:00,327 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2019-05-03 09:27:00,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2019-05-03 09:27:00,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2019-05-03 09:27:00,328 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2019-05-03 09:27:00,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2019-05-03 09:27:00,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2019-05-03 09:27:00,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2019-05-03 09:27:00,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2019-05-03 09:27:00,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2019-05-03 09:27:00,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2019-05-03 09:27:00,330 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2019-05-03 09:27:00,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2019-05-03 09:27:00,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2019-05-03 09:27:00,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2019-05-03 09:27:00,331 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2019-05-03 09:27:00,332 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2019-05-03 09:27:00,332 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1974397962 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-05-03 09:27:00,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2019-05-03 09:27:00,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2019-05-03 09:27:00,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2019-05-03 09:27:00,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2019-05-03 09:27:00,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2019-05-03 09:27:00,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2019-05-03 09:27:00,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2019-05-03 09:27:00,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2019-05-03 09:27:00,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2019-05-03 09:27:00,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2019-05-03 09:27:00,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2019-05-03 09:27:00,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2019-05-03 09:27:00,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2019-05-03 09:27:00,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2019-05-03 09:27:00,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2019-05-03 09:27:00,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2019-05-03 09:27:00,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2019-05-03 09:27:00,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheEnabled 2019-05-03 09:27:00,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2019-05-03 09:27:00,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2019-05-03 09:27:00,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheExceptions 2019-05-03 09:27:00,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2019-05-03 09:27:00,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2019-05-03 09:27:00,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2019-05-03 09:27:00,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2019-05-03 09:27:00,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2019-05-03 09:27:00,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2019-05-03 09:27:00,377 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2019-05-03 09:27:00,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2019-05-03 09:27:00,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2019-05-03 09:27:00,378 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2019-05-03 09:27:00,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2019-05-03 09:27:00,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2019-05-03 09:27:00,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2019-05-03 09:27:00,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2019-05-03 09:27:00,380 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2019-05-03 09:27:00,380 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2019-05-03 09:27:00,380 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2019-05-03 09:27:00,381 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2019-05-03 09:27:00,381 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2019-05-03 09:27:00,381 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2019-05-03 09:27:00,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2019-05-03 09:27:00,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2019-05-03 09:27:00,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2019-05-03 09:27:00,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2019-05-03 09:27:00,383 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2019-05-03 09:27:00,383 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2019-05-03 09:27:00,383 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2019-05-03 09:27:00,384 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2019-05-03 09:27:00,384 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2019-05-03 09:27:00,384 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2019-05-03 09:27:00,384 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.allowSkipRender 2019-05-03 09:27:00,385 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2019-05-03 09:27:00,385 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2019-05-03 09:27:00,385 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2019-05-03 09:27:00,386 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2019-05-03 09:27:00,386 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2019-05-03 09:27:00,386 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2019-05-03 09:27:00,386 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheStatistics 2019-05-03 09:27:00,387 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2019-05-03 09:27:00,387 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2019-05-03 09:27:00,387 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2019-05-03 09:27:00,387 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2019-05-03 09:27:00,388 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1687111891 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-05-03 09:27:00,436 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-05-03 09:27:00,437 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-05-03 09:27:00,437 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-05-03 09:27:00,444 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ecf4b3e, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:00,447 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62536882, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:00,497 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1033287931 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-05-03 09:27:00,516 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2118449545 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-05-03 09:27:00,536 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#854777436 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-05-03 09:27:00,553 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-05-03 09:27:00,561 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62536882, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:00,563 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@714a4ba2, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:00,590 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1442138194 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-05-03 09:27:00,609 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#547293574 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-05-03 09:27:00,628 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1901371976 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-05-03 09:27:00,650 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-05-03 09:27:00,651 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@714a4ba2, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:00,654 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@623c9988, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:00,679 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#926946280 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-05-03 09:27:00,695 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#246903361 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-05-03 09:27:00,726 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1084093309 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-05-03 09:27:00,777 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/foobar 2019-05-03 09:27:00,777 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:00,782 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-05-03 09:27:00,791 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-05-03 09:27:00,799 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@623c9988, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:00,801 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@64ba5a71, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:00,832 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1296074566 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-05-03 09:27:00,849 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1369468885 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-05-03 09:27:00,862 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1455940305 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-05-03 09:27:00,900 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@64ba5a71, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:00,903 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5b5f06bb, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:00,928 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#42050891 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-05-03 09:27:00,943 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#852337468 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-05-03 09:27:00,991 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1316910947 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-05-03 09:27:01,018 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5b5f06bb, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,020 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24c7b944, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,053 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1664994873 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-05-03 09:27:01,079 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2144740597 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-05-03 09:27:01,098 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#684896216 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:01,099 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-05-03 09:27:01,103 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24c7b944, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,105 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5c85ed05, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,140 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1258897685 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-05-03 09:27:01,182 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1825206499 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-05-03 09:27:01,215 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1451747629 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:01,218 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-05-03 09:27:01,220 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5c85ed05, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,221 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d6abfc7, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,238 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1450033347 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-05-03 09:27:01,248 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#447362054 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-05-03 09:27:01,259 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#789195255 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:01,262 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-05-03 09:27:01,266 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d6abfc7, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,268 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@490b8f1e, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,284 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#235962527 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-05-03 09:27:01,294 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#710481910 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-05-03 09:27:01,303 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#219913687 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:01,306 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-05-03 09:27:01,308 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@490b8f1e, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,311 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35ab83a7, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,327 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#804574747 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-05-03 09:27:01,337 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2110547577 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-05-03 09:27:01,346 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1681475537 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-05-03 09:27:01,347 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-05-03 09:27:01,350 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35ab83a7, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,352 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27115d45, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,369 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1459137285 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-05-03 09:27:01,401 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#929508007 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-05-03 09:27:01,423 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#846919473 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-05-03 09:27:01,424 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-05-03 09:27:01,426 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27115d45, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,429 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@517f9ba3, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,445 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1541385794 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-05-03 09:27:01,455 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1316746097 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-05-03 09:27:01,465 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#511882801 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-05-03 09:27:01,467 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-05-03 09:27:01,471 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@517f9ba3, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,473 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19b7852b, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,489 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1058753044 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-05-03 09:27:01,499 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#34412343 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-05-03 09:27:01,508 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#539941005 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-05-03 09:27:01,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2019-05-03 09:27:01,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2019-05-03 09:27:01,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2019-05-03 09:27:01,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2019-05-03 09:27:01,513 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2019-05-03 09:27:01,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2019-05-03 09:27:01,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheStatistics 2019-05-03 09:27:01,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2019-05-03 09:27:01,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2019-05-03 09:27:01,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2019-05-03 09:27:01,514 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2019-05-03 09:27:01,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2019-05-03 09:27:01,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheExceptions 2019-05-03 09:27:01,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2019-05-03 09:27:01,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2019-05-03 09:27:01,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2019-05-03 09:27:01,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2019-05-03 09:27:01,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2019-05-03 09:27:01,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2019-05-03 09:27:01,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2019-05-03 09:27:01,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2019-05-03 09:27:01,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheClearOnShutdown 2019-05-03 09:27:01,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2019-05-03 09:27:01,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2019-05-03 09:27:01,516 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2019-05-03 09:27:01,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2019-05-03 09:27:01,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2019-05-03 09:27:01,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2019-05-03 09:27:01,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheEnabled 2019-05-03 09:27:01,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2019-05-03 09:27:01,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2019-05-03 09:27:01,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2019-05-03 09:27:01,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2019-05-03 09:27:01,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2019-05-03 09:27:01,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2019-05-03 09:27:01,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheBlockingTimeout 2019-05-03 09:27:01,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2019-05-03 09:27:01,518 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2019-05-03 09:27:01,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2019-05-03 09:27:01,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2019-05-03 09:27:01,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2019-05-03 09:27:01,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2019-05-03 09:27:01,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2019-05-03 09:27:01,519 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2019-05-03 09:27:01,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2019-05-03 09:27:01,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2019-05-03 09:27:01,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2019-05-03 09:27:01,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2019-05-03 09:27:01,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2019-05-03 09:27:01,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2019-05-03 09:27:01,520 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2019-05-03 09:27:01,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.allowSkipRender 2019-05-03 09:27:01,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2019-05-03 09:27:01,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2019-05-03 09:27:01,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2019-05-03 09:27:01,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2019-05-03 09:27:01,521 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2019-05-03 09:27:01,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2019-05-03 09:27:01,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2019-05-03 09:27:01,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2019-05-03 09:27:01,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2019-05-03 09:27:01,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2019-05-03 09:27:01,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2019-05-03 09:27:01,525 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-05-03 09:27:01,576 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19b7852b, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,579 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5697f801, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,650 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1505612407 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-05-03 09:27:01,692 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#582839050 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-05-03 09:27:01,713 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#952988977 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-05-03 09:27:01,734 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#832680827 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:01,738 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-05-03 09:27:01,745 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5697f801, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,757 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5c18ad5d, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,785 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1001755781 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-05-03 09:27:01,803 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#309524185 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-05-03 09:27:01,812 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#59789865 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-05-03 09:27:01,825 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#903389254 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-05-03 09:27:01,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2019-05-03 09:27:01,840 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5c18ad5d, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,843 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d53dfb7, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,874 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1765776053 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-05-03 09:27:01,889 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#263688769 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-05-03 09:27:01,908 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#654322778 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-05-03 09:27:01,921 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#437390913 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-05-03 09:27:01,932 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-05-03 09:27:01,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2019-05-03 09:27:01,934 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d53dfb7, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:01,936 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5e435f0d, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:01,961 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1444911151 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-05-03 09:27:01,973 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1158959071 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-05-03 09:27:01,986 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#110721357 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-05-03 09:27:02,008 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1501535633 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-05-03 09:27:02,013 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5e435f0d, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:02,017 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@55aadbf2, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:02,050 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1931932451 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-05-03 09:27:02,061 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1477641326 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-05-03 09:27:02,094 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#603904068 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-05-03 09:27:02,108 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2010094344 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-05-03 09:27:02,120 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2019-05-03 09:27:02,122 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@55aadbf2, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:02,124 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ac32da1, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:02,145 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1290166633 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-05-03 09:27:02,156 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#413097688 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-05-03 09:27:02,165 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1610263583 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-05-03 09:27:02,177 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#104909005 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-05-03 09:27:02,181 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-05-03 09:27:02,192 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2019-05-03 09:27:02,192 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-05-03 09:27:02,211 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-05-03 09:27:02,212 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-05-03 09:27:02,212 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-05-03 09:27:02,213 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-05-03 09:27:02,214 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-05-03 09:27:02,214 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-05-03 09:27:02,216 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-05-03 09:27:02,216 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-05-03 09:27:02,217 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-05-03 09:27:02,217 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-05-03 09:27:02,217 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-05-03 09:27:02,218 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-05-03 09:27:02,219 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-05-03 09:27:02,220 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-05-03 09:27:02,222 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-05-03 09:27:02,222 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-05-03 09:27:02,226 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-05-03 09:27:02,227 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-05-03 09:27:02,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-05-03 09:27:02,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-05-03 09:27:02,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-05-03 09:27:02,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-05-03 09:27:02,232 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-05-03 09:27:02,235 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-05-03 09:27:02,236 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-05-03 09:27:02,237 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-05-03 09:27:02,238 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-05-03 09:27:02,238 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-05-03 09:27:02,238 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-05-03 09:27:02,239 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-05-03 09:27:02,239 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-05-03 09:27:02,239 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-05-03 09:27:02,240 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-05-03 09:27:02,240 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-05-03 09:27:02,240 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-05-03 09:27:02,240 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-05-03 09:27:02,241 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-05-03 09:27:02,241 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-05-03 09:27:02,241 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-05-03 09:27:02,241 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-05-03 09:27:02,244 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-05-03 09:27:02,246 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-05-03 09:27:02,246 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-05-03 09:27:02,246 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-05-03 09:27:02,247 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-05-03 09:27:02,248 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-05-03 09:27:02,248 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-05-03 09:27:02,249 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-05-03 09:27:02,249 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-05-03 09:27:02,249 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-05-03 09:27:02,250 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-05-03 09:27:02,250 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-05-03 09:27:02,251 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-05-03 09:27:02,251 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-05-03 09:27:02,253 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-05-03 09:27:02,255 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-05-03 09:27:02,260 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-05-03 09:27:02,260 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-05-03 09:27:02,261 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-05-03 09:27:02,261 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-05-03 09:27:02,261 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-05-03 09:27:02,262 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-05-03 09:27:02,262 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-05-03 09:27:02,265 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-05-03 09:27:02,267 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 Hibernate: delete from site where id=? and version=? 2019-05-03 09:27:02,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2019-05-03 09:27:02,268 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1ac32da1, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:02,300 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19049a44, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:02,322 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#2023128515 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-05-03 09:27:02,330 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#561528826 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-05-03 09:27:02,341 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#869542105 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-05-03 09:27:02,362 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-05-03 09:27:02,392 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-05-03 09:27:02,395 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-05-03 09:27:02,395 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-05-03 09:27:02,462 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-05-03 09:27:02,466 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-05-03 09:27:02,466 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-05-03 09:27:02,471 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-05-03 09:27:02,473 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2019-05-03 09:27:02,473 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#4054700) 2019-05-03 09:27:02,473 INFO [Time-limited test] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#4054700) 2019-05-03 09:27:02,473 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#4054700) complete 2019-05-03 09:27:02,524 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-05-03 09:27:02,664 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2019-05-03 09:27:02,664 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED 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-05-03 09:27:02,665 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-05-03 09:27:02,666 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 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-05-03 09:27:02,667 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-2 2019-05-03 09:27:02,670 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-2 2019-05-03 09:27:02,670 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-05-03 09:27:02,671 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2 2019-05-03 09:27:02,672 INFO [pool-1-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2019-05-03 09:27:02,672 INFO [pool-1-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2019-05-03 09:27:02,674 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-05-03 09:27:02,774 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-05-03 09:27:02,774 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-05-03 09:27:02,775 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-05-03 09:27:02,775 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-05-03 09:27:02,775 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-05-03 09:27:02,775 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-05-03 09:27:02,776 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-05-03 09:27:02,776 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-05-03 09:27:02,776 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-05-03 09:27:02,777 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-05-03 09:27:02,777 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-05-03 09:27:02,777 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-05-03 09:27:02,778 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-05-03 09:27:02,778 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-05-03 09:27:02,784 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-05-03 09:27:02,785 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-05-03 09:27:02,785 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-05-03 09:27:02,786 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-05-03 09:27:02,786 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-05-03 09:27:02,787 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-05-03 09:27:02,787 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-05-03 09:27:02,788 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-05-03 09:27:02,788 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-05-03 09:27:02,789 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-05-03 09:27:02,790 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-05-03 09:27:02,790 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-05-03 09:27:02,791 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-05-03 09:27:02,791 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-05-03 09:27:02,792 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-05-03 09:27:02,792 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-05-03 09:27:02,793 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-05-03 09:27:02,793 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-05-03 09:27:02,794 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-05-03 09:27:02,794 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-05-03 09:27:02,795 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-05-03 09:27:02,795 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-05-03 09:27:02,796 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-05-03 09:27:02,796 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-05-03 09:27:02,802 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-05-03 09:27:02,803 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-05-03 09:27:02,804 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-05-03 09:27:02,804 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-05-03 09:27:02,805 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-05-03 09:27:02,805 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-05-03 09:27:02,806 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-05-03 09:27:02,806 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-05-03 09:27:02,807 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-05-03 09:27:02,808 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-05-03 09:27:02,808 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-05-03 09:27:02,809 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-05-03 09:27:02,809 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-05-03 09:27:02,810 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-05-03 09:27:02,810 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-05-03 09:27:02,811 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-05-03 09:27:02,811 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-05-03 09:27:02,812 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-05-03 09:27:02,812 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-05-03 09:27:02,813 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-05-03 09:27:02,813 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-05-03 09:27:02,814 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-05-03 09:27:02,814 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-05-03 09:27:02,815 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-05-03 09:27:02,815 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-05-03 09:27:02,816 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2019-05-03 09:27:02,819 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@19049a44, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:02,823 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ba0c0e5, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:02,835 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1616351461 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-05-03 09:27:02,849 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1403408742 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-05-03 09:27:02,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2019-05-03 09:27:02,858 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7ba0c0e5, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:02,862 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59da32ad, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:02,900 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#278407008 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-05-03 09:27:02,908 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#156256856 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-05-03 09:27:02,914 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59da32ad, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:02,916 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@178be8fc, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:02,950 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1250176650 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-05-03 09:27:02,971 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#134653575 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:02,976 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@178be8fc, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:02,982 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49d26eba, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,024 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#703190139 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-05-03 09:27:03,040 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#19252291 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:03,043 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-05-03 09:27:03,051 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49d26eba, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,060 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3569f0f1, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,090 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1550177731 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-05-03 09:27:03,100 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1907223181 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-05-03 09:27:03,107 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3569f0f1, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,109 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5afd2f4e, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,153 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1654851329 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-05-03 09:27:03,171 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1652592269 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-05-03 09:27:03,180 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5afd2f4e, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,182 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d6de944, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,216 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1927436746 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-05-03 09:27:03,226 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1083670443 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:03,228 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d6de944, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,234 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2094a7be, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,255 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2092453813 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-05-03 09:27:03,266 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#165140541 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-05-03 09:27:03,272 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2094a7be, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,274 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56595dcb, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,301 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#986617180 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-05-03 09:27:03,313 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1530670681 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-05-03 09:27:03,328 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56595dcb, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,331 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@10658b31, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,378 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1904707635 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-05-03 09:27:03,387 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#847224871 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-05-03 09:27:03,393 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@10658b31, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,397 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f951dd2, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,418 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1654766630 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-05-03 09:27:03,431 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1568286542 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-05-03 09:27:03,439 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f951dd2, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,442 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22523986, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,473 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#139396742 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-05-03 09:27:03,490 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#488766810 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-05-03 09:27:03,502 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@22523986, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,503 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4b98900b, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,516 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#207388081 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-05-03 09:27:03,532 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2130682398 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-05-03 09:27:03,550 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4b98900b, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,555 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c32d208, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,599 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#815916121 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-05-03 09:27:03,604 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#415538891 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created Hibernate: select siteimpl0_.id as col_0_0_ from site siteimpl0_ 2019-05-03 09:27:03,606 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c32d208, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,607 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c2b2b56, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,618 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#33227422 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-05-03 09:27:03,623 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#576751479 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-05-03 09:27:03,625 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c2b2b56, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,627 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2de5eb04, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,637 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#621712981 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-05-03 09:27:03,642 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1915418195 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-05-03 09:27:03,644 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2de5eb04, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,646 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@356f7c71, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,656 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#655702946 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-05-03 09:27:03,661 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1137428607 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-05-03 09:27:03,662 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@356f7c71, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,663 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@12919b7b, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,680 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#259899818 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-05-03 09:27:03,685 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1179975227 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-05-03 09:27:03,688 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@12919b7b, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,699 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@358260b6, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,715 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#366623977 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-05-03 09:27:03,721 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2026945259 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-05-03 09:27:03,782 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@358260b6, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,783 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d81522b, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,806 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#426658125 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-05-03 09:27:03,811 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#404693896 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-05-03 09:27:03,844 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6d81522b, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,845 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b4695a, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,867 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#965236728 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-05-03 09:27:03,873 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1743660719 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-05-03 09:27:03,904 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-05-03 09:27:03,916 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-05-03 09:27:03,917 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b4695a, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,919 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@c7b276, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,935 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1940815076 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-05-03 09:27:03,952 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#626574331 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-05-03 09:27:03,965 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@c7b276, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:03,968 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@64ca0be0, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:03,996 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#852737155 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-05-03 09:27:04,025 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1863555727 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-05-03 09:27:04,808 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2019-05-03 09:27:04,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-05-03 09:27:04,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-05-03 09:27:04,809 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-05-03 09:27:04,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-05-03 09:27:04,812 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@64ca0be0, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:04,814 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7408c08, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:04,828 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2059174650 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-05-03 09:27:04,835 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#168529785 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-05-03 09:27:04,840 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2019-05-03 09:27:04,840 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2019-05-03 09:27:04,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-05-03 09:27:04,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-05-03 09:27:04,840 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-05-03 09:27:04,841 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7408c08, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:04,843 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d158cbe, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:04,854 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#257303060 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-05-03 09:27:04,859 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#372516790 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-05-03 09:27:05,668 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2019-05-03 09:27:05,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-05-03 09:27:05,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-05-03 09:27:05,671 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-05-03 09:27:05,672 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@d158cbe, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:05,673 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c5abd8f, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:05,683 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#778383182 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-05-03 09:27:05,688 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1747781975 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-05-03 09:27:05,694 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2019-05-03 09:27:05,694 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2019-05-03 09:27:05,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-05-03 09:27:05,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-05-03 09:27:05,695 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-05-03 09:27:05,695 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6c5abd8f, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:05,696 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5390bdee, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:05,706 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1091347843 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-05-03 09:27:05,711 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1008127340 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-05-03 09:27:05,715 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-05-03 09:27:05,717 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-05-03 09:27:05,719 INFO [main] org.appng.core.service.CoreService: User 'null' successfully authenticated. 2019-05-03 09:27:05,719 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2019-05-03 09:27:05,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2019-05-03 09:27:05,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2019-05-03 09:27:05,719 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2019-05-03 09:27:05,720 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5390bdee, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:05,722 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15be8dc4, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:05,771 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1519254830 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-05-03 09:27:05,775 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#128637829 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:05,776 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-05-03 09:27:06,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2019-05-03 09:27:06,445 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@15be8dc4, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:06,446 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6b544b7c, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:06,457 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2115728654 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-05-03 09:27:06,462 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#154366149 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:06,462 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-05-03 09:27:06,463 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.2' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:06,499 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2019-05-03 09:27:06,501 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-05-03 09:27:06,503 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:27:06,505 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-05-03 09:27:06,505 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:27:06,505 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-05-03 09:27:06,505 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:27:06,505 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-05-03 09:27:06,507 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-05-03 09:27:06,511 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-05-03 09:27:06,512 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-05-03 09:27:06,513 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:27:06,513 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:27:06,514 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-05-03 09:27:06,515 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:27:06,515 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-05-03 09:27:06,517 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2019-05-03 09:27:06,517 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-05-03 09:27:06,519 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-05-03 09:27:06,520 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-05-03 09:27:06,524 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,524 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,526 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,526 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,526 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,526 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,527 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,527 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,527 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,527 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2019-05-03 09:27:06,527 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-05-03 09:27:06,533 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-05-03 09:27:06,534 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-05-03 09:27:06,535 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-05-03 09:27:06,536 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-05-03 09:27:06,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2019-05-03 09:27:06,542 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6b544b7c, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:06,543 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4fa0e166, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:06,554 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1060195245 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-05-03 09:27:06,559 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1241077597 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-05-03 09:27:06,581 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/demo-application 2019-05-03 09:27:06,581 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:06,582 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-05-03 09:27:06,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2019-05-03 09:27:06,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2019-05-03 09:27:06,585 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:06,592 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2019-05-03 09:27:06,595 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,595 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,596 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:27:06,597 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-05-03 09:27:06,599 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-05-03 09:27:06,602 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:27:06,603 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-05-03 09:27:06,605 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-05-03 09:27:06,606 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-05-03 09:27:06,607 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-05-03 09:27:06,609 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-05-03 09:27:06,610 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-05-03 09:27:06,611 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-05-03 09:27:06,612 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-05-03 09:27:06,613 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:27:06,613 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-05-03 09:27:06,615 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-05-03 09:27:06,615 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-05-03 09:27:06,617 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-05-03 09:27:06,618 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-05-03 09:27:06,618 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-05-03 09:27:06,619 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-05-03 09:27:06,619 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-05-03 09:27:06,619 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-05-03 09:27:06,621 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-05-03 09:27:06,622 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-05-03 09:27:06,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2019-05-03 09:27:06,625 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4fa0e166, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:06,626 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@408227af, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:06,639 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1435763287 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-05-03 09:27:06,644 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#305132113 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-05-03 09:27:06,649 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2019-05-03 09:27:06,649 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-05-03 09:27:06,650 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-05-03 09:27:06,650 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-05-03 09:27:06,651 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-05-03 09:27:06,657 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-05-03 09:27:06,658 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-05-03 09:27:06,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger Hibernate: delete from permission where id=? and version=? 2019-05-03 09:27:06,663 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug Hibernate: delete from permission where id=? and version=? 2019-05-03 09:27:06,663 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-05-03 09:27:06,663 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-05-03 09:27:06,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission Hibernate: delete from property where name=? and version=? 2019-05-03 09:27:06,664 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-05-03 09:27:06,664 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-05-03 09:27:06,664 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-05-03 09:27:06,665 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-05-03 09:27:06,666 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@408227af, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:06,667 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23d5c418, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:06,677 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1936374550 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-05-03 09:27:06,682 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1450443003 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:06,683 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-05-03 09:27:06,684 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-05-03 09:27:06,684 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:06,711 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2019-05-03 09:27:06,712 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-05-03 09:27:06,714 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:27:06,714 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-05-03 09:27:06,715 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:27:06,715 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-05-03 09:27:06,716 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:27:06,716 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-05-03 09:27:06,716 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:27:06,717 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-05-03 09:27:06,717 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-05-03 09:27:06,720 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-05-03 09:27:06,722 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-05-03 09:27:06,724 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:27:06,724 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:27:06,724 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-05-03 09:27:06,727 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-05-03 09:27:06,729 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:27:06,729 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:27:06,729 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-05-03 09:27:06,731 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:27:06,732 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-05-03 09:27:06,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2019-05-03 09:27:06,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2019-05-03 09:27:06,736 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-05-03 09:27:06,739 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-05-03 09:27:06,740 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-05-03 09:27:06,741 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-05-03 09:27:06,741 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-05-03 09:27:06,746 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,746 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,747 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,748 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,748 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,748 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,748 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,749 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-05-03 09:27:06,749 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-05-03 09:27:06,758 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-05-03 09:27:06,760 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-05-03 09:27:06,761 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-05-03 09:27:06,764 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-05-03 09:27:06,765 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-05-03 09:27:06,768 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-05-03 09:27:06,780 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23d5c418, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:06,782 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@745f4c49, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:06,797 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#475657902 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-05-03 09:27:06,804 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#475070849 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-05-03 09:27:06,806 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@745f4c49, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:06,808 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@331d7260, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:06,821 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#773048107 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-05-03 09:27:06,827 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#822737070 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-05-03 09:27:07,716 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@331d7260, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:07,718 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bf3298f, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:07,749 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#613792816 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-05-03 09:27:07,759 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1689278760 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-05-03 09:27:07,765 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5bf3298f, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:07,767 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46cd3592, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:07,859 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2126925891 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-05-03 09:27:07,875 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1483059446 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:07,876 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2019-05-03 09:27:07,876 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-05-03 09:27:07,879 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@46cd3592, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:07,881 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38b65eb9, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:07,898 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#150426698 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-05-03 09:27:07,903 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#594935370 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:07,903 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-05-03 09:27:07,905 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38b65eb9, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:07,907 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@287e35df, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:07,918 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1952093466 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-05-03 09:27:07,923 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#347905317 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-05-03 09:27:07,927 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2019-05-03 09:27:07,927 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-05-03 09:27:07,928 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-05-03 09:27:07,929 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2019-05-03 09:27:07,930 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@287e35df, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:07,931 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7bbec1cc, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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@5ab06829]; 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-05-03 09:27:07,941 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#920343320 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-05-03 09:27:07,945 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1381598369 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-05-03 09:27:08,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2019-05-03 09:27:08,887 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@444ebefd testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7bbec1cc, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e5fba90 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.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-05-03 09:27:08,888 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@113c4ad6: startup date [Fri May 03 09:26:58 CEST 2019]; root of context hierarchy 2019-05-03 09:27:08,897 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:08,898 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.97 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2019-05-03 09:27:08,911 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-05-03 09:27:08,912 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f6aaa7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7f9f66c3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@366ed5c7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30360716, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6232025, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@28ef75c] 2019-05-03 09:27:08,915 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@428eda27: startup date [Fri May 03 09:27:08 CEST 2019]; root of context hierarchy 2019-05-03 09:27:09,086 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'platformEventListener' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=platformEventListener; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-05-03 09:27:09,087 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-05-03 09:27:09,087 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-05-03 09:27:09,087 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'coreTxManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=coreTxManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-05-03 09:27:09,087 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'entityManager' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=entityManager; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-05-03 09:27:09,088 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-05-03 09:27:09,088 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-05-03 09:27:09,088 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'styleSheetProvider' with a different definition: replacing [Root bean: class [null]; scope=request; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=styleSheetProvider; initMethodName=init; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-05-03 09:27:09,089 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-05-03 09:27:09,089 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-05-03 09:27:09,089 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-05-03 09:27:09,089 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'templateService' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/appng/core/controller/PlatformConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=true; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=platformTestConfig; factoryMethodName=templateService; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.core.service.PlatformTestConfig] 2019-05-03 09:27:09,090 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-05-03 09:27:09,090 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-05-03 09:27:09,091 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-05-03 09:27:09,091 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-05-03 09:27:09,091 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-05-03 09:27:09,091 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-05-03 09:27:09,121 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:09,169 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:09,184 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:09,214 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:09,214 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:09,214 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:09,214 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:09,214 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:09,215 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:09,220 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:09,456 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@74e17634] 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-05-03 09:27:09,464 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5ceca60] 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-05-03 09:27:09,494 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:09,494 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:09,498 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@428eda27: startup date [Fri May 03 09:27:08 CEST 2019]; root of context hierarchy 2019-05-03 09:27:09,716 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:27:09,750 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.1) 2019-05-03 09:27:09,759 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2019-05-03 09:27:09,768 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2019-05-03 09:27:09,823 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.1) 2019-05-03 09:27:09,824 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2019-05-03 09:27:09,837 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.007s) 2019-05-03 09:27:09,848 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:27:09,856 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:27:09,863 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:27:09,879 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:27:09,886 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:27:09,890 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:27:09,893 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:27:09,897 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:27:09,900 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:27:09,903 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:27:09,907 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:27:09,910 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:27:09,914 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:27:09,917 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.069s). 2019-05-03 09:27:09,919 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.1) 2019-05-03 09:27:09,919 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2019-05-03 09:27:09,941 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-05-03 09:27:09,946 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-05-03 09:27:09,951 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-05-03 09:27:09,952 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-05-03 09:27:09,953 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-05-03 09:27:09,954 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.jdbc.Driver 2019-05-03 09:27:10,237 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-05-03 09:27:10,237 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-05-03 09:27:10,239 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-05-03 09:27:10,244 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@428eda27: startup date [Fri May 03 09:27:08 CEST 2019]; root of context hierarchy 2019-05-03 09:27:10,245 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:10,246 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-05-03 09:27:10,258 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#659574483 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.core.service.SiteClassLoaderBuilderTest [INFO] Running org.appng.core.service.PropertySupportTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.service.PropertySupportTest [INFO] Running org.appng.core.service.InitializerServiceTest 2019-05-03 09:27:10,268 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-05-03 09:27:10,268 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@785e65cd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a2affb6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@683cd50d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@280c955c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@23f7ed9d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1e9d611a] 2019-05-03 09:27:10,270 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@10874b79: startup date [Fri May 03 09:27:10 CEST 2019]; root of context hierarchy 2019-05-03 09:27:10,405 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-05-03 09:27:10,405 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-05-03 09:27:10,406 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-05-03 09:27:10,406 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-05-03 09:27:10,406 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-05-03 09:27:10,407 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-05-03 09:27:10,407 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-05-03 09:27:10,407 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-05-03 09:27:10,408 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-05-03 09:27:10,408 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-05-03 09:27:10,408 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-05-03 09:27:10,408 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-05-03 09:27:10,409 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-05-03 09:27:10,409 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-05-03 09:27:10,409 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-05-03 09:27:10,409 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-05-03 09:27:10,410 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-05-03 09:27:10,410 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-05-03 09:27:10,440 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:10,485 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:10,499 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:10,527 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:10,527 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:10,528 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:10,528 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:10,528 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:10,528 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:10,533 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:10,750 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@491a40f] 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-05-03 09:27:10,757 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7f593176] 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-05-03 09:27:10,780 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:10,780 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:10,783 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@10874b79: startup date [Fri May 03 09:27:10 CEST 2019]; root of context hierarchy 2019-05-03 09:27:10,988 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@714d1962 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@14075727, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d236a2b 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@e8d54fb]; rollback [false] 2019-05-03 09:27:10,990 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#641887720 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:10,991 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-05-03 09:27:10,993 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-05-03 09:27:10,993 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-05-03 09:27:10,995 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-05-03 09:27:10,995 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-05-03 09:27:10,996 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-05-03 09:27:10,996 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-05-03 09:27:11,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2019-05-03 09:27:11,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2019-05-03 09:27:11,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2019-05-03 09:27:11,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2019-05-03 09:27:11,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2019-05-03 09:27:11,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2019-05-03 09:27:11,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.appngData 2019-05-03 09:27:11,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2019-05-03 09:27:11,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2019-05-03 09:27:11,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2019-05-03 09:27:11,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2019-05-03 09:27:11,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2019-05-03 09:27:11,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2019-05-03 09:27:11,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2019-05-03 09:27:11,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2019-05-03 09:27:11,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2019-05-03 09:27:11,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2019-05-03 09:27:11,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2019-05-03 09:27:11,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2019-05-03 09:27:11,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2019-05-03 09:27:11,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2019-05-03 09:27:11,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2019-05-03 09:27:11,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2019-05-03 09:27:11,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2019-05-03 09:27:11,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2019-05-03 09:27:11,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2019-05-03 09:27:11,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2019-05-03 09:27:11,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2019-05-03 09:27:11,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:27:11,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2019-05-03 09:27:11,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2019-05-03 09:27:11,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2019-05-03 09:27:11,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2019-05-03 09:27:11,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2019-05-03 09:27:11,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2019-05-03 09:27:11,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2019-05-03 09:27:11,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2019-05-03 09:27:11,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2019-05-03 09:27:11,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2019-05-03 09:27:11,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2019-05-03 09:27:11,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2019-05-03 09:27:11,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2019-05-03 09:27:11,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2019-05-03 09:27:11,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2019-05-03 09:27:11,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2019-05-03 09:27:11,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2019-05-03 09:27:11,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2019-05-03 09:27:11,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2019-05-03 09:27:11,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2019-05-03 09:27:11,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2019-05-03 09:27:11,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2019-05-03 09:27:11,020 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-05-03 09:27:11,020 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:27:11,020 INFO [main] org.appng.core.service.InitializerService: applications are located at /var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:11,036 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-05-03 09:27:11,037 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-05-03 09:27:11,037 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-05-03 09:27:11,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2019-05-03 09:27:11,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2019-05-03 09:27:11,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2019-05-03 09:27:11,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2019-05-03 09:27:11,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2019-05-03 09:27:11,043 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2019-05-03 09:27:11,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2019-05-03 09:27:11,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2019-05-03 09:27:11,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2019-05-03 09:27:11,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2019-05-03 09:27:11,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2019-05-03 09:27:11,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2019-05-03 09:27:11,044 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2019-05-03 09:27:11,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2019-05-03 09:27:11,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2019-05-03 09:27:11,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2019-05-03 09:27:11,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2019-05-03 09:27:11,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2019-05-03 09:27:11,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2019-05-03 09:27:11,045 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2019-05-03 09:27:11,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2019-05-03 09:27:11,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2019-05-03 09:27:11,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2019-05-03 09:27:11,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2019-05-03 09:27:11,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2019-05-03 09:27:11,046 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2019-05-03 09:27:11,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2019-05-03 09:27:11,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2019-05-03 09:27:11,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2019-05-03 09:27:11,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2019-05-03 09:27:11,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2019-05-03 09:27:11,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2019-05-03 09:27:11,047 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2019-05-03 09:27:11,048 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.allowSkipRender 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2019-05-03 09:27:11,049 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2019-05-03 09:27:11,050 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2019-05-03 09:27:11,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2019-05-03 09:27:11,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2019-05-03 09:27:11,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2019-05-03 09:27:11,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2019-05-03 09:27:11,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2019-05-03 09:27:11,051 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2019-05-03 09:27:11,051 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-05-03 09:27:11,053 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2019-05-03 09:27:11,053 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2019-05-03 09:27:11,057 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/root/WEB-INF/cache/platform/site-1 2019-05-03 09:27:11,058 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:11,140 INFO [main] org.appng.core.service.TemplateService: copying template from /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/test/resources/template/appng to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/repository/site-1/www/template 2019-05-03 09:27:11,140 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1976837856 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:11,140 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#1976837856 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2019-05-03 09:27:11,147 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2019-05-03 09:27:11,148 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2019-05-03 09:27:11,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2019-05-03 09:27:11,148 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2019-05-03 09:27:11,161 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-05-03 09:27:11,179 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test: [DefaultTestContext@714d1962 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@14075727, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4d236a2b 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-05-03 09:27:11,179 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@10874b79: startup date [Fri May 03 09:27:10 CEST 2019]; root of context hierarchy 2019-05-03 09:27:11,180 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:11,181 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: 0.921 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2019-05-03 09:27:11,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2019-05-03 09:27:11,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2019-05-03 09:27:11,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2019-05-03 09:27:11,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2019-05-03 09:27:11,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2019-05-03 09:27:11,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2019-05-03 09:27:11,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2019-05-03 09:27:11,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2019-05-03 09:27:11,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2019-05-03 09:27:11,192 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.005 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.LdapServiceTest 2019-05-03 09:27:11,217 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2019-05-03 09:27:11,222 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-05-03 09:27:11,223 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.035 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.service.HsqlStarterTest 2019-05-03 09:27:11,239 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.1 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2019-05-03 09:27:11,279 INFO [HSQLDB Server @2016e374] hsqldb.db.HSQLDB6A7C96FD9F.ENGINE: Checkpoint start 2019-05-03 09:27:11,279 INFO [HSQLDB Server @2016e374] hsqldb.db.HSQLDB6A7C96FD9F.ENGINE: checkpointClose start 2019-05-03 09:27:11,287 INFO [HSQLDB Server @2016e374] hsqldb.db.HSQLDB6A7C96FD9F.ENGINE: checkpointClose synched 2019-05-03 09:27:11,298 INFO [HSQLDB Server @2016e374] hsqldb.db.HSQLDB6A7C96FD9F.ENGINE: checkpointClose script done 2019-05-03 09:27:11,318 INFO [HSQLDB Server @2016e374] hsqldb.db.HSQLDB6A7C96FD9F.ENGINE: checkpointClose end 2019-05-03 09:27:11,319 INFO [HSQLDB Server @2016e374] hsqldb.db.HSQLDB6A7C96FD9F.ENGINE: Checkpoint end - txts: 1 2019-05-03 09:27:11,455 INFO [main] org.appng.core.service.HsqlStarter: shutting down HSQL Server 2.4.1 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2019-05-03 09:27:11,606 INFO [HSQLDB Connection @2eff621c] hsqldb.db.HSQLDB6A7C96FD9F.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2019-05-03 09:27:11,822 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-05-03 09:27:11,823 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-05-03 09:27:11,833 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-05-03 09:27:11,834 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d0acf9a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@747db396, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6221295f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1f8a56f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3ab5ccd5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@234d2916] 2019-05-03 09:27:11,836 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@48cd97f1: startup date [Fri May 03 09:27:11 CEST 2019]; root of context hierarchy 2019-05-03 09:27:12,022 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-05-03 09:27:12,023 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-05-03 09:27:12,023 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-05-03 09:27:12,023 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-05-03 09:27:12,023 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-05-03 09:27:12,024 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-05-03 09:27:12,024 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-05-03 09:27:12,024 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-05-03 09:27:12,024 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-05-03 09:27:12,024 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-05-03 09:27:12,024 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-05-03 09:27:12,025 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-05-03 09:27:12,025 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-05-03 09:27:12,025 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-05-03 09:27:12,025 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-05-03 09:27:12,025 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-05-03 09:27:12,025 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-05-03 09:27:12,026 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-05-03 09:27:12,064 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:12,115 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:12,129 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:12,155 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:12,156 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:12,156 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:12,156 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:12,156 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:12,157 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:12,161 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:12,392 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@bfcdc45] 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-05-03 09:27:12,397 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@be305f0] 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-05-03 09:27:12,416 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:12,417 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:12,419 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@48cd97f1: startup date [Fri May 03 09:27:11 CEST 2019]; root of context hierarchy 2019-05-03 09:27:12,591 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2e292fbe testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@1aad8ce5, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5d064bf 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@12643e97]; rollback [true] 2019-05-03 09:27:12,593 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-05-03 09:27:12,596 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-05-03 09:27:12,608 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-05-03 09:27:12,609 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@2e292fbe testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@1aad8ce5, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5d064bf 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-05-03 09:27:12,609 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@48cd97f1: startup date [Fri May 03 09:27:11 CEST 2019]; root of context hierarchy 2019-05-03 09:27:12,610 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:12,610 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s - in org.appng.core.repository.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-05-03 09:27:12,621 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-05-03 09:27:12,621 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-05-03 09:27:12,625 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2019-05-03 09:27:12,626 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e5b2c9a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2743e9b5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@31c1d078, org.springframework.test.context.support.DirtiesContextTestExecutionListener@25f546b8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@42ad9160, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7a9bc6c1] 2019-05-03 09:27:12,628 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@45e68bfa: startup date [Fri May 03 09:27:12 CEST 2019]; root of context hierarchy 2019-05-03 09:27:12,744 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-05-03 09:27:12,744 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-05-03 09:27:12,744 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-05-03 09:27:12,744 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-05-03 09:27:12,745 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-05-03 09:27:12,745 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-05-03 09:27:12,745 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-05-03 09:27:12,745 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-05-03 09:27:12,745 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-05-03 09:27:12,745 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-05-03 09:27:12,745 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-05-03 09:27:12,745 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-05-03 09:27:12,746 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-05-03 09:27:12,746 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-05-03 09:27:12,746 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-05-03 09:27:12,746 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-05-03 09:27:12,746 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-05-03 09:27:12,746 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-05-03 09:27:12,770 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:12,811 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:12,823 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:12,849 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:12,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:12,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:12,849 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:12,849 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:12,850 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:12,854 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:13,120 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b4c46ae] 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-05-03 09:27:13,125 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c61e062] 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-05-03 09:27:13,148 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:13,148 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:13,152 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@45e68bfa: startup date [Fri May 03 09:27:12 CEST 2019]; root of context hierarchy 2019-05-03 09:27:13,377 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@659e0e5a testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@768f925a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3a119b75 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@7804990c]; rollback [true] 2019-05-03 09:27:13,379 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-05-03 09:27:13,383 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-05-03 09:27:13,385 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-05-03 09:27:13,392 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@659e0e5a testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@768f925a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3a119b75 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-05-03 09:27:13,393 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@45e68bfa: startup date [Fri May 03 09:27:12 CEST 2019]; root of context hierarchy 2019-05-03 09:27:13,394 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:13,394 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.774 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2019-05-03 09:27:13,397 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-05-03 09:27:13,397 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-05-03 09:27:13,402 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-05-03 09:27:13,402 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@54773d51, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1a0d31d1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3c41d4e8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@ff62694, org.springframework.test.context.transaction.TransactionalTestExecutionListener@62060f8e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@117639a6] 2019-05-03 09:27:13,403 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@232259f4: startup date [Fri May 03 09:27:13 CEST 2019]; root of context hierarchy 2019-05-03 09:27:13,537 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-05-03 09:27:13,537 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-05-03 09:27:13,537 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-05-03 09:27:13,538 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-05-03 09:27:13,538 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-05-03 09:27:13,538 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-05-03 09:27:13,538 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-05-03 09:27:13,539 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-05-03 09:27:13,539 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-05-03 09:27:13,539 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-05-03 09:27:13,539 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-05-03 09:27:13,540 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-05-03 09:27:13,540 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-05-03 09:27:13,540 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-05-03 09:27:13,541 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-05-03 09:27:13,541 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-05-03 09:27:13,541 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-05-03 09:27:13,541 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-05-03 09:27:13,573 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:13,619 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:13,641 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:13,687 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:13,687 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:13,688 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:13,688 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:13,688 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:13,688 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:13,695 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:13,897 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5e3b689a] 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-05-03 09:27:13,901 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c3bb402] 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-05-03 09:27:13,920 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:13,920 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:13,924 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@232259f4: startup date [Fri May 03 09:27:13 CEST 2019]; root of context hierarchy 2019-05-03 09:27:14,123 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@30b746ac testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@742e80b6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45ef593f 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@686f50bf]; rollback [true] 2019-05-03 09:27:14,124 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-05-03 09:27:14,128 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-05-03 09:27:14,136 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@30b746ac testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@742e80b6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@45ef593f 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-05-03 09:27:14,137 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@232259f4: startup date [Fri May 03 09:27:13 CEST 2019]; root of context hierarchy 2019-05-03 09:27:14,138 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:14,138 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 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.034 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2019-05-03 09:27:14,174 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-05-03 09:27:14,174 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-05-03 09:27:14,179 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-05-03 09:27:14,179 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1b80527f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c3f8f83, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@541137f7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6079ac84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7973195e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6920c264] 2019-05-03 09:27:14,180 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3453ee38: startup date [Fri May 03 09:27:14 CEST 2019]; root of context hierarchy 2019-05-03 09:27:14,318 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-05-03 09:27:14,318 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-05-03 09:27:14,318 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-05-03 09:27:14,318 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-05-03 09:27:14,318 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-05-03 09:27:14,319 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-05-03 09:27:14,319 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-05-03 09:27:14,319 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-05-03 09:27:14,319 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-05-03 09:27:14,319 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-05-03 09:27:14,319 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-05-03 09:27:14,320 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-05-03 09:27:14,320 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-05-03 09:27:14,320 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-05-03 09:27:14,320 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-05-03 09:27:14,320 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-05-03 09:27:14,320 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-05-03 09:27:14,321 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-05-03 09:27:14,347 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:14,390 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:14,402 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:14,440 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:14,440 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:14,440 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:14,440 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:14,440 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:14,441 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:14,449 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:14,659 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7f0c153b] 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-05-03 09:27:14,665 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ec4f3a9] 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-05-03 09:27:14,694 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:14,694 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:14,698 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@3453ee38: startup date [Fri May 03 09:27:14 CEST 2019]; root of context hierarchy 2019-05-03 09:27:14,915 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5af5ea23 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@10b732a9, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6b94238f 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@7880465a]; rollback [true] 2019-05-03 09:27:14,919 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-05-03 09:27:14,926 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@5af5ea23 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@10b732a9, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6b94238f 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-05-03 09:27:14,926 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3453ee38: startup date [Fri May 03 09:27:14 CEST 2019]; root of context hierarchy 2019-05-03 09:27:14,927 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:14,927 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.754 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2019-05-03 09:27:14,930 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-05-03 09:27:14,930 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-05-03 09:27:14,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-05-03 09:27:14,936 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2c0fd54c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4fdcff18, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7db2b057, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7e2e0b34, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2c591408, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4551aa4] 2019-05-03 09:27:14,937 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6c8d3271: startup date [Fri May 03 09:27:14 CEST 2019]; root of context hierarchy 2019-05-03 09:27:15,151 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-05-03 09:27:15,151 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-05-03 09:27:15,152 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-05-03 09:27:15,152 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-05-03 09:27:15,152 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-05-03 09:27:15,152 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-05-03 09:27:15,152 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-05-03 09:27:15,152 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-05-03 09:27:15,152 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-05-03 09:27:15,153 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-05-03 09:27:15,153 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-05-03 09:27:15,154 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-05-03 09:27:15,154 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-05-03 09:27:15,154 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-05-03 09:27:15,154 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-05-03 09:27:15,155 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-05-03 09:27:15,155 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-05-03 09:27:15,155 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-05-03 09:27:15,179 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:15,219 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:15,229 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:15,253 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:15,253 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:15,253 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:15,253 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:15,253 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:15,254 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:15,258 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:15,423 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@19cf1e15] 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-05-03 09:27:15,428 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@740c49f7] 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-05-03 09:27:15,449 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:15,449 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:15,452 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6c8d3271: startup date [Fri May 03 09:27:14 CEST 2019]; root of context hierarchy 2019-05-03 09:27:15,608 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5ac56fad testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@79fb522b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1cd9cf91 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@11f5b544]; rollback [true] 2019-05-03 09:27:15,610 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-05-03 09:27:15,613 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-05-03 09:27:15,615 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@5ac56fad testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@79fb522b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1cd9cf91 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-05-03 09:27:15,615 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6c8d3271: startup date [Fri May 03 09:27:14 CEST 2019]; root of context hierarchy 2019-05-03 09:27:15,616 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:15,616 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.repository.RepositoryTest 2019-05-03 09:27:15,619 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-05-03 09:27:15,619 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-05-03 09:27:15,622 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-05-03 09:27:15,623 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@31ecbd0c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2debecdd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@74019fa0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@34d78731, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6007487a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@12f8cda3] 2019-05-03 09:27:15,624 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6a7cacc3: startup date [Fri May 03 09:27:15 CEST 2019]; root of context hierarchy 2019-05-03 09:27:15,732 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-05-03 09:27:15,733 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-05-03 09:27:15,733 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-05-03 09:27:15,733 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-05-03 09:27:15,733 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-05-03 09:27:15,733 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-05-03 09:27:15,734 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-05-03 09:27:15,734 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-05-03 09:27:15,734 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-05-03 09:27:15,734 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-05-03 09:27:15,734 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-05-03 09:27:15,735 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-05-03 09:27:15,735 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-05-03 09:27:15,735 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-05-03 09:27:15,735 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-05-03 09:27:15,735 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-05-03 09:27:15,736 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-05-03 09:27:15,736 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-05-03 09:27:15,757 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:15,791 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:15,801 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:15,824 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:15,824 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:15,824 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:15,824 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:15,824 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:15,825 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:15,828 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:15,984 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@448f3fac] 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-05-03 09:27:15,988 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@133d7d1f] 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-05-03 09:27:16,008 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:16,009 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:16,012 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6a7cacc3: startup date [Fri May 03 09:27:15 CEST 2019]; root of context hierarchy 2019-05-03 09:27:16,167 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@50b9579d testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@7269502a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42cc17cf 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@570cca52]; rollback [true] 2019-05-03 09:27:16,169 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-05-03 09:27:16,172 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@50b9579d testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@7269502a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@42cc17cf 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-05-03 09:27:16,172 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6a7cacc3: startup date [Fri May 03 09:27:15 CEST 2019]; root of context hierarchy 2019-05-03 09:27:16,173 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:16,173 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.556 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2019-05-03 09:27:16,175 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-05-03 09:27:16,175 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-05-03 09:27:16,179 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-05-03 09:27:16,180 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3f092a9d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@76d55a3e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@71a67a4c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@228a58ba, org.springframework.test.context.transaction.TransactionalTestExecutionListener@54a1d3b4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@87967b4] 2019-05-03 09:27:16,181 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4a4f08ed: startup date [Fri May 03 09:27:16 CEST 2019]; root of context hierarchy 2019-05-03 09:27:16,287 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-05-03 09:27:16,287 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-05-03 09:27:16,288 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-05-03 09:27:16,288 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-05-03 09:27:16,288 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-05-03 09:27:16,288 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-05-03 09:27:16,288 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-05-03 09:27:16,289 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-05-03 09:27:16,289 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-05-03 09:27:16,289 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-05-03 09:27:16,289 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-05-03 09:27:16,289 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-05-03 09:27:16,290 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-05-03 09:27:16,290 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-05-03 09:27:16,290 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-05-03 09:27:16,290 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-05-03 09:27:16,290 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-05-03 09:27:16,291 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-05-03 09:27:16,312 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:16,347 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:16,355 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:16,378 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:16,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:16,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:16,378 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:16,378 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:16,379 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:16,382 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:16,573 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6c875d2e] 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-05-03 09:27:16,576 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@61205733] 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-05-03 09:27:16,594 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:16,594 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:16,597 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4a4f08ed: startup date [Fri May 03 09:27:16 CEST 2019]; root of context hierarchy 2019-05-03 09:27:16,763 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4fc12922 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@6e9f285b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@331f6726 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@4491310a]; rollback [true] 2019-05-03 09:27:16,764 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-05-03 09:27:16,767 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-05-03 09:27:16,768 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-05-03 09:27:16,774 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@4fc12922 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@6e9f285b, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@331f6726 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-05-03 09:27:16,774 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4a4f08ed: startup date [Fri May 03 09:27:16 CEST 2019]; root of context hierarchy 2019-05-03 09:27:16,775 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:16,775 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.601 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2019-05-03 09:27:16,776 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-05-03 09:27:16,776 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-05-03 09:27:16,781 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-05-03 09:27:16,781 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@641003cd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@41fbc0e1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7a150f30, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e05134b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3a6f6d2d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@258c4e49] 2019-05-03 09:27:16,782 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7732b947: startup date [Fri May 03 09:27:16 CEST 2019]; root of context hierarchy 2019-05-03 09:27:16,902 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-05-03 09:27:16,902 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-05-03 09:27:16,902 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-05-03 09:27:16,902 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-05-03 09:27:16,902 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-05-03 09:27:16,902 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-05-03 09:27:16,902 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,903 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-05-03 09:27:16,904 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-05-03 09:27:16,926 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:16,965 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:16,975 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:17,000 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:17,000 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:17,001 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:17,001 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:17,001 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:17,001 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:17,005 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:17,164 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1ecd80fe] 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-05-03 09:27:17,168 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@517c7b30] 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-05-03 09:27:17,186 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:17,186 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:17,189 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7732b947: startup date [Fri May 03 09:27:16 CEST 2019]; root of context hierarchy 2019-05-03 09:27:17,355 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6bd9482a testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@388c04b4, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@93686b5 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@13ca6741]; rollback [true] 2019-05-03 09:27:17,357 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-05-03 09:27:17,359 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-05-03 09:27:17,361 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-05-03 09:27:17,363 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-05-03 09:27:17,365 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-05-03 09:27:17,371 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test: [DefaultTestContext@6bd9482a testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@388c04b4, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@93686b5 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-05-03 09:27:17,371 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7732b947: startup date [Fri May 03 09:27:16 CEST 2019]; root of context hierarchy 2019-05-03 09:27:17,372 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:17,372 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.597 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2019-05-03 09:27:17,377 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-05-03 09:27:17,377 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@75ad66e6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@749d0116, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5420c105, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3db6115d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2332ca5b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3fbbfa9a] 2019-05-03 09:27:17,378 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6dc12c81: startup date [Fri May 03 09:27:17 CEST 2019]; root of context hierarchy 2019-05-03 09:27:17,508 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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,509 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-05-03 09:27:17,509 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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,510 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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,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-05-03 09:27:17,511 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-05-03 09:27:17,532 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:17,595 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:17,612 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: hsql-testdb] 2019-05-03 09:27:17,652 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:27:17,652 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2019-05-03 09:27:17,652 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2019-05-03 09:27:17,653 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2019-05-03 09:27:17,653 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:27:17,653 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:27:17,659 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true Hibernate: drop table if exists application CASCADE 2019-05-03 09:27:17,832 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@645bd9ae] 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-05-03 09:27:17,836 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@367ba10e] 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-05-03 09:27:17,855 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:17,855 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:17,858 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@6dc12c81: startup date [Fri May 03 09:27:17 CEST 2019]; root of context hierarchy 2019-05-03 09:27:18,422 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-05-03 09:27:18,424 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2019-05-03 09:27:18,424 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/template.xsl 2019-05-03 09:27:18,424 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/platform.xml 2019-05-03 09:27:18,425 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/stacktrace.txt 2019-05-03 09:27:18,453 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-05-03 09:27:18,454 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-05-03 09:27:18,455 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-05-03 09:27:18,456 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to target/debug 2019-05-03 09:27:18,456 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/template.xsl 2019-05-03 09:27:18,457 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/platform.xml 2019-05-03 09:27:18,457 INFO [main] org.appng.core.model.PlatformTransformer: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/stacktrace.txt 2019-05-03 09:27:18,469 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6dc12c81: startup date [Fri May 03 09:27:17 CEST 2019]; root of context hierarchy 2019-05-03 09:27:18,470 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2019-05-03 09:27:18,470 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.097 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-05-03 09:27:18,481 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2019-05-03 09:27:18,481 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2019-05-03 09:27:18,484 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG/foobar 2019-05-03 09:27:18,487 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/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.002 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2019-05-03 09:27:18,502 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-05-03 09:27:18,503 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d8d263e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e6c41e2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@75b7b498, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30bbf2b2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44f38e4d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@588cb460] 2019-05-03 09:27:18,518 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2019-05-03 09:27:18,573 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-05-03 09:27:18,587 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2019-05-03 09:27:18,604 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1057d89d: startup date [Fri May 03 09:27:18 CEST 2019]; root of context hierarchy 2019-05-03 09:27:18,641 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:18,701 INFO [HSQLDB Server @5282be03] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: Checkpoint start 2019-05-03 09:27:18,702 INFO [HSQLDB Server @5282be03] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: checkpointClose start 2019-05-03 09:27:18,706 INFO [HSQLDB Server @5282be03] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: checkpointClose synched 2019-05-03 09:27:18,715 INFO [HSQLDB Server @5282be03] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: checkpointClose script done 2019-05-03 09:27:18,729 INFO [HSQLDB Server @5282be03] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: checkpointClose end 2019-05-03 09:27:18,729 INFO [HSQLDB Server @5282be03] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: Checkpoint end - txts: 1 2019-05-03 09:27:18,795 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2019-05-03 09:27:18,797 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2019-05-03 09:27:18,968 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:27:18,986 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:27:19,043 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:19,043 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2019-05-03 09:27:19,214 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-05-03 09:27:19,307 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-05-03 09:27:19,308 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en 2019-05-03 09:27:19,482 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: 447811076 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-05-03 09:27:19,685 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: 1717851471 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-05-03 09:27:19,868 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1057d89d: startup date [Fri May 03 09:27:18 CEST 2019]; root of context hierarchy 2019-05-03 09:27:19,868 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2019-05-03 09:27:20,023 INFO [HSQLDB Connection @1bf696ca] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: Database closed [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.729 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest 2019-05-03 09:27:20,367 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:20,334_main/platform.xml 2019-05-03 09:27:20,711 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:20,334_main/template/hello.html 2019-05-03 09:27:20,711 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:20,334_main/template/platform.html 2019-05-03 09:27:20,711 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:20,334_main/template/hello-custom.html 2019-05-03 09:27:20,972 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:20,334_main/index.html 2019-05-03 09:27:21,015 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,000_main/platform.xml 2019-05-03 09:27:21,034 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,000_main/template/hello.html 2019-05-03 09:27:21,034 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,000_main/template/platform.html 2019-05-03 09:27:21,035 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,000_main/template/hello-custom.html 2019-05-03 09:27:21,042 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,000_main/index.html 2019-05-03 09:27:21,062 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,055_main/platform.xml 2019-05-03 09:27:21,074 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,055_main/template/hello.html 2019-05-03 09:27:21,075 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,055_main/template/platform.html 2019-05-03 09:27:21,075 INFO [main] org.appng.core.model.ThymeleafProcessor: writing debug file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug/2019-05-03-09:27:21,055_main/template/hello-custom.html [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 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.017 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2019-05-03 09:27:21,115 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.038 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-05-03 09:27:21,145 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-05-03 09:27:21,146 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-05-03 09:27:21,146 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-05-03 09:27:21,146 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-05-03 09:27:21,147 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2019-05-03 09:27:21,147 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.007 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.controller.rest.RestActionTest 2019-05-03 09:27:21,409 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.262 s - in org.appng.core.controller.rest.RestActionTest [INFO] Running org.appng.core.controller.rest.RestDataSourceTest 2019-05-03 09:27:21,561 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.151 s - in org.appng.core.controller.rest.RestDataSourceTest [INFO] Running org.appng.core.controller.rest.RestOperationTest 2019-05-03 09:27:21,562 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-05-03 09:27:21,580 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6047f62b: startup date [Fri May 03 09:27:21 CEST 2019]; root of context hierarchy 2019-05-03 09:27:21,757 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-05-03 09:27:21,758 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-05-03 09:27:21,758 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-05-03 09:27:21,758 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-05-03 09:27:21,758 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-05-03 09:27:21,758 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-05-03 09:27:21,758 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-05-03 09:27:21,759 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-05-03 09:27:21,759 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-05-03 09:27:21,759 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-05-03 09:27:21,759 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-05-03 09:27:21,759 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-05-03 09:27:21,759 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-05-03 09:27:21,759 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-05-03 09:27:21,760 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-05-03 09:27:21,760 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-05-03 09:27:21,760 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-05-03 09:27:21,760 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-05-03 09:27:21,791 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring May 03, 2019 9:27:21 AM java.util.prefs.FileSystemPreferences$6 run WARNING: Prefs file removed in background /var/lib/jenkins/.java/.userPrefs/prefs.xml May 03, 2019 9:27:21 AM java.util.prefs.FileSystemPreferences$6 run WARNING: Prefs file removed in background /etc/.java/.systemPrefs/prefs.xml 2019-05-03 09:27:21,813 INFO [main] org.appng.core.repository.config.HikariCPConfigurer: connection jdbc:hsqldb:mem://appng uses datasource org.hsqldb.jdbc.JDBCDataSource 2019-05-03 09:27:21,817 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Starting... 2019-05-03 09:27:21,848 INFO [main] com.zaxxer.hikari.pool.PoolBase: appNG ROOT connection - Driver does not support get/set network timeout for connections. (feature not supported) 2019-05-03 09:27:21,922 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Start completed. 2019-05-03 09:27:21,941 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appNG' 2019-05-03 09:27:21,941 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG] 2019-05-03 09:27:21,970 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:27:21,976 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:27:22,131 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:22,131 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG' 2019-05-03 09:27:22,141 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.annotation.AnnotationConfigApplicationContext@6047f62b: startup date [Fri May 03 09:27:21 CEST 2019]; root of context hierarchy 2019-05-03 09:27:22,336 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:27:22,337 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://appng (HSQL Database Engine 2.4.1) 2019-05-03 09:27:22,337 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem://appng (HSQL Database Engine 2.4) 2019-05-03 09:27:22,344 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6047f62b: startup date [Fri May 03 09:27:21 CEST 2019]; root of context hierarchy 2019-05-03 09:27:22,344 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG' 2019-05-03 09:27:22,344 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown initiated... 2019-05-03 09:27:22,349 INFO [main] com.zaxxer.hikari.HikariDataSource: appNG ROOT connection - Shutdown completed. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.appng.core.controller.PlatformConfigTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2019-05-03 09:27:22,355 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-05-03 09:27:22,356 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-05-03 09:27:22,356 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2019-05-03 09:27:22,356 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-05-03 09:27:22,366 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-05-03 09:27:22,367 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2fa86bd7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4390c81b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3997139, org.springframework.test.context.support.DirtiesContextTestExecutionListener@40dbdf41, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2cc1e25e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@69d427cd] 2019-05-03 09:27:22,370 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2019-05-03 09:27:22,393 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-05-03 09:27:22,401 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2019-05-03 09:27:22,411 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@218c9377: startup date [Fri May 03 09:27:22 CEST 2019]; root of context hierarchy 2019-05-03 09:27:22,427 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:27:22,573 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2019-05-03 09:27:22,573 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2019-05-03 09:27:22,707 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:27:22,728 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:27:23,009 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:27:23,009 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2019-05-03 09:27:23,159 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-05-03 09:27:23,289 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@218c9377: startup date [Fri May 03 09:27:22 CEST 2019]; root of context hierarchy 2019-05-03 09:27:23,289 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2019-05-03 09:27:23,633 INFO [HSQLDB Connection @35fc38a9] hsqldb.db.HSQLDB6A7C971AA6.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.48 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.RedirectTest 2019-05-03 09:27:23,841 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2019-05-03 09:27:23,841 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2019-05-03 09:27:23,842 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-05-03 09:27:23,880 INFO [main] org.appng.core.controller.Log4jConfigurer: Initialized log4j from classpath:log4j.properties 2019-05-03 09:27:23,880 INFO [main] org.appng.core.controller.PlatformStartup: 2019-05-03 09:27:23,880 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2019-05-03 09:27:23,880 INFO [main] org.appng.core.controller.PlatformStartup: 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2019-05-03 09:27:23,883 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2019-05-03 09:27:23,884 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.1 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/database/appng on port 9050 2019-05-03 09:27:23,896 INFO [HSQLDB Server @c2de367] hsqldb.db.HSQLDB6A7C972EF6.ENGINE: Checkpoint start 2019-05-03 09:27:23,896 INFO [HSQLDB Server @c2de367] hsqldb.db.HSQLDB6A7C972EF6.ENGINE: checkpointClose start 2019-05-03 09:27:23,902 INFO [HSQLDB Server @c2de367] hsqldb.db.HSQLDB6A7C972EF6.ENGINE: checkpointClose synched 2019-05-03 09:27:23,911 INFO [HSQLDB Server @c2de367] hsqldb.db.HSQLDB6A7C972EF6.ENGINE: checkpointClose script done 2019-05-03 09:27:23,927 INFO [HSQLDB Server @c2de367] hsqldb.db.HSQLDB6A7C972EF6.ENGINE: checkpointClose end 2019-05-03 09:27:23,927 INFO [HSQLDB Server @c2de367] hsqldb.db.HSQLDB6A7C972EF6.ENGINE: Checkpoint end - txts: 1 2019-05-03 09:27:23,984 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:27:24,089 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.1) 2019-05-03 09:27:24,192 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2019-05-03 09:27:24,308 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.1) 2019-05-03 09:27:24,411 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2019-05-03 09:27:24,424 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.006s) 2019-05-03 09:27:24,436 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:27:24,448 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:27:24,454 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:27:24,500 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:27:24,516 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:27:24,525 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:27:24,537 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:27:24,543 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:27:24,549 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:27:24,554 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:27:24,560 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:27:24,565 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:27:24,570 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:27:24,575 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.140s). 2019-05-03 09:27:24,576 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2019-05-03 09:27:24,576 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 696 ms. 2019-05-03 09:27:24,577 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2019-05-03 09:27:29,579 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2019-05-03 09:27:29,579 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.738 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.006 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2019-05-03 09:27:29,594 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@370814b1: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,683 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-05-03 09:27:29,719 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@370814b1: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,805 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2019-05-03 09:27:29,807 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:171) at org.appng.core.controller.handler.ServiceRequestHandlerTest.testError(ServiceRequestHandlerTest.java:338) 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-05-03 09:27:29,809 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4c55a445: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,814 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-05-03 09:27:29,820 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@4c55a445: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,835 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@60baa94c: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,840 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-05-03 09:27:29,841 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound 2019-05-03 09:27:29,841 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@c781c02: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,846 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-05-03 09:27:29,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@c781c02: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2019-05-03 09:27:29,876 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@74ca92c6: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,883 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-05-03 09:27:29,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@74ca92c6: startup date [Fri May 03 09:27:29 CEST 2019]; root of context hierarchy 2019-05-03 09:27:29,901 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.323 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest 2019-05-03 09:27:30,018 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processed 2019-05-03 09:27:30,018 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf 2019-05-03 09:27:30,020 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/repository/manager/www/de 2019-05-03 09:27:30,023 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2019-05-03 09:27:30,033 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4) 2019-05-03 09:27:30,035 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3) 2019-05-03 09:27:30,035 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2) 2019-05-03 09:27:30,035 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1) 2019-05-03 09:27:30,045 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_Release/appng/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.21 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.SessionListenerTest 2019-05-03 09:27:30,143 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-05-03 09:27:30) 2019-05-03 09:27:30,144 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2019-05-03 09:27:30) 2019-05-03 09:27:30,144 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2019-05-03 09:27:30, accessed: 2019-05-03 09:27:30, requests: 1, domain: http://localhost:8080, user-agent: null) 2019-05-03 09:27:30,145 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2019-05-03 09:27:30) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ControllerTest 2019-05-03 09:27:30,154 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,155 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#796119731 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,181 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,183 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#551266310 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,186 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,187 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#540486316 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,188 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,189 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#862080833 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,196 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,197 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#449747286 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,198 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,199 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#329690158 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,201 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,202 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1974643942 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,205 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,206 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#470607814 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,208 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2019-05-03 09:27:30,208 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,209 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1673187533 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,214 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,215 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#505712883 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,217 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,217 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1683095261 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,219 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,220 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#365855656 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,221 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,222 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#265950994 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,223 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,223 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#740596511 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,226 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,227 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2074915248 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,228 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,229 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#286259170 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,231 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,232 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1556032896 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,233 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,234 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#740156099 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,235 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2019-05-03 09:27:30,235 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,236 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2062499690 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,237 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,238 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2118245714 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,242 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,242 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#279355584 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,245 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,246 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1815225805 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,247 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,248 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#886372167 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,249 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,250 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1494365717 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,251 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,251 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1219179910 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,253 INFO [main] org.appng.core.controller.Controller: Controller created 2019-05-03 09:27:30,254 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#759332006 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 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.035 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2019-05-03 09:27:30,305 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2019-05-03 09:27:30,309 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2019-05-03 09:27:30,315 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.025 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.339 s - in org.appng.core.controller.filter.PageCacheFilterTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2019-05-03 09:27:30,662 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1854473023 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,671 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#539073894 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,690 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2103890227 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2019-05-03 09:27:30,695 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing java.io.FileNotFoundException: /var/lib/jenkins/workspace/appNG_Release/appng/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-05-03 09:27:30,712 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1794519588 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 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_Release/appng/appng-core/target/appng-core-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-core --- [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.tuckey.org/urlrewrite/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://project.spring.io/spring-ws/spring-ws-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-persistence/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-search/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://freemarker.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.saxonica.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://commons.apache.org/proper/commons-compress/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://commons.apache.org/proper/commons-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.quartz-scheduler.org/quartz/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://flywaydb.org/flyway-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsp.dev.java.net/jsp-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://dev.mysql.com/doc/connector-j/en/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/orm/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.joda.org/joda-time/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/brettwooldridge/HikariCP/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/Microsoft/mssql-jdbc/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://ehcache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://ehcache.org/ehcache-web-parent/ehcache-web/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.rabbitmq.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://spring.io/spring-security/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://spring.io/spring-security/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/xetorthio/jedis/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.thymeleaf.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-rest-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.skuzzle.de/maven/semantic-version/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/TemplateResource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SubjectImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RepositoryImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PersistentPropertyHolder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteApplicationPK.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/GroupImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PackageArchiveImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PermissionImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ApplicationImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ValidationPatterns.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteApplication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RoleImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEventListener.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/Auditable.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/DatabaseConnection.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ObjectUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ResourceImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafStandardReplaceTagProcessorCaller.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafReplaceInterceptorBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafReplaceInterceptor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/AppNGThymeleafDialect.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ReplaceTagProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/templating/ThymeleafTemplateEngine.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/PasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/CertChainValidator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SignatureWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/ValidatorConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SigningException.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/Signer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SignerConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/BaseConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/CertTools.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/SaltedDigest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/Sha1PasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DigestValidator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/BCryptPasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/SaltedDigestSha1.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DigestUtil.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/CacheService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/DatabaseService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/MigrationService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/ApplicationProperties.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/PropertySupport.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/CoreService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/LdapService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/HsqlStarter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/PlatformProperties.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/TemplateService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/InitializerService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/ApplicationArchiveProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SubjectRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/ResourceRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SiteRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/TemplateRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/DataSourceFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/ApplicationPostProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/DatasourceConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/HikariCPConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/TomcatJdbcConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SiteApplicationRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/TemplateResourceRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PermissionRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/GroupRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PropertyRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/ApplicationRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PlatformEventRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/RoleRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/RepoRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/DatabaseConnectionRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/JMXUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/DataSourceElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ResponseType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCache.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PlatformProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/JarInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationContext.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationSubjectImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheFilesystem.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryMode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/InstallablePackage.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ActionElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageArchive.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/CacheProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryScheme.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/AccessibleApplication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ThymeleafProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/FeatureProviderImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RequestProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/AbstractRequestProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheSoap.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/TemplateProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ZipFileProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PlatformTransformer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PageParameterProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/NavigationBuilder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageVersion.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/Repository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/Redirect.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestPostProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestActionBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestOperation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/rest/RestDataSourceBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/SessionListener.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MulticastSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MessageHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MulticastReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/TribesReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RequestNodeState.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/TribesSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/ReloadSiteEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/SiteStateEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/SiteDeletedEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/NodeEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Controller.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/RepositoryWatcher.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/RequestHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/SoapService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/GuiHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/RestService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/JspHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/StaticContentHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/ErrorPageHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/ServiceRequestHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/AppngCache.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Session.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Log4jConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/PlatformConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/HttpHeaders.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/PlatformStartup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/ResponseWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/MSOfficeUserAgentFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/JspExtensionFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/PageCacheFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/CsrfSetupFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/RedirectFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/XSSFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/CacheElementBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackagesResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetCertificationRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageVersionsResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/PackageType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Packages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/PackageVersions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Certification.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Package.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageVersionsRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackagesRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetCertificationResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageResponse.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEventListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEventListener.EventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/Auditable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PlatformEvent.Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafStandardReplaceTagProcessorCaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptorBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafReplaceInterceptor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/AppNGThymeleafDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ReplaceTagProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/class-use/ThymeleafTemplateEngine.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/PlatformProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PlatformEventRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/class-use/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/TemplateProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/class-use/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/class-use/RestPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/SiteDeletedEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Log4jConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/rest/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/templating/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PlatformEventListener.java:60: warning - Tag @link: can't find createEvent(Type, String) in org.appng.core.domain.PlatformEventListener [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-core >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-core --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-core --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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.266 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2019-05-03 09:28:05,157 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:05,632 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@13e39c73: startup date [Fri May 03 09:28:05 CEST 2019]; root of context hierarchy 2019-05-03 09:28:05,746 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:05,960 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:06,063 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:06,200 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final} 2019-05-03 09:28:06,544 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-05-03 09:28:06,809 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) May 03, 2019 9:28:06 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-05-03 09:28:06,844 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:07,171 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:07,878 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final 2019-05-03 09:28:09,122 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:09,126 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:10,882 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@13e39c73: startup date [Fri May 03 09:28:05 CEST 2019]; root of context hierarchy 2019-05-03 09:28:10,885 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: 5.936 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2019-05-03 09:28:10,893 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:11,017 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e3566e: startup date [Fri May 03 09:28:11 CEST 2019]; root of context hierarchy 2019-05-03 09:28:11,029 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:11,068 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:11,077 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:11,101 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:11,101 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:11,102 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:11,419 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:11,419 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:11,794 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e3566e: startup date [Fri May 03 09:28:11 CEST 2019]; root of context hierarchy 2019-05-03 09:28:11,795 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.909 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2019-05-03 09:28:11,802 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:11,916 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@32f45e15: startup date [Fri May 03 09:28:11 CEST 2019]; root of context hierarchy 2019-05-03 09:28:11,928 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:11,975 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:11,984 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:12,008 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:12,008 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:12,009 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:12,288 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:12,289 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:12,560 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@32f45e15: startup date [Fri May 03 09:28:11 CEST 2019]; root of context hierarchy 2019-05-03 09:28:12,561 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.765 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2019-05-03 09:28:12,568 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:12,652 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4bc49d70: startup date [Fri May 03 09:28:12 CEST 2019]; root of context hierarchy 2019-05-03 09:28:12,659 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:12,689 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:12,697 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:12,715 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:12,715 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:12,716 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:12,938 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:12,938 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:13,244 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4bc49d70: startup date [Fri May 03 09:28:12 CEST 2019]; root of context hierarchy 2019-05-03 09:28:13,245 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.683 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2019-05-03 09:28:13,251 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:13,333 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@423325e0: startup date [Fri May 03 09:28:13 CEST 2019]; root of context hierarchy 2019-05-03 09:28:13,341 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:13,371 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:13,379 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:13,397 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:13,398 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:13,399 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:13,622 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:13,623 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:13,995 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@423325e0: startup date [Fri May 03 09:28:13 CEST 2019]; root of context hierarchy 2019-05-03 09:28:13,996 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.75 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2019-05-03 09:28:14,003 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:14,089 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2365facb: startup date [Fri May 03 09:28:14 CEST 2019]; root of context hierarchy 2019-05-03 09:28:14,097 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:14,129 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:14,137 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:14,156 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:14,156 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:14,157 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:14,363 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:14,363 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:14,583 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2365facb: startup date [Fri May 03 09:28:14 CEST 2019]; root of context hierarchy 2019-05-03 09:28:14,584 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.588 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2019-05-03 09:28:14,589 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:14,661 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@516dd567: startup date [Fri May 03 09:28:14 CEST 2019]; root of context hierarchy 2019-05-03 09:28:14,667 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:14,694 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:14,701 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:14,717 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:14,717 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:14,718 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:14,891 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:14,891 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:15,122 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@516dd567: startup date [Fri May 03 09:28:14 CEST 2019]; root of context hierarchy 2019-05-03 09:28:15,123 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.539 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2019-05-03 09:28:15,130 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:15,203 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@45f854e9: startup date [Fri May 03 09:28:15 CEST 2019]; root of context hierarchy 2019-05-03 09:28:15,210 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:15,451 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:15,462 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:15,483 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:15,484 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:15,484 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:15,688 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:15,689 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:15,880 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@45f854e9: startup date [Fri May 03 09:28:15 CEST 2019]; root of context hierarchy 2019-05-03 09:28:15,881 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.757 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2019-05-03 09:28:15,887 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:15,959 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5eb35ec7: startup date [Fri May 03 09:28:15 CEST 2019]; root of context hierarchy 2019-05-03 09:28:15,965 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:15,992 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:15,999 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:16,016 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:16,016 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:16,017 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:16,191 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:16,191 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:16,437 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5eb35ec7: startup date [Fri May 03 09:28:15 CEST 2019]; root of context hierarchy 2019-05-03 09:28:16,438 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.557 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2019-05-03 09:28:16,445 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:16,517 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@33d4ed23: startup date [Fri May 03 09:28:16 CEST 2019]; root of context hierarchy 2019-05-03 09:28:16,523 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:16,551 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:16,557 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:16,573 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:16,574 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:16,575 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:16,745 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:16,745 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:16,955 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@33d4ed23: startup date [Fri May 03 09:28:16 CEST 2019]; root of context hierarchy 2019-05-03 09:28:16,956 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.516 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2019-05-03 09:28:16,961 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:17,055 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@67cc6ef9: startup date [Fri May 03 09:28:17 CEST 2019]; root of context hierarchy 2019-05-03 09:28:17,063 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:17,105 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:17,114 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:17,135 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:17,136 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:17,137 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:17,453 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:17,453 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:17,767 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@67cc6ef9: startup date [Fri May 03 09:28:17 CEST 2019]; root of context hierarchy 2019-05-03 09:28:17,768 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.812 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2019-05-03 09:28:17,776 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:17,884 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1b11d5bc: startup date [Fri May 03 09:28:17 CEST 2019]; root of context hierarchy 2019-05-03 09:28:17,894 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:17,932 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:17,942 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:17,963 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:17,963 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:17,964 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:18,139 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:18,140 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:18,341 INFO [main] org.appng.core.service.CoreService: retrieving 'appng-template-0.8.0' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes/localrepo/ 2019-05-03 09:28:18,433 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2019-05-03 09:28:18,434 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2019-05-03 09:28:18,434 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2019-05-03 09:28:18,436 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2019-05-03 09:28:18,437 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2019-05-03 09:28:18,437 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2019-05-03 09:28:18,457 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1b11d5bc: startup date [Fri May 03 09:28:17 CEST 2019]; root of context hierarchy 2019-05-03 09:28:18,458 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.693 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2019-05-03 09:28:18,469 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:18,547 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7b14192c: startup date [Fri May 03 09:28:18 CEST 2019]; root of context hierarchy 2019-05-03 09:28:18,555 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:18,585 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:18,593 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:18,611 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:18,612 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:18,613 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:18,776 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:18,777 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:19,037 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7b14192c: startup date [Fri May 03 09:28:18 CEST 2019]; root of context hierarchy 2019-05-03 09:28:19,038 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.575 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2019-05-03 09:28:19,045 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:19,125 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@614ff150: startup date [Fri May 03 09:28:19 CEST 2019]; root of context hierarchy 2019-05-03 09:28:19,133 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:19,164 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:19,173 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:19,192 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:19,192 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:19,193 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:19,381 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:19,381 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:19,608 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@614ff150: startup date [Fri May 03 09:28:19 CEST 2019]; root of context hierarchy 2019-05-03 09:28:19,609 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.569 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2019-05-03 09:28:19,616 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:19,699 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3221a4eb: startup date [Fri May 03 09:28:19 CEST 2019]; root of context hierarchy 2019-05-03 09:28:19,706 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:19,738 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:19,746 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:19,765 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:19,765 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:19,766 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:19,955 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:19,955 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-05-03 09:28:20,623 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3221a4eb: startup date [Fri May 03 09:28:19 CEST 2019]; root of context hierarchy 2019-05-03 09:28:20,624 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.015 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2019-05-03 09:28:20,639 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:20,758 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3673481e: startup date [Fri May 03 09:28:20 CEST 2019]; root of context hierarchy 2019-05-03 09:28:20,769 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:20,821 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:20,831 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:20,857 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:20,857 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:20,858 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:21,103 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:21,103 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-05-03 09:28:31,311 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2019-05-03 09:28:31,365 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-05-03 09:28:31,368 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2019-05-03 09:28:31,371 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3673481e: startup date [Fri May 03 09:28:20 CEST 2019]; root of context hierarchy 2019-05-03 09:28:31,372 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.748 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2019-05-03 09:28:31,381 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:31,463 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@60a042c9: startup date [Fri May 03 09:28:31 CEST 2019]; root of context hierarchy 2019-05-03 09:28:31,470 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:31,503 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:31,512 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:31,531 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:31,531 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:31,532 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:31,695 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:31,695 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:31,908 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@60a042c9: startup date [Fri May 03 09:28:31 CEST 2019]; root of context hierarchy 2019-05-03 09:28:31,908 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.535 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2019-05-03 09:28:31,915 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:31,992 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3d7bec2f: startup date [Fri May 03 09:28:31 CEST 2019]; root of context hierarchy 2019-05-03 09:28:31,999 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:32,030 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:32,037 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:32,054 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:32,054 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:32,056 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:32,185 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:32,186 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:35,440 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3d7bec2f: startup date [Fri May 03 09:28:31 CEST 2019]; root of context hierarchy 2019-05-03 09:28:35,441 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.532 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2019-05-03 09:28:35,447 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:35,515 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@32d9bcda: startup date [Fri May 03 09:28:35 CEST 2019]; root of context hierarchy 2019-05-03 09:28:35,522 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:35,549 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:35,556 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:35,576 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:35,577 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:35,578 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:35,748 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:35,748 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:35,942 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@32d9bcda: startup date [Fri May 03 09:28:35 CEST 2019]; root of context hierarchy 2019-05-03 09:28:35,943 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.501 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.HashPasswordTest 2019-05-03 09:28:35,950 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:36,027 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1449ad79: startup date [Fri May 03 09:28:36 CEST 2019]; root of context hierarchy 2019-05-03 09:28:36,034 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:36,065 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:36,073 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:36,092 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:36,092 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:36,093 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:36,261 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:36,261 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:37,860 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1449ad79: startup date [Fri May 03 09:28:36 CEST 2019]; root of context hierarchy 2019-05-03 09:28:37,860 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 s - in org.appng.cli.commands.subject.HashPasswordTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2019-05-03 09:28:37,915 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:37,989 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6ac670fd: startup date [Fri May 03 09:28:37 CEST 2019]; root of context hierarchy 2019-05-03 09:28:37,996 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:38,028 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:38,035 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:38,054 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:38,055 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:38,055 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:38,258 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:38,258 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:38,445 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6ac670fd: startup date [Fri May 03 09:28:37 CEST 2019]; root of context hierarchy 2019-05-03 09:28:38,446 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.535 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2019-05-03 09:28:38,452 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:38,526 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@67b08418: startup date [Fri May 03 09:28:38 CEST 2019]; root of context hierarchy 2019-05-03 09:28:38,533 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:38,563 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:38,571 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:38,591 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:38,591 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:38,592 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:38,762 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:38,762 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:38,941 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@67b08418: startup date [Fri May 03 09:28:38 CEST 2019]; root of context hierarchy 2019-05-03 09:28:38,941 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.495 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2019-05-03 09:28:38,947 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:39,021 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4a6b7e2f: startup date [Fri May 03 09:28:39 CEST 2019]; root of context hierarchy 2019-05-03 09:28:39,028 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:39,061 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:39,069 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:39,089 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:39,089 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:39,090 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:39,229 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:39,229 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:39,391 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4a6b7e2f: startup date [Fri May 03 09:28:39 CEST 2019]; root of context hierarchy 2019-05-03 09:28:39,391 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.449 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2019-05-03 09:28:39,396 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:39,458 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1b36c2e7: startup date [Fri May 03 09:28:39 CEST 2019]; root of context hierarchy 2019-05-03 09:28:39,464 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:39,491 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:39,497 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:39,514 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:39,514 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:39,515 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:39,644 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:39,644 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:39,812 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1b36c2e7: startup date [Fri May 03 09:28:39 CEST 2019]; root of context hierarchy 2019-05-03 09:28:39,812 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.421 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2019-05-03 09:28:39,818 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:39,882 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@12876f07: startup date [Fri May 03 09:28:39 CEST 2019]; root of context hierarchy 2019-05-03 09:28:39,888 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:39,916 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:39,923 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:39,939 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:39,939 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:39,941 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:40,074 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:40,074 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:40,250 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@12876f07: startup date [Fri May 03 09:28:39 CEST 2019]; root of context hierarchy 2019-05-03 09:28:40,251 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.437 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2019-05-03 09:28:40,256 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:40,330 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@39950dc0: startup date [Fri May 03 09:28:40 CEST 2019]; root of context hierarchy 2019-05-03 09:28:40,339 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:40,379 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:40,386 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:40,408 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:40,408 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:40,409 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:40,678 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:40,679 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:41,021 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@39950dc0: startup date [Fri May 03 09:28:40 CEST 2019]; root of context hierarchy 2019-05-03 09:28:41,022 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.771 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2019-05-03 09:28:41,027 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:41,095 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@65228668: startup date [Fri May 03 09:28:41 CEST 2019]; root of context hierarchy 2019-05-03 09:28:41,102 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:41,131 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:41,138 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:41,155 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:41,155 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:41,156 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:41,283 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:41,284 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:41,451 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes/localrepo/ 2019-05-03 09:28:41,471 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2019-05-03 09:28:41,474 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:28:41,475 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:28:41,476 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:28:41,476 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:28:41,481 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:28:41,482 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:28:41,483 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:28:41,483 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:28:41,485 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:28:41,486 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:28:41,486 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:28:41,487 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:28:41,487 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:28:41,497 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,497 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,499 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,499 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,499 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,500 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,500 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,500 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,501 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,501 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2019-05-03 09:28:41,501 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2019-05-03 09:28:41,501 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2019-05-03 09:28:41,504 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2019-05-03 09:28:41,504 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2019-05-03 09:28:41,506 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2019-05-03 09:28:41,507 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2019-05-03 09:28:41,508 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2019-05-03 09:28:41,509 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2019-05-03 09:28:41,510 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2019-05-03 09:28:41,511 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2019-05-03 09:28:41,512 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2019-05-03 09:28:41,521 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:28:41,522 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:28:41,524 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:28:41,526 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:28:41,527 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:28:41,529 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:28:41,536 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@65228668: startup date [Fri May 03 09:28:41 CEST 2019]; root of context hierarchy 2019-05-03 09:28:41,536 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.514 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2019-05-03 09:28:41,541 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:41,609 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e584679: startup date [Fri May 03 09:28:41 CEST 2019]; root of context hierarchy 2019-05-03 09:28:41,615 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:41,644 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:41,651 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:41,668 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:41,668 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:41,669 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:41,785 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:41,786 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:41,917 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e584679: startup date [Fri May 03 09:28:41 CEST 2019]; root of context hierarchy 2019-05-03 09:28:41,917 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.379 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2019-05-03 09:28:41,928 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:41,985 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1f3ec020: startup date [Fri May 03 09:28:41 CEST 2019]; root of context hierarchy 2019-05-03 09:28:41,990 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:42,015 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:42,021 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:42,035 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:42,036 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:42,057 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:42,170 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:42,170 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:42,379 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:42,434 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:42,442 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1f3ec020: startup date [Fri May 03 09:28:41 CEST 2019]; root of context hierarchy 2019-05-03 09:28:42,442 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.52 s - in org.appng.cli.CliCoreDBNotInitializedTest [INFO] Running org.appng.cli.prettyTable.PrettyTableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.cli.prettyTable.PrettyTableTest [INFO] Running org.appng.cli.CliBootstrapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2019-05-03 09:28:42,653 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2019-05-03 09:28:42,727 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4a2c5701: startup date [Fri May 03 09:28:42 CEST 2019]; root of context hierarchy 2019-05-03 09:28:42,735 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:28:42,767 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:42,775 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appNG CLI] 2019-05-03 09:28:42,794 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2019-05-03 09:28:42,795 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2019-05-03 09:28:42,808 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:28:42,947 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:28:42,947 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2019-05-03 09:28:43,120 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,127 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,210 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,234 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-05-03 09:28:43.207 2019-05-03 09:28:43,247 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,267 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,287 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-05-03 09:28:43.207 2019-05-03 09:28:43,303 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,322 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,350 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) is active. 2019-05-03 09:28:43,353 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-05-03 09:28:43,353 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-05-03 09:28:43,354 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2019-05-03 09:28:43,355 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-05-03 09:28:43,356 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-05-03 09:28:43,356 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2019-05-03 09:28:43,356 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,375 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-05-03 09:28:43.207 2019-05-03 09:28:43,382 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,400 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,417 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-05-03 09:28:43.207 2019-05-03 09:28:43,425 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,443 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,465 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) is active. 2019-05-03 09:28:43,466 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-05-03 09:28:43,467 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-05-03 09:28:43,467 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,481 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-05-03 09:28:43.207 2019-05-03 09:28:43,486 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,499 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.1) 2019-05-03 09:28:43,511 INFO [main] org.appng.cli.CliCore : Database is at version 4.0.0, state: SUCCESS, installed on 2019-05-03 09:28:43.207 2019-05-03 09:28:43,514 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-05-03 09:28:43,526 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4a2c5701: startup date [Fri May 03 09:28:42 CEST 2019]; root of context hierarchy 2019-05-03 09:28:43,526 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.88 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_Release/appng/appng-cli/target/appng-cli-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-cli --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.cli... Loading source files for package org.appng.cli.commands.applicationrole... Loading source files for package org.appng.cli.commands.permission... Loading source files for package org.appng.cli.commands... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.platform... Loading source files for package org.appng.cli.commands.property... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.site... Loading source files for package org.appng.cli.commands.subject... Loading source files for package org.appng.cli.commands.group... Loading source files for package org.appng.cli.commands.application... Loading source files for package org.appng.cli.commands.heartbeat... Loading source files for package org.appng.cli.prettytable... Loading source files for package org.appng.cli.validators... Loading source files for package org.appng.cli.servlet... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliEventProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/class-use/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/class-use/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/class-use/ExtractData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/class-use/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/class-use/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/HashPassword.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/class-use/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/class-use/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-cli >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-cli <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-cli --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-cli --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-cli --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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_Release/appng/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-05-03 09:29:00,525 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@33c7e1bb 2019-05-03 09:29:00,546 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@33c7e1bb 2019-05-03 09:29:00,546 [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.204 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.01 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.PermissionTest 2019-05-03 09:29:00,822 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:00,822 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:00,822 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:00,822 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:00,822 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:00,824 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:00,830 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:00,831 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:00,832 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:00,901 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:00,901 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:00,901 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:00,901 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:00,901 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:00,901 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:00,902 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:00,902 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:00,902 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:00,904 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2019-05-03 09:29:00,904 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2019-05-03 09:29:00,904 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission null 2019-05-03 09:29:00,904 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in org.appng.taglib.PermissionTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:00,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:00,959 [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.052 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.TagletProcessorTest 2019-05-03 09:29:01,375 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$fd9dfbdf' width attributes: {} 2019-05-03 09:29:01,427 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-05-03 09:29:01,427 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-05-03 09:29:01,437 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$fd9dfbdf' width attributes: {noXslPrefix=test prefix} 2019-05-03 09:29:01,438 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-05-03 09:29:01,438 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-05-03 09:29:01,441 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$fd9dfbdf' width attributes: {noXslSuffix=test suffix} 2019-05-03 09:29:01,442 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-05-03 09:29:01,442 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-05-03 09:29:01,444 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$f39ad8cf' with attributes: {} 2019-05-03 09:29:01,450 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$742dac8e' with attributes: {} 2019-05-03 09:29:01,464 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$9b491294' width attributes: {} 2019-05-03 09:29:01,465 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2019-05-03 09:29:01,465 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2019-05-03 09:29:01,467 [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-05-03 09:29:01,469 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2019-05-03 09:29:01,470 [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.511 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2019-05-03 09:29:01,472 [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.017 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.AttributeTest 2019-05-03 09:29:01,492 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,492 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,492 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,492 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,492 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,493 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,493 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,493 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,493 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,494 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,494 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,494 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,495 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,495 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,495 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,495 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,495 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,495 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,516 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2019-05-03 09:29:01,518 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,518 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,518 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,518 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,518 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,518 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,519 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,519 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,519 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,520 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,521 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,522 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,524 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 139947936 [(sites = {localhost=Mock for Site, hashCode: 139947936})] 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,524 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,525 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,526 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 139947936 [(sites = {localhost=Mock for Site, hashCode: 139947936})] 2019-05-03 09:29:01,526 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,526 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,526 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,526 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,526 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,527 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,527 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,527 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,527 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,532 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 139947936})] 2019-05-03 09:29:01,532 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,532 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,532 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,532 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,532 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,532 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,532 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,533 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,533 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,535 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 139947936})] 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,535 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,536 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 139947936})] 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,537 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,538 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2019-05-03 09:29:01,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,539 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,540 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,540 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,541 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,542 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,544 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,545 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,546 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,547 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,548 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,549 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 1097619701} [(sites = {localhost=Mock for Site, hashCode: 1097619701})] 2019-05-03 09:29:01,550 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,550 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,550 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,550 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,550 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,550 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:01,551 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:01,552 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:01,552 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:01,552 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.search.SearchTest 2019-05-03 09:29:01,592 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@63fbfaeb 2019-05-03 09:29:02,450 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2019-05-03 09:29:02,450 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2019-05-03 09:29:02,450 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2019-05-03 09:29:02,450 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2019-05-03 09:29:02,450 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2019-05-03 09:29:02,450 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2019-05-03 09:29:02,450 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2019-05-03 09:29:02,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2019-05-03 09:29:02,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2019-05-03 09:29:02,451 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2019-05-03 09:29:02,455 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2019-05-03 09:29:02,577 [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.253 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.IfTest 2019-05-03 09:29:02,810 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2019-05-03 09:29:02,810 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2019-05-03 09:29:02,810 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2019-05-03 09:29:02,810 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2019-05-03 09:29:02,810 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2019-05-03 09:29:02,810 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2019-05-03 09:29:02,810 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2019-05-03 09:29:02,820 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2019-05-03 09:29:02,820 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2019-05-03 09:29:02,821 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2019-05-03 09:29:02,821 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2019-05-03 09:29:02,822 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2019-05-03 09:29:02,822 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2019-05-03 09:29:02,822 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2019-05-03 09:29:02,822 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2019-05-03 09:29:02,822 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2019-05-03 09:29:02,823 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2019-05-03 09:29:02,823 [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.018 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_Release/appng/appng-taglib/target/appng-taglib-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-taglib --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-search/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://commons.apache.org/proper/commons-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.taglib... Loading source files for package org.appng.taglib.form... Loading source files for package org.appng.taglib.search... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-taglib >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-taglib <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-taglib --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-taglib --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-taglib --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/appng-application/target/appng-application-1.19.0] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [330 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application --- [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying appng-formtags-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.19.0.jar [INFO] Copying appng-persistence-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.19.0.jar [INFO] Copying appng-core-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.19.0.jar [INFO] Copying appng-cli-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.19.0.jar [INFO] Copying appng-mail-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.19.0.jar [INFO] Copying appng-search-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.19.0.jar [INFO] Copying appng-taglib-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.19.0.jar [INFO] Copying appng-xmlapi-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.19.0.jar [INFO] Copying appng-api-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.19.0.jar [INFO] Copying appng-tools-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.19.0.jar [INFO] Copying appng-rest-api-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.19.0.jar [INFO] Copying appng-forms-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.19.0.jar [INFO] net.jcip:jcip-annotations:jar:1.0 already exists in destination. [INFO] com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-driver:jar:0.9.0 already exists in destination. [INFO] io.swagger:swagger-annotations:jar:1.5.19 already exists in destination. [INFO] org.itadaki:bzip2:jar:0.9.1 already exists in destination. [INFO] com.google.protobuf:protobuf-java:jar:2.5.0 already exists in destination. [INFO] javax.xml.bind:jaxb-api:jar:2.3.1 already exists in destination. [INFO] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.4 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-databind:jar:2.9.8 already exists in destination. [INFO] xml-apis:xml-apis-ext:jar:1.3.04 already exists in destination. [INFO] com.fasterxml:classmate:jar:1.3.4 already exists in destination. [INFO] org.apache.tika:tika-parsers:jar:1.16 already exists in destination. [INFO] org.apache.james:apache-mime4j-core:jar:0.8.1 already exists in destination. [INFO] com.mysema.commons:mysema-commons-lang:jar:0.2.4 already exists in destination. [INFO] edu.ucar:grib:jar:4.5.5 already exists in destination. [INFO] javax.activation:javax.activation-api:jar:1.2.0 already exists in destination. [INFO] org.apache.pdfbox:fontbox:jar:2.0.6 already exists in destination. [INFO] org.jsoup:jsoup:jar:1.11.1 already exists in destination. [INFO] org.springframework:spring-orm:jar:4.3.23.RELEASE already exists in destination. [INFO] org.apache.lucene:lucene-highlighter:jar:6.6.5 already exists in destination. [INFO] org.apache.poi:poi:jar:3.17 already exists in destination. [INFO] com.google.errorprone:error_prone_annotations:jar:2.2.0 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-api:jar:1.4 already exists in destination. [INFO] org.springframework.ws:spring-xml:jar:2.4.3.RELEASE already exists in destination. [INFO] org.apache.commons:commons-compress:jar:1.18 already exists in destination. [INFO] com.tdunning:json:jar:1.8 already exists in destination. [INFO] javax.mail:mail:jar:1.4.5 already exists in destination. [INFO] org.springframework.ws:spring-ws-core:jar:2.4.3.RELEASE already exists in destination. [INFO] com.rabbitmq:amqp-client:jar:5.5.1 already exists in destination. [INFO] org.apache.commons:commons-pool2:jar:2.4.3 already exists in destination. [INFO] commons-lang:commons-lang:jar:2.6 already exists in destination. [INFO] com.zaxxer:HikariCP:jar:3.3.1 already exists in destination. [INFO] org.apache.commons:commons-vfs2:jar:2.0 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess:jar:2.1.8 already exists in destination. [INFO] org.apache.commons:commons-exec:jar:1.3 already exists in destination. [INFO] org.gagravarr:vorbis-java-core:jar:0.8 already exists in destination. [INFO] org.apache.commons:commons-lang3:jar:3.8.1 already exists in destination. [INFO] org.tuckey:urlrewritefilter:jar:4.0.4 already exists in destination. [INFO] net.sf.saxon:Saxon-HE:jar:9.6.0-6 already exists in destination. [INFO] net.bytebuddy:byte-buddy:jar:1.9.10 already exists in destination. [INFO] javax.persistence:javax.persistence-api:jar:2.2 already exists in destination. [INFO] org.apache.lucene:lucene-join:jar:6.6.5 already exists in destination. [INFO] org.springframework.data:spring-data-envers:jar:1.1.18.RELEASE already exists in destination. [INFO] org.hibernate:hibernate-core:jar:5.4.2.Final already exists in destination. [INFO] log4j:log4j:jar:1.2.17 already exists in destination. [INFO] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava already exists in destination. [INFO] commons-codec:commons-codec:jar:1.12 already exists in destination. [INFO] javax.validation:validation-api:jar:2.0.1.Final already exists in destination. [INFO] com.beust:jcommander:jar:1.72 already exists in destination. [INFO] org.springframework:spring-jdbc:jar:4.3.23.RELEASE already exists in destination. [INFO] org.bouncycastle:bcprov-jdk15on:jar:1.54 already exists in destination. [INFO] com.rometools:rome-utils:jar:1.5.1 already exists in destination. [INFO] antlr:antlr:jar:2.7.7 already exists in destination. [INFO] org.apache.pdfbox:pdfbox-tools:jar:2.0.6 already exists in destination. [INFO] org.apache.james:apache-mime4j-dom:jar:0.8.1 already exists in destination. [INFO] edu.ucar:netcdf4:jar:4.5.5 already exists in destination. [INFO] org.ow2.asm:asm:jar:5.0.4 already exists in destination. [INFO] org.opengis:geoapi:jar:3.0.0 already exists in destination. [INFO] com.google.guava:failureaccess:jar:1.0.1 already exists in destination. [INFO] javax.ws.rs:javax.ws.rs-api:jar:2.0.1 already exists in destination. [INFO] edu.ucar:cdm:jar:4.5.5 already exists in destination. [INFO] org.apache.httpcomponents:httpmime:jar:4.2.6 already exists in destination. [INFO] org.springframework:spring-core:jar:4.3.23.RELEASE already exists in destination. [INFO] org.apache.lucene:lucene-sandbox:jar:6.6.5 already exists in destination. [INFO] de.skuzzle:semantic-version:jar:1.2.0 already exists in destination. [INFO] edu.ucar:httpservices:jar:4.5.5 already exists in destination. [INFO] redis.clients:jedis:jar:2.10.0 already exists in destination. [INFO] org.beanshell:bsh-core:jar:2.0b4 already exists in destination. [INFO] org.springframework:spring-beans:jar:4.3.23.RELEASE already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-core:jar:2.9.8 already exists in destination. [INFO] joda-time:joda-time:jar:2.10.1 already exists in destination. [INFO] org.apache.cxf:cxf-rt-rs-client:jar:3.0.12 already exists in destination. [INFO] com.google.code.findbugs:jsr305:jar:3.0.2 already exists in destination. [INFO] de.l3s.boilerpipe:boilerpipe:jar:1.1.0 already exists in destination. [INFO] commons-configuration:commons-configuration:jar:1.10 already exists in destination. [INFO] org.apache.lucene:lucene-memory:jar:6.6.5 already exists in destination. [INFO] org.attoparser:attoparser:jar:2.0.5.RELEASE already exists in destination. [INFO] net.sourceforge.nekohtml:nekohtml:jar:1.9.16 already exists in destination. [INFO] org.apache.httpcomponents:httpclient:jar:4.5.7 already exists in destination. [INFO] org.gagravarr:vorbis-java-tika:jar:0.8 already exists in destination. [INFO] org.unbescape:unbescape:jar:1.1.6.RELEASE already exists in destination. [INFO] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1 already exists in destination. [INFO] org.glassfish.jaxb:jaxb-runtime:jar:2.3.1 already exists in destination. [INFO] org.apache.lucene:lucene-queryparser:jar:6.6.5 already exists in destination. [INFO] org.apache.xmlbeans:xmlbeans:jar:2.6.0 already exists in destination. [INFO] commons-collections:commons-collections:jar:3.2.2 already exists in destination. [INFO] org.freemarker:freemarker:jar:2.3.28 already exists in destination. [INFO] org.apache.lucene:lucene-facet:jar:6.6.5 already exists in destination. [INFO] org.javassist:javassist:jar:3.24.0-GA already exists in destination. [INFO] org.apache.sis.core:sis-referencing:jar:0.6 already exists in destination. [INFO] commons-httpclient:commons-httpclient:jar:3.1 already exists in destination. [INFO] org.dom4j:dom4j:jar:2.1.1 already exists in destination. [INFO] org.apache.poi:poi-scratchpad:jar:3.17 already exists in destination. [INFO] org.jboss:jandex:jar:2.0.5.Final already exists in destination. [INFO] org.owasp.esapi:esapi:jar:2.1.0.1 already exists in destination. [INFO] org.springframework.data:spring-data-commons:jar:1.13.18.RELEASE already exists in destination. [INFO] aopalliance:aopalliance:jar:1.0 already exists in destination. [INFO] com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 already exists in destination. [INFO] org.apache.xmlgraphics:batik-ext:jar:1.8 already exists in destination. [INFO] org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final already exists in destination. [INFO] org.bouncycastle:bcpkix-jdk15on:jar:1.54 already exists in destination. [INFO] org.codehaus.plexus:plexus-utils:jar:1.5.6 already exists in destination. [INFO] org.slf4j:jul-to-slf4j:jar:1.7.24 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 already exists in destination. [INFO] org.apache.commons:commons-text:jar:1.6 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:1.7.26 already exists in destination. [INFO] xom:xom:jar:1.2.5 already exists in destination. [INFO] com.googlecode.json-simple:json-simple:jar:1.1.1 already exists in destination. [INFO] org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final already exists in destination. [INFO] com.drewnoakes:metadata-extractor:jar:2.9.1 already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.3.2.Final already exists in destination. [INFO] com.rometools:rome:jar:1.5.1 already exists in destination. [INFO] org.apache.pdfbox:jempbox:jar:1.8.13 already exists in destination. [INFO] org.apache.opennlp:opennlp-tools:jar:1.6.0 already exists in destination. [INFO] org.tukaani:xz:jar:1.6 already exists in destination. [INFO] org.jdom:jdom2:jar:2.0.4 already exists in destination. [INFO] org.checkerframework:checker-qual:jar:2.5.2 already exists in destination. [INFO] org.jvnet.staxex:stax-ex:jar:1.8 already exists in destination. [INFO] org.springframework:spring-tx:jar:4.3.23.RELEASE already exists in destination. [INFO] com.querydsl:querydsl-core:jar:4.2.1 already exists in destination. [INFO] org.aspectj:aspectjrt:jar:1.8.13 already exists in destination. [INFO] regexp:regexp:jar:1.3 already exists in destination. [INFO] edu.usc.ir:sentiment-analysis-parser:jar:0.1 already exists in destination. [INFO] org.springframework.security:spring-security-core:jar:4.2.10.RELEASE already exists in destination. [INFO] com.sun.istack:istack-commons-runtime:jar:3.0.7 already exists in destination. [INFO] org.apache.tika:tika-core:jar:1.16 already exists in destination. [INFO] org.apache.poi:poi-ooxml-schemas:jar:3.17 already exists in destination. [INFO] org.owasp.antisamy:antisamy:jar:1.5.3 already exists in destination. [INFO] com.j256.simplemagic:simplemagic:jar:1.16 already exists in destination. [INFO] org.apache.lucene:lucene-core:jar:6.6.5 already exists in destination. [INFO] org.apache.pdfbox:pdfbox:jar:2.0.6 already exists in destination. [INFO] org.apache.sis.core:sis-metadata:jar:0.6 already exists in destination. [INFO] com.querydsl:querydsl-jpa:jar:4.2.1 already exists in destination. [INFO] org.apache.commons:commons-collections4:jar:4.1 already exists in destination. [INFO] wsdl4j:wsdl4j:jar:1.6.3 already exists in destination. [INFO] org.springframework:spring-context-support:jar:4.3.23.RELEASE already exists in destination. [INFO] org.apache.commons:commons-csv:jar:1.0 already exists in destination. [INFO] com.adobe.xmp:xmpcore:jar:5.1.2 already exists in destination. [INFO] javax.inject:javax.inject:jar:1 already exists in destination. [INFO] org.apache.httpcomponents:httpcore:jar:4.4.11 already exists in destination. [INFO] org.slf4j:slf4j-log4j12:jar:1.7.26 already exists in destination. [INFO] com.pff:java-libpst:jar:0.8.1 already exists in destination. [INFO] org.apache.lucene:lucene-queries:jar:6.6.5 already exists in destination. [INFO] org.apache.poi:poi-ooxml:jar:3.17 already exists in destination. [INFO] org.apache.xmlgraphics:batik-css:jar:1.8 already exists in destination. [INFO] org.springframework.security:spring-security-web:jar:4.2.10.RELEASE already exists in destination. [INFO] org.apache.lucene:lucene-analyzers-common:jar:6.6.5 already exists in destination. [INFO] org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.12 already exists in destination. [INFO] stax:stax-api:jar:1.0.1 already exists in destination. [INFO] org.hibernate:hibernate-envers:jar:5.4.2.Final already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.7.26 already exists in destination. [INFO] org.springframework:spring-expression:jar:4.3.23.RELEASE already exists in destination. [INFO] org.apache.sis.core:sis-utility:jar:0.6 already exists in destination. [INFO] javax.measure:jsr-275:jar:0.9.3 already exists in destination. [INFO] org.springframework:spring-aop:jar:4.3.23.RELEASE already exists in destination. [INFO] org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.4 already exists in destination. [INFO] com.mchange:c3p0:jar:0.9.5.2 already exists in destination. [INFO] org.glassfish.jaxb:txw2:jar:2.3.1 already exists in destination. [INFO] org.apache.cxf:cxf-rt-transports-http:jar:3.0.12 already exists in destination. [INFO] commons-io:commons-io:jar:2.6 already exists in destination. [INFO] com.github.virtuald:curvesapi:jar:1.04 already exists in destination. [INFO] org.codelibs:jhighlight:jar:1.0.2 already exists in destination. [INFO] org.apache.cxf:cxf-core:jar:3.0.12 already exists in destination. [INFO] org.springframework:spring-web:jar:4.3.23.RELEASE already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2 already exists in destination. [INFO] edu.ucar:udunits:jar:4.5.5 already exists in destination. [INFO] org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 already exists in destination. [INFO] org.hsqldb:hsqldb:jar:2.4.1 already exists in destination. [INFO] org.springframework.data:spring-data-jpa:jar:1.11.18.RELEASE already exists in destination. [INFO] com.google.code.gson:gson:jar:2.8.1 already exists in destination. [INFO] org.apache.sis.storage:sis-netcdf:jar:0.6 already exists in destination. [INFO] org.bouncycastle:bcmail-jdk15on:jar:1.54 already exists in destination. [INFO] org.apache.sis.storage:sis-storage:jar:0.6 already exists in destination. [INFO] net.sf.ehcache:ehcache-web:jar:2.0.4 already exists in destination. [INFO] org.quartz-scheduler:quartz:jar:2.3.0 already exists in destination. [INFO] com.google.j2objc:j2objc-annotations:jar:1.1 already exists in destination. [INFO] org.springframework:spring-context:jar:4.3.23.RELEASE already exists in destination. [INFO] org.im4java:im4java:jar:1.4.0 already exists in destination. [INFO] com.github.junrar:junrar:jar:0.7 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:6.0.15.Final already exists in destination. [INFO] commons-fileupload:commons-fileupload:jar:1.4 already exists in destination. [INFO] org.springframework:spring-webmvc:jar:4.3.23.RELEASE already exists in destination. [INFO] com.mchange:mchange-commons-java:jar:0.2.11 already exists in destination. [INFO] commons-beanutils:commons-beanutils-core:jar:1.8.3 already exists in destination. [INFO] org.apache.pdfbox:pdfbox-debugger:jar:2.0.6 already exists in destination. [INFO] org.springframework:spring-oxm:jar:4.3.23.RELEASE already exists in destination. [INFO] org.apache.ws.xmlschema:xmlschema-core:jar:2.2.1 already exists in destination. [INFO] javax.annotation:javax.annotation-api:jar:1.2 already exists in destination. [INFO] com.infradna.tool:bridge-method-annotation:jar:1.13 already exists in destination. [INFO] org.codehaus.woodstox:stax2-api:jar:3.1.4 already exists in destination. [INFO] org.flywaydb:flyway-core:jar:4.2.0 already exists in destination. [INFO] net.sf.ehcache:ehcache-core:jar:2.6.11 already exists in destination. [INFO] org.tallison:jmatio:jar:1.2 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8 already exists in destination. [INFO] org.apache.xmlgraphics:batik-util:jar:1.8 already exists in destination. [INFO] org.thymeleaf:thymeleaf:jar:3.0.11.RELEASE already exists in destination. [INFO] org.thymeleaf:thymeleaf-spring4:jar:3.0.11.RELEASE already exists in destination. [INFO] net.java.dev.jna:jna:jar:4.1.0 already exists in destination. [INFO] org.hibernate:hibernate-entitymanager:jar:5.4.2.Final already exists in destination. [INFO] com.google.guava:guava:jar:27.1-jre already exists in destination. [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-application-1.19.0-dependencies-20190503-0723.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.19.0-dependencies-20190503-0723.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.19.0-dependencies-20190503-0723.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.19.0-dependencies-20190503-0723.zip to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.19.0-dependencies-20190503-0723.zip.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-bom --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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-05-03 09:29:46,033 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-05-03 09:29:46,047 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-05-03 09:29:46,751 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2019-05-03 09:29:46,918 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2019-05-03 09:29:46,949 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2019-05-03 09:29:46,991 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1b68b9a4: startup date [Fri May 03 09:29:46 CEST 2019]; root of context hierarchy 2019-05-03 09:29:47,166 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring May 03, 2019 9:29:47 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-05-03 09:29:47,655 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6A7C996079.ENGINE: Checkpoint start 2019-05-03 09:29:47,656 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6A7C996079.ENGINE: checkpointClose start 2019-05-03 09:29:47,661 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6A7C996079.ENGINE: checkpointClose synched 2019-05-03 09:29:47,672 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6A7C996079.ENGINE: checkpointClose script done 2019-05-03 09:29:47,692 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6A7C996079.ENGINE: checkpointClose end 2019-05-03 09:29:47,693 INFO [HSQLDB Server @79da1ec0] hsqldb.db.HSQLDB6A7C996079.ENGINE: Checkpoint end - txts: 1 2019-05-03 09:29:47,766 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2019-05-03 09:29:47,797 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default] 2019-05-03 09:29:47,890 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.2.Final} 2019-05-03 09:29:48,087 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-05-03 09:29:48,403 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2019-05-03 09:29:48,512 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:29:48,780 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final 2019-05-03 09:29:49,115 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:29:49,118 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2019-05-03 09:29:49,572 WARN [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist! 2019-05-03 09:29:50,159 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1b68b9a4: startup date [Fri May 03 09:29:46 CEST 2019]; root of context hierarchy 2019-05-03 09:29:50,159 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2019-05-03 09:29:50,159 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' 2019-05-03 09:29:50,315 INFO [HSQLDB Connection @7b841ca6] hsqldb.db.HSQLDB6A7C996079.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.735 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] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-documentation --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-documentation >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-documentation <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-documentation --- [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_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-documentation --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-sources.jar.asc [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_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-documentation --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-template-assembly --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-template-assembly >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-template-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-template-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application-assembly --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application-assembly >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.19.0 [INFO] ------------------------------------------------------------------------ [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_Release/appng/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] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-archetype-application --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-archetype-application >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-archetype-application <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-archetype-application --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-archetype-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-archetype-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [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] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-jaxb --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-jaxb --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer-jaxb --- [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.appngizer.model.xml... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer-jaxb >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer-jaxb <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer-jaxb --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-jaxb --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-jaxb --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.19.0 [INFO] ------------------------------------------------------------------------ [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] Nothing to compile - all classes are up to date [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_Release/appng/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-05-03 09:31:20,363 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-05-03 09:31:20,380 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-05-03 09:31:20,457 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:21,125 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Fri May 03 09:31:21 CEST 2019]; root of context hierarchy 2019-05-03 09:31:21,340 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring May 03, 2019 9:31:21 AM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-05-03 09:31:21,523 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:21,581 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:21,605 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:21,759 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.4.2.Final} 2019-05-03 09:31:22,016 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2019-05-03 09:31:22,714 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:22,806 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:23,449 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.15.Final 2019-05-03 09:31:24,862 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:24,866 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:24,931 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Fri May 03 09:31:21 CEST 2019]; root of context hierarchy 2019-05-03 09:31:24,953 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2019-05-03 09:31:24,965 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:25,027 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.019s) 2019-05-03 09:31:25,038 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:25,056 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:25,074 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:25,117 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:25,138 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:25,145 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:25,152 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:25,159 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:25,168 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:25,178 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:25,189 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:25,201 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:25,211 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:25,244 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.208s). 2019-05-03 09:31:26,187 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:26,198 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:26,199 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:26,225 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:26,225 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:26,341 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-05-03 09:31:26,341 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:26,520 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-05-03 09:31:26,521 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-05-03 09:31:26,521 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-05-03 09:31:26,521 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-05-03 09:31:26,522 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-05-03 09:31:26,522 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-05-03 09:31:26,522 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-05-03 09:31:26,523 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-05-03 09:31:26,523 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-05-03 09:31:26,525 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-05-03 09:31:26,525 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-05-03 09:31:26,525 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-05-03 09:31:26,525 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-05-03 09:31:26,526 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-05-03 09:31:26,526 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-05-03 09:31:26,526 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-05-03 09:31:26,527 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-05-03 09:31:26,528 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-05-03 09:31:26,528 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-05-03 09:31:26,528 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-05-03 09:31:26,529 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-05-03 09:31:26,529 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-05-03 09:31:26,530 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-05-03 09:31:26,530 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-05-03 09:31:26,531 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-05-03 09:31:26,532 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-05-03 09:31:26,532 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-05-03 09:31:26,532 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-05-03 09:31:26,532 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-05-03 09:31:26,536 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-05-03 09:31:26,536 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-05-03 09:31:26,536 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-05-03 09:31:26,536 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-05-03 09:31:26,538 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-05-03 09:31:26,538 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-05-03 09:31:26,538 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-05-03 09:31:26,539 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-05-03 09:31:26,539 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-05-03 09:31:26,541 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-05-03 09:31:26,541 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-05-03 09:31:26,541 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-05-03 09:31:26,542 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-05-03 09:31:26,542 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-05-03 09:31:26,542 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-05-03 09:31:26,542 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-05-03 09:31:26,543 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-05-03 09:31:26,543 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-05-03 09:31:26,543 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-05-03 09:31:26,544 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-05-03 09:31:26,545 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-05-03 09:31:26,545 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-05-03 09:31:26,545 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-05-03 09:31:26,545 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-05-03 09:31:26,547 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-05-03 09:31:26,547 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-05-03 09:31:26,547 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-05-03 09:31:26,547 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-05-03 09:31:26,548 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-05-03 09:31:26,548 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-05-03 09:31:26,549 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-05-03 09:31:26,549 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-05-03 09:31:26,550 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-05-03 09:31:26,550 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-05-03 09:31:26,550 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-05-03 09:31:26,552 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-05-03 09:31:26,552 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-05-03 09:31:26,552 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-05-03 09:31:26,552 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-05-03 09:31:26,553 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-05-03 09:31:26,553 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-05-03 09:31:26,557 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-05-03 09:31:26,557 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-05-03 09:31:26,557 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-05-03 09:31:26,558 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-05-03 09:31:26,558 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-05-03 09:31:26,558 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-05-03 09:31:26,558 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-05-03 09:31:26,559 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-05-03 09:31:26,562 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-05-03 09:31:26,562 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-05-03 09:31:26,562 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-05-03 09:31:26,562 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-05-03 09:31:26,563 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-05-03 09:31:27,139 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:27,704 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Fri May 03 09:31:21 CEST 2019]; root of context hierarchy 2019-05-03 09:31:27,761 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Fri May 03 09:31:21 CEST 2019]; root of context hierarchy 2019-05-03 09:31:28,056 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:28,056 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:28,084 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 27 ms 2019-05-03 09:31:28,099 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:28,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:28,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:28,113 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:28,114 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:28,114 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:28,114 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:28,115 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:28,115 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:28,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:28,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:28,116 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:28,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:28,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:28,117 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:28,119 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:28,121 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:28,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:28,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:28,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:28,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:28,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:28,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:28,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:28,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:28,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:28,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:28,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:28,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:28,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:28,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:28,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:28,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:28,127 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:28,127 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:28,127 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:28,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:28,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:28,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:28,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:28,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:28,129 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:28,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:28,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:28,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:28,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:28,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:28,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:28,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:28,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:28,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:28,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2019-05-03 09:31:28,283 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2019-05-03 09:31:28,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2019-05-03 09:31:28,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2019-05-03 09:31:28,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2019-05-03 09:31:28,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2019-05-03 09:31:28,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2019-05-03 09:31:28,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2019-05-03 09:31:28,285 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2019-05-03 09:31:28,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2019-05-03 09:31:28,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2019-05-03 09:31:28,286 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2019-05-03 09:31:28,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2019-05-03 09:31:28,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2019-05-03 09:31:28,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2019-05-03 09:31:28,287 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2019-05-03 09:31:28,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2019-05-03 09:31:28,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2019-05-03 09:31:28,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2019-05-03 09:31:28,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2019-05-03 09:31:28,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2019-05-03 09:31:28,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2019-05-03 09:31:28,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2019-05-03 09:31:28,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2019-05-03 09:31:28,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2019-05-03 09:31:28,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2019-05-03 09:31:28,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2019-05-03 09:31:28,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2019-05-03 09:31:28,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2019-05-03 09:31:28,291 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2019-05-03 09:31:28,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2019-05-03 09:31:28,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2019-05-03 09:31:28,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2019-05-03 09:31:28,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2019-05-03 09:31:28,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2019-05-03 09:31:28,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2019-05-03 09:31:28,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2019-05-03 09:31:28,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2019-05-03 09:31:28,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.allowSkipRender 2019-05-03 09:31:28,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2019-05-03 09:31:28,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2019-05-03 09:31:28,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2019-05-03 09:31:28,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2019-05-03 09:31:28,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2019-05-03 09:31:28,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2019-05-03 09:31:28,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2019-05-03 09:31:28,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2019-05-03 09:31:28,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2019-05-03 09:31:28,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2019-05-03 09:31:28,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2019-05-03 09:31:28,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2019-05-03 09:31:28,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2019-05-03 09:31:28,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2019-05-03 09:31:28,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2019-05-03 09:31:28,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2019-05-03 09:31:28,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2019-05-03 09:31:28,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2019-05-03 09:31:28,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2019-05-03 09:31:28,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2019-05-03 09:31:28,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2019-05-03 09:31:28,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2019-05-03 09:31:28,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2019-05-03 09:31:28,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2019-05-03 09:31:28,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2019-05-03 09:31:28,874 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2019-05-03 09:31:28,902 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2019-05-03 09:31:28,906 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2019-05-03 09:31:28,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2019-05-03 09:31:28,933 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.theAnswer 2019-05-03 09:31:28,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.theAnswer 2019-05-03 09:31:29,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.myNewProp 2019-05-03 09:31:29,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.myNewProp 2019-05-03 09:31:29,082 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@75c072cb: startup date [Fri May 03 09:31:21 CEST 2019]; root of context hierarchy 2019-05-03 09:31:29,088 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:29,088 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.019 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2019-05-03 09:31:29,103 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-05-03 09:31:29,104 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@308e465b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e7d9d0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2b0d818d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7212b28e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@306c8e09, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@87df88d] 2019-05-03 09:31:29,104 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:29,208 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4f3b11e6: startup date [Fri May 03 09:31:29 CEST 2019]; root of context hierarchy 2019-05-03 09:31:29,237 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:29,266 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:29,281 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:29,281 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:29,341 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:29,346 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:29,580 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:29,581 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:29,589 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@4f3b11e6: startup date [Fri May 03 09:31:29 CEST 2019]; root of context hierarchy 2019-05-03 09:31:29,591 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:29,597 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-05-03 09:31:29,599 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:29,603 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:29,607 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:29,622 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:29,630 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:29,634 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:29,637 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:29,640 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:29,643 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:29,647 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:29,650 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:29,653 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:29,656 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:29,659 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.060s). 2019-05-03 09:31:29,895 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:29,896 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:29,896 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:29,922 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:29,922 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:29,956 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:29,999 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-05-03 09:31:29,999 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-05-03 09:31:30,000 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-05-03 09:31:30,000 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-05-03 09:31:30,000 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-05-03 09:31:30,000 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-05-03 09:31:30,001 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-05-03 09:31:30,001 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-05-03 09:31:30,001 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-05-03 09:31:30,003 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-05-03 09:31:30,003 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-05-03 09:31:30,003 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-05-03 09:31:30,003 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-05-03 09:31:30,003 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-05-03 09:31:30,004 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-05-03 09:31:30,004 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-05-03 09:31:30,004 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-05-03 09:31:30,005 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-05-03 09:31:30,005 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-05-03 09:31:30,005 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-05-03 09:31:30,006 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-05-03 09:31:30,006 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-05-03 09:31:30,007 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-05-03 09:31:30,007 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-05-03 09:31:30,008 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-05-03 09:31:30,008 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-05-03 09:31:30,008 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-05-03 09:31:30,008 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-05-03 09:31:30,009 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-05-03 09:31:30,009 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-05-03 09:31:30,010 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-05-03 09:31:30,010 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-05-03 09:31:30,010 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-05-03 09:31:30,011 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-05-03 09:31:30,011 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-05-03 09:31:30,011 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-05-03 09:31:30,012 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-05-03 09:31:30,012 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-05-03 09:31:30,013 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-05-03 09:31:30,014 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-05-03 09:31:30,014 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-05-03 09:31:30,014 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-05-03 09:31:30,014 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-05-03 09:31:30,015 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-05-03 09:31:30,015 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-05-03 09:31:30,015 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-05-03 09:31:30,015 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-05-03 09:31:30,015 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-05-03 09:31:30,016 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-05-03 09:31:30,017 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-05-03 09:31:30,017 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-05-03 09:31:30,017 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-05-03 09:31:30,017 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-05-03 09:31:30,018 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-05-03 09:31:30,018 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-05-03 09:31:30,019 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-05-03 09:31:30,019 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-05-03 09:31:30,019 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-05-03 09:31:30,019 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-05-03 09:31:30,020 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-05-03 09:31:30,021 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-05-03 09:31:30,021 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-05-03 09:31:30,021 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-05-03 09:31:30,021 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-05-03 09:31:30,023 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-05-03 09:31:30,023 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-05-03 09:31:30,023 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-05-03 09:31:30,023 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-05-03 09:31:30,023 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-05-03 09:31:30,024 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-05-03 09:31:30,025 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-05-03 09:31:30,025 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-05-03 09:31:30,025 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-05-03 09:31:30,026 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-05-03 09:31:30,026 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-05-03 09:31:30,026 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-05-03 09:31:30,026 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-05-03 09:31:30,027 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-05-03 09:31:30,028 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-05-03 09:31:30,028 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-05-03 09:31:30,028 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-05-03 09:31:30,028 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-05-03 09:31:30,028 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-05-03 09:31:30,064 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:30,133 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4f3b11e6: startup date [Fri May 03 09:31:29 CEST 2019]; root of context hierarchy 2019-05-03 09:31:30,201 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4f3b11e6: startup date [Fri May 03 09:31:29 CEST 2019]; root of context hierarchy 2019-05-03 09:31:30,257 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:30,257 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:30,262 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2019-05-03 09:31:30,267 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:30,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:30,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:30,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:30,268 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:30,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:30,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:30,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:30,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:30,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:30,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:30,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:30,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:30,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:30,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:30,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:30,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:30,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:30,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:30,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:30,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:30,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:30,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:30,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:30,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:30,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:30,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:30,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:30,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:30,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:30,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:30,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:30,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:30,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:30,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:30,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:30,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:30,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:30,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:30,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:30,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:30,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:30,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:30,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:30,276 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:30,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:30,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:30,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:30,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:30,277 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:30,278 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:30,335 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:30,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.theAnswer 2019-05-03 09:31:30,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.theAnswer 2019-05-03 09:31:30,362 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4f3b11e6: startup date [Fri May 03 09:31:29 CEST 2019]; root of context hierarchy 2019-05-03 09:31:30,364 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:30,364 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.27 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2019-05-03 09:31:30,368 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-05-03 09:31:30,369 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@66e6e5e9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1964a3f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@654ab198, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6b334a1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@57ab5033, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@64df3f4b] 2019-05-03 09:31:30,369 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:30,431 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@54a98439: startup date [Fri May 03 09:31:30 CEST 2019]; root of context hierarchy 2019-05-03 09:31:30,452 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:30,476 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:30,488 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:30,488 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:30,533 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:30,537 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:30,722 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:30,722 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:30,728 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@54a98439: startup date [Fri May 03 09:31:30 CEST 2019]; root of context hierarchy 2019-05-03 09:31:30,730 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:30,736 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-05-03 09:31:30,737 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:30,740 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:30,743 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:30,755 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:30,760 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:30,763 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:30,766 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:30,769 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:30,771 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:30,774 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:30,777 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:30,779 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:30,782 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:30,785 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.047s). 2019-05-03 09:31:30,959 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:30,960 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:30,960 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:30,977 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:30,978 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:31,001 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:31,025 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-05-03 09:31:31,025 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-05-03 09:31:31,025 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-05-03 09:31:31,025 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-05-03 09:31:31,026 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-05-03 09:31:31,026 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-05-03 09:31:31,026 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-05-03 09:31:31,026 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-05-03 09:31:31,026 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-05-03 09:31:31,027 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-05-03 09:31:31,027 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-05-03 09:31:31,028 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-05-03 09:31:31,028 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-05-03 09:31:31,028 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-05-03 09:31:31,028 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-05-03 09:31:31,028 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-05-03 09:31:31,028 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-05-03 09:31:31,029 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-05-03 09:31:31,029 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-05-03 09:31:31,029 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-05-03 09:31:31,030 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-05-03 09:31:31,030 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-05-03 09:31:31,030 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-05-03 09:31:31,030 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-05-03 09:31:31,031 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-05-03 09:31:31,031 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-05-03 09:31:31,032 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-05-03 09:31:31,032 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-05-03 09:31:31,032 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-05-03 09:31:31,033 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-05-03 09:31:31,033 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-05-03 09:31:31,033 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-05-03 09:31:31,033 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-05-03 09:31:31,034 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-05-03 09:31:31,034 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-05-03 09:31:31,034 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-05-03 09:31:31,035 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-05-03 09:31:31,035 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-05-03 09:31:31,036 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-05-03 09:31:31,036 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-05-03 09:31:31,036 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-05-03 09:31:31,036 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-05-03 09:31:31,037 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-05-03 09:31:31,037 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-05-03 09:31:31,037 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-05-03 09:31:31,037 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-05-03 09:31:31,037 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-05-03 09:31:31,037 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-05-03 09:31:31,038 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-05-03 09:31:31,038 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-05-03 09:31:31,039 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-05-03 09:31:31,039 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-05-03 09:31:31,039 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-05-03 09:31:31,040 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-05-03 09:31:31,040 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-05-03 09:31:31,040 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-05-03 09:31:31,040 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-05-03 09:31:31,040 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-05-03 09:31:31,040 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-05-03 09:31:31,041 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-05-03 09:31:31,041 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-05-03 09:31:31,042 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-05-03 09:31:31,042 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-05-03 09:31:31,042 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-05-03 09:31:31,043 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-05-03 09:31:31,043 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-05-03 09:31:31,043 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-05-03 09:31:31,043 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-05-03 09:31:31,043 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-05-03 09:31:31,044 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-05-03 09:31:31,045 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-05-03 09:31:31,045 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-05-03 09:31:31,045 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-05-03 09:31:31,045 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-05-03 09:31:31,045 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-05-03 09:31:31,046 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-05-03 09:31:31,046 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-05-03 09:31:31,046 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-05-03 09:31:31,047 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-05-03 09:31:31,047 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-05-03 09:31:31,047 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-05-03 09:31:31,047 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-05-03 09:31:31,047 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-05-03 09:31:31,073 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:31,121 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@54a98439: startup date [Fri May 03 09:31:30 CEST 2019]; root of context hierarchy 2019-05-03 09:31:31,137 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@54a98439: startup date [Fri May 03 09:31:30 CEST 2019]; root of context hierarchy 2019-05-03 09:31:31,195 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:31,195 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:31,201 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-05-03 09:31:31,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:31,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:31,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:31,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:31,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:31,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:31,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:31,207 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:31,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:31,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:31,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:31,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:31,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:31,208 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:31,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:31,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:31,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:31,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:31,209 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:31,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:31,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:31,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:31,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:31,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:31,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:31,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:31,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:31,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:31,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:31,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:31,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:31,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:31,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:31,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:31,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:31,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:31,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:31,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:31,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:31,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:31,213 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:31,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:31,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:31,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:31,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:31,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:31,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:31,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:31,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:31,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:31,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:31,246 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-05-03 09:31:31,352 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-05-03 09:31:31,362 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-05-03 09:31:31,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-05-03 09:31:31,367 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:31:31,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-05-03 09:31:31,369 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:31:31,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-05-03 09:31:31,369 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:31:31,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-05-03 09:31:31,370 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:31,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-05-03 09:31:31,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-05-03 09:31:31,378 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:31:31,380 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:31:31,382 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:31,382 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:31:31,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-05-03 09:31:31,384 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:31:31,386 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:31:31,386 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:31:31,386 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-05-03 09:31:31,387 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:31:31,387 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:31:31,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:31,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:31,391 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:31,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-05-03 09:31:31,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-05-03 09:31:31,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-05-03 09:31:31,401 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,401 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,403 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,403 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,403 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,403 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,404 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,404 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,404 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,404 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:31,404 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-05-03 09:31:31,413 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:31:31,415 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:31:31,416 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:31,417 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:31:31,418 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:31:31,420 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:31:31,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:31,475 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.myNewProp 2019-05-03 09:31:31,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.myNewProp 2019-05-03 09:31:31,485 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@54a98439: startup date [Fri May 03 09:31:30 CEST 2019]; root of context hierarchy 2019-05-03 09:31:31,487 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:31,487 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.123 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2019-05-03 09:31:31,492 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-05-03 09:31:31,492 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6224872f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@222e5e72, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@419e46bb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1531fbc8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@536a0bbe, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@367026f] 2019-05-03 09:31:31,493 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:31,551 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@30ff3726: startup date [Fri May 03 09:31:31 CEST 2019]; root of context hierarchy 2019-05-03 09:31:31,571 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:31,595 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:31,607 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:31,607 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:31,653 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:31,657 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:31,834 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:31,834 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:31,841 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@30ff3726: startup date [Fri May 03 09:31:31 CEST 2019]; root of context hierarchy 2019-05-03 09:31:31,845 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:31,856 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.007s) 2019-05-03 09:31:31,858 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:31,863 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:31,922 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:31,943 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:31,950 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:31,954 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:31,958 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:31,961 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:31,965 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:31,968 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:31,971 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:31,975 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:31,979 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:31,982 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.124s). 2019-05-03 09:31:32,207 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:32,208 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:32,208 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:32,229 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:32,229 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:32,260 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:32,289 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-05-03 09:31:32,289 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-05-03 09:31:32,290 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-05-03 09:31:32,290 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-05-03 09:31:32,290 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-05-03 09:31:32,290 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-05-03 09:31:32,290 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-05-03 09:31:32,291 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-05-03 09:31:32,291 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-05-03 09:31:32,292 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-05-03 09:31:32,292 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-05-03 09:31:32,292 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-05-03 09:31:32,293 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-05-03 09:31:32,293 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-05-03 09:31:32,293 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-05-03 09:31:32,293 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-05-03 09:31:32,293 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-05-03 09:31:32,294 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-05-03 09:31:32,294 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-05-03 09:31:32,294 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-05-03 09:31:32,295 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-05-03 09:31:32,295 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-05-03 09:31:32,295 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-05-03 09:31:32,295 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-05-03 09:31:32,296 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-05-03 09:31:32,296 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-05-03 09:31:32,297 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-05-03 09:31:32,297 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-05-03 09:31:32,297 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-05-03 09:31:32,298 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-05-03 09:31:32,298 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-05-03 09:31:32,298 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-05-03 09:31:32,298 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-05-03 09:31:32,299 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-05-03 09:31:32,299 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-05-03 09:31:32,299 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-05-03 09:31:32,299 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-05-03 09:31:32,300 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-05-03 09:31:32,301 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-05-03 09:31:32,301 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-05-03 09:31:32,301 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-05-03 09:31:32,301 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-05-03 09:31:32,302 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-05-03 09:31:32,302 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-05-03 09:31:32,302 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-05-03 09:31:32,302 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-05-03 09:31:32,302 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-05-03 09:31:32,302 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-05-03 09:31:32,303 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-05-03 09:31:32,303 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-05-03 09:31:32,304 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-05-03 09:31:32,304 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-05-03 09:31:32,304 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-05-03 09:31:32,305 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-05-03 09:31:32,305 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-05-03 09:31:32,305 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-05-03 09:31:32,305 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-05-03 09:31:32,305 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-05-03 09:31:32,306 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-05-03 09:31:32,307 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-05-03 09:31:32,307 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-05-03 09:31:32,307 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-05-03 09:31:32,307 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-05-03 09:31:32,307 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-05-03 09:31:32,308 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-05-03 09:31:32,308 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-05-03 09:31:32,308 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-05-03 09:31:32,309 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-05-03 09:31:32,309 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-05-03 09:31:32,309 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-05-03 09:31:32,310 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-05-03 09:31:32,310 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-05-03 09:31:32,311 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-05-03 09:31:32,311 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-05-03 09:31:32,311 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-05-03 09:31:32,311 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-05-03 09:31:32,311 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-05-03 09:31:32,312 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-05-03 09:31:32,312 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-05-03 09:31:32,313 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-05-03 09:31:32,313 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-05-03 09:31:32,313 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-05-03 09:31:32,313 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-05-03 09:31:32,342 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:32,395 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@30ff3726: startup date [Fri May 03 09:31:31 CEST 2019]; root of context hierarchy 2019-05-03 09:31:32,412 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@30ff3726: startup date [Fri May 03 09:31:31 CEST 2019]; root of context hierarchy 2019-05-03 09:31:32,478 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:32,478 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:32,484 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-05-03 09:31:32,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:32,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:32,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:32,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:32,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:32,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:32,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:32,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:32,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:32,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:32,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:32,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:32,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:32,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:32,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:32,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:32,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:32,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:32,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:32,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:32,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:32,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:32,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:32,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:32,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:32,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:32,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:32,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:32,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:32,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:32,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:32,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:32,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:32,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:32,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:32,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:32,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:32,496 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:32,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:32,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:32,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:32,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:32,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:32,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:32,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:32,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:32,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:32,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:32,498 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:32,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:32,499 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:32,522 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-05-03 09:31:32,554 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-05-03 09:31:32,561 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-05-03 09:31:32,563 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-05-03 09:31:32,565 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:31:32,567 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-05-03 09:31:32,567 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:31:32,567 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-05-03 09:31:32,568 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:31:32,568 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-05-03 09:31:32,568 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:32,568 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-05-03 09:31:32,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-05-03 09:31:32,575 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:31:32,575 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:31:32,576 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:32,576 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:31:32,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-05-03 09:31:32,578 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:31:32,579 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:31:32,579 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:31:32,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-05-03 09:31:32,580 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:31:32,580 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:31:32,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:32,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:32,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:32,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-05-03 09:31:32,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-05-03 09:31:32,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-05-03 09:31:32,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,592 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,593 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,593 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,593 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,593 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,593 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,593 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,593 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,594 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:32,594 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-05-03 09:31:32,601 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:31:32,602 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:31:32,603 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:32,605 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:31:32,606 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:31:32,607 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:31:32,650 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2019-05-03 09:31:32,661 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2019-05-03 09:31:32,661 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2019-05-03 09:31:32,664 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource beans.xml of application demo-application 2019-05-03 09:31:32,669 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2019-05-03 09:31:32,669 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource plugin.xml of application demo-application 2019-05-03 09:31:32,670 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2019-05-03 09:31:32,670 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2019-05-03 09:31:32,671 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2019-05-03 09:31:32,671 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource events.xml of application demo-application 2019-05-03 09:31:32,672 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2019-05-03 09:31:32,672 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2019-05-03 09:31:32,673 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2019-05-03 09:31:32,673 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource page.xml of application demo-application 2019-05-03 09:31:32,674 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2019-05-03 09:31:32,675 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource master.xml of application demo-application 2019-05-03 09:31:32,675 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2019-05-03 09:31:32,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource datasources.xml of application demo-application 2019-05-03 09:31:32,677 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2019-05-03 09:31:32,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource application.xml of application demo-application 2019-05-03 09:31:32,678 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2019-05-03 09:31:32,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource messages-demo.properties of application demo-application 2019-05-03 09:31:32,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Application demo-application 2019-05-03 09:31:32,711 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2019-05-03 09:31:32,712 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2019-05-03 09:31:32,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2019-05-03 09:31:32,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2019-05-03 09:31:32,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2019-05-03 09:31:32,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission testPermission 2019-05-03 09:31:32,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2019-05-03 09:31:32,719 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource application.xml of application demo-application 2019-05-03 09:31:32,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2019-05-03 09:31:32,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource beans.xml of application demo-application 2019-05-03 09:31:32,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource events.xml of application demo-application 2019-05-03 09:31:32,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource master.xml of application demo-application 2019-05-03 09:31:32,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2019-05-03 09:31:32,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource page.xml of application demo-application 2019-05-03 09:31:32,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource messages-demo.properties of application demo-application 2019-05-03 09:31:32,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource datasources.xml of application demo-application 2019-05-03 09:31:32,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource plugin.xml of application demo-application 2019-05-03 09:31:32,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:32,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:32,723 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:32,724 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2019-05-03 09:31:32,726 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@30ff3726: startup date [Fri May 03 09:31:31 CEST 2019]; root of context hierarchy 2019-05-03 09:31:32,728 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:32,728 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.241 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2019-05-03 09:31:32,734 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-05-03 09:31:32,734 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@71109f13, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@ad71740, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5163ba42, org.springframework.test.context.support.DirtiesContextTestExecutionListener@96277ae, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7cff8996, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4ea0ec5e] 2019-05-03 09:31:32,735 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:32,801 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@25dee62: startup date [Fri May 03 09:31:32 CEST 2019]; root of context hierarchy 2019-05-03 09:31:32,823 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:32,850 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:32,864 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:32,865 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:32,912 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:32,916 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:33,091 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:33,092 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:33,097 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@25dee62: startup date [Fri May 03 09:31:32 CEST 2019]; root of context hierarchy 2019-05-03 09:31:33,098 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:33,103 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-05-03 09:31:33,104 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:33,106 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:33,109 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:33,118 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:33,125 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:33,128 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:33,130 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:33,133 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:33,135 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:33,137 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:33,139 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:33,142 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:33,144 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:33,146 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.041s). 2019-05-03 09:31:33,313 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:33,314 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:33,314 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:33,331 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:33,331 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:33,353 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:33,375 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-05-03 09:31:33,375 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-05-03 09:31:33,375 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-05-03 09:31:33,375 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-05-03 09:31:33,375 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-05-03 09:31:33,375 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-05-03 09:31:33,376 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-05-03 09:31:33,376 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-05-03 09:31:33,376 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-05-03 09:31:33,377 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-05-03 09:31:33,377 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-05-03 09:31:33,377 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-05-03 09:31:33,377 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-05-03 09:31:33,377 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-05-03 09:31:33,377 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-05-03 09:31:33,377 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-05-03 09:31:33,378 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-05-03 09:31:33,378 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-05-03 09:31:33,378 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-05-03 09:31:33,378 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-05-03 09:31:33,379 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-05-03 09:31:33,379 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-05-03 09:31:33,379 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-05-03 09:31:33,379 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-05-03 09:31:33,380 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-05-03 09:31:33,380 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-05-03 09:31:33,380 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-05-03 09:31:33,380 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-05-03 09:31:33,380 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-05-03 09:31:33,381 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-05-03 09:31:33,381 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-05-03 09:31:33,381 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-05-03 09:31:33,381 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-05-03 09:31:33,382 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-05-03 09:31:33,382 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-05-03 09:31:33,382 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-05-03 09:31:33,382 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-05-03 09:31:33,382 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-05-03 09:31:33,383 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-05-03 09:31:33,384 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-05-03 09:31:33,384 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-05-03 09:31:33,384 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-05-03 09:31:33,384 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-05-03 09:31:33,384 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-05-03 09:31:33,384 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-05-03 09:31:33,384 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-05-03 09:31:33,384 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-05-03 09:31:33,385 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-05-03 09:31:33,385 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-05-03 09:31:33,385 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-05-03 09:31:33,385 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-05-03 09:31:33,386 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-05-03 09:31:33,386 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-05-03 09:31:33,386 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-05-03 09:31:33,387 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-05-03 09:31:33,387 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-05-03 09:31:33,387 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-05-03 09:31:33,387 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-05-03 09:31:33,387 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-05-03 09:31:33,388 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-05-03 09:31:33,388 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-05-03 09:31:33,388 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-05-03 09:31:33,388 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-05-03 09:31:33,388 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-05-03 09:31:33,389 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-05-03 09:31:33,389 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-05-03 09:31:33,389 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-05-03 09:31:33,389 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-05-03 09:31:33,390 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-05-03 09:31:33,390 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-05-03 09:31:33,391 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-05-03 09:31:33,391 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-05-03 09:31:33,391 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-05-03 09:31:33,391 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-05-03 09:31:33,391 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-05-03 09:31:33,391 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-05-03 09:31:33,391 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-05-03 09:31:33,392 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-05-03 09:31:33,392 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-05-03 09:31:33,392 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-05-03 09:31:33,392 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-05-03 09:31:33,392 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-05-03 09:31:33,393 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-05-03 09:31:33,416 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:33,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@25dee62: startup date [Fri May 03 09:31:32 CEST 2019]; root of context hierarchy 2019-05-03 09:31:33,476 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@25dee62: startup date [Fri May 03 09:31:32 CEST 2019]; root of context hierarchy 2019-05-03 09:31:33,528 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:33,528 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:33,533 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2019-05-03 09:31:33,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:33,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:33,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:33,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:33,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:33,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:33,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:33,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:33,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:33,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:33,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:33,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:33,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:33,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:33,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:33,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:33,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:33,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:33,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:33,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:33,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:33,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:33,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:33,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:33,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:33,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:33,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:33,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:33,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:33,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:33,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:33,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:33,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:33,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:33,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:33,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:33,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:33,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:33,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:33,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:33,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:33,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:33,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:33,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:33,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:33,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:33,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:33,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:33,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:33,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:33,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:33,567 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local repo 2019-05-03 09:31:33,624 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-05-03 09:31:33,629 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-05-03 09:31:33,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-05-03 09:31:33,632 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:31:33,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-05-03 09:31:33,633 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:31:33,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-05-03 09:31:33,634 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:31:33,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-05-03 09:31:33,634 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:33,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-05-03 09:31:33,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-05-03 09:31:33,641 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:31:33,642 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:31:33,642 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:33,643 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:31:33,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-05-03 09:31:33,644 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:31:33,644 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:31:33,644 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:31:33,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-05-03 09:31:33,645 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:31:33,645 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:31:33,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:33,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:33,647 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:33,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-05-03 09:31:33,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-05-03 09:31:33,650 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-05-03 09:31:33,652 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,652 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,652 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,652 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,653 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,653 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,653 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,653 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,653 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,653 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:33,653 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-05-03 09:31:33,659 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:31:33,660 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:31:33,661 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:33,662 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:31:33,663 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:31:33,664 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:31:33,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Repository local 2019-05-03 09:31:33,697 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:33,697 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:33,698 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:33,702 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository deleteme 2019-05-03 09:31:33,720 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Repository deleteme 2019-05-03 09:31:33,721 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:33,721 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:33,722 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:33,731 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:33,731 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:33,732 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:33,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository dummy repo 2019-05-03 09:31:33,755 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/dummy%20repo/demo-application/1.2.3] in DispatcherServlet with name '' 2019-05-03 09:31:33,756 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/doesNotExist/demo-application/1.2.3] in DispatcherServlet with name '' 2019-05-03 09:31:33,761 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:33,761 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:33,761 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2019-05-03 09:31:33,792 INFO [main] org.appng.core.model.RepositoryCacheFilesystem: deleted demo-application, Version: 1.5.3, Timestamp: 2013-01-13-1303 from repository /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2019-05-03 09:31:33,800 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@25dee62: startup date [Fri May 03 09:31:32 CEST 2019]; root of context hierarchy 2019-05-03 09:31:33,801 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:33,801 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2019-05-03 09:31:33,806 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-05-03 09:31:33,806 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@54b7bfbe, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70b14988, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@59f0cf66, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12f40682, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7bd7012d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@150fad6] 2019-05-03 09:31:33,807 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:33,879 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5e048e65: startup date [Fri May 03 09:31:33 CEST 2019]; root of context hierarchy 2019-05-03 09:31:33,904 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:33,941 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:33,958 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:33,958 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:34,020 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:34,024 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:34,272 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:34,272 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:34,280 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@5e048e65: startup date [Fri May 03 09:31:33 CEST 2019]; root of context hierarchy 2019-05-03 09:31:34,282 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:34,289 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-05-03 09:31:34,290 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:34,294 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:34,298 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:34,311 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:34,318 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:34,321 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:34,324 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:34,327 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:34,330 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:34,333 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:34,336 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:34,341 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:34,345 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:34,348 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.057s). 2019-05-03 09:31:34,601 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:34,602 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:34,603 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:34,629 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:34,629 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:34,661 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:34,687 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-05-03 09:31:34,688 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-05-03 09:31:34,688 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-05-03 09:31:34,688 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-05-03 09:31:34,688 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-05-03 09:31:34,688 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-05-03 09:31:34,689 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-05-03 09:31:34,689 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-05-03 09:31:34,689 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-05-03 09:31:34,690 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-05-03 09:31:34,690 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-05-03 09:31:34,690 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-05-03 09:31:34,690 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-05-03 09:31:34,690 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-05-03 09:31:34,691 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-05-03 09:31:34,691 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-05-03 09:31:34,691 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-05-03 09:31:34,692 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-05-03 09:31:34,692 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-05-03 09:31:34,692 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-05-03 09:31:34,692 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-05-03 09:31:34,692 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-05-03 09:31:34,693 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-05-03 09:31:34,693 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-05-03 09:31:34,693 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-05-03 09:31:34,693 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-05-03 09:31:34,694 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-05-03 09:31:34,694 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-05-03 09:31:34,694 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-05-03 09:31:34,695 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-05-03 09:31:34,695 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-05-03 09:31:34,695 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-05-03 09:31:34,695 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-05-03 09:31:34,696 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-05-03 09:31:34,696 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-05-03 09:31:34,696 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-05-03 09:31:34,696 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-05-03 09:31:34,696 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-05-03 09:31:34,697 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-05-03 09:31:34,697 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-05-03 09:31:34,698 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-05-03 09:31:34,698 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-05-03 09:31:34,698 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-05-03 09:31:34,698 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-05-03 09:31:34,698 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-05-03 09:31:34,698 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-05-03 09:31:34,698 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-05-03 09:31:34,699 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-05-03 09:31:34,699 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-05-03 09:31:34,699 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-05-03 09:31:34,700 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-05-03 09:31:34,700 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-05-03 09:31:34,700 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-05-03 09:31:34,701 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-05-03 09:31:34,701 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-05-03 09:31:34,701 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-05-03 09:31:34,701 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-05-03 09:31:34,701 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-05-03 09:31:34,701 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-05-03 09:31:34,702 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-05-03 09:31:34,702 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-05-03 09:31:34,702 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-05-03 09:31:34,703 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-05-03 09:31:34,703 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-05-03 09:31:34,703 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-05-03 09:31:34,704 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-05-03 09:31:34,704 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-05-03 09:31:34,704 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-05-03 09:31:34,704 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-05-03 09:31:34,704 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-05-03 09:31:34,705 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-05-03 09:31:34,705 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-05-03 09:31:34,705 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-05-03 09:31:34,706 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-05-03 09:31:34,706 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-05-03 09:31:34,706 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-05-03 09:31:34,706 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-05-03 09:31:34,706 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-05-03 09:31:34,707 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-05-03 09:31:34,707 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-05-03 09:31:34,707 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-05-03 09:31:34,707 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-05-03 09:31:34,708 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-05-03 09:31:34,737 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:34,792 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5e048e65: startup date [Fri May 03 09:31:33 CEST 2019]; root of context hierarchy 2019-05-03 09:31:34,810 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5e048e65: startup date [Fri May 03 09:31:33 CEST 2019]; root of context hierarchy 2019-05-03 09:31:34,870 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:34,870 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:34,877 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-05-03 09:31:34,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:34,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:34,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:34,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:34,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:34,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:34,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:34,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:34,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:34,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:34,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:34,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:34,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:34,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:34,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:34,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:34,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:34,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:34,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:34,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:34,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:34,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:34,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:34,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:34,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:34,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:34,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:34,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:34,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:34,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:34,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:34,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:34,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:34,888 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:34,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:34,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:34,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:34,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:34,889 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:34,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:34,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:34,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:34,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:34,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:34,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:34,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:34,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:34,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:34,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:34,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:34,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:34,911 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2019-05-03 09:31:34,924 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject Admin 2019-05-03 09:31:34,934 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2019-05-03 09:31:34,957 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2019-05-03 09:31:34,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2019-05-03 09:31:34,967 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:34,967 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:34,968 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:34,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject deleteme 2019-05-03 09:31:34,982 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Subject deleteme 2019-05-03 09:31:34,984 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:34,984 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:34,985 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:34,994 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@5e048e65: startup date [Fri May 03 09:31:33 CEST 2019]; root of context hierarchy 2019-05-03 09:31:34,996 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:34,996 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2019-05-03 09:31:35,002 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-05-03 09:31:35,002 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3e647b97, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@500a67c4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@245237eb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@68a2ee75, org.springframework.test.context.transaction.TransactionalTestExecutionListener@75078835, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7630e516] 2019-05-03 09:31:35,002 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:35,064 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@43687954: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:35,085 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:35,113 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:35,128 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:35,128 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:35,180 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:35,184 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:35,369 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:35,369 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:35,374 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@43687954: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:35,376 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:35,381 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.002s) 2019-05-03 09:31:35,382 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:35,384 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:35,386 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:35,394 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:35,398 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:35,400 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:35,402 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:35,404 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:35,405 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:35,408 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:35,410 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:35,412 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:35,415 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:35,417 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.035s). 2019-05-03 09:31:35,555 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:35,555 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:35,555 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:35,570 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:35,571 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:35,590 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:35,608 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-05-03 09:31:35,608 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-05-03 09:31:35,609 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-05-03 09:31:35,609 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-05-03 09:31:35,609 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-05-03 09:31:35,609 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-05-03 09:31:35,609 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-05-03 09:31:35,609 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-05-03 09:31:35,609 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-05-03 09:31:35,610 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-05-03 09:31:35,610 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-05-03 09:31:35,610 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-05-03 09:31:35,610 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-05-03 09:31:35,611 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-05-03 09:31:35,611 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-05-03 09:31:35,611 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-05-03 09:31:35,611 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-05-03 09:31:35,611 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-05-03 09:31:35,612 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-05-03 09:31:35,612 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-05-03 09:31:35,612 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-05-03 09:31:35,612 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-05-03 09:31:35,612 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-05-03 09:31:35,612 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-05-03 09:31:35,613 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-05-03 09:31:35,613 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-05-03 09:31:35,613 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-05-03 09:31:35,613 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-05-03 09:31:35,613 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-05-03 09:31:35,614 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-05-03 09:31:35,614 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-05-03 09:31:35,614 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-05-03 09:31:35,614 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-05-03 09:31:35,614 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-05-03 09:31:35,615 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-05-03 09:31:35,615 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-05-03 09:31:35,615 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-05-03 09:31:35,615 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-05-03 09:31:35,616 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-05-03 09:31:35,616 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-05-03 09:31:35,616 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-05-03 09:31:35,616 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-05-03 09:31:35,616 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-05-03 09:31:35,616 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-05-03 09:31:35,616 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-05-03 09:31:35,617 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-05-03 09:31:35,617 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-05-03 09:31:35,617 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-05-03 09:31:35,617 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-05-03 09:31:35,617 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-05-03 09:31:35,617 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-05-03 09:31:35,618 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-05-03 09:31:35,618 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-05-03 09:31:35,618 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-05-03 09:31:35,618 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-05-03 09:31:35,618 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-05-03 09:31:35,618 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-05-03 09:31:35,619 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-05-03 09:31:35,619 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-05-03 09:31:35,619 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-05-03 09:31:35,619 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-05-03 09:31:35,619 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-05-03 09:31:35,620 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-05-03 09:31:35,620 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-05-03 09:31:35,620 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-05-03 09:31:35,620 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-05-03 09:31:35,620 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-05-03 09:31:35,620 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-05-03 09:31:35,621 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-05-03 09:31:35,621 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-05-03 09:31:35,621 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-05-03 09:31:35,621 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-05-03 09:31:35,622 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-05-03 09:31:35,622 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-05-03 09:31:35,622 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-05-03 09:31:35,622 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-05-03 09:31:35,622 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-05-03 09:31:35,622 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-05-03 09:31:35,623 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-05-03 09:31:35,623 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-05-03 09:31:35,623 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-05-03 09:31:35,623 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-05-03 09:31:35,623 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-05-03 09:31:35,645 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:35,684 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@43687954: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:35,698 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@43687954: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:35,744 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:35,744 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:35,748 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 4 ms 2019-05-03 09:31:35,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:35,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:35,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:35,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:35,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:35,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:35,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:35,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:35,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:35,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:35,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:35,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:35,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:35,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:35,755 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:35,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:35,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:35,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:35,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:35,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:35,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:35,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:35,757 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:35,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:35,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:35,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:35,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:35,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:35,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:35,758 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:35,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:35,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:35,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:35,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:35,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:35,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:35,759 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:35,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-05-03 09:31:35,799 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-05-03 09:31:35,803 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-05-03 09:31:35,805 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-05-03 09:31:35,807 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:31:35,808 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-05-03 09:31:35,809 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:31:35,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-05-03 09:31:35,809 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:31:35,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-05-03 09:31:35,810 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:35,810 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-05-03 09:31:35,811 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-05-03 09:31:35,815 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:31:35,815 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:31:35,816 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:35,816 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:31:35,816 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-05-03 09:31:35,817 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:31:35,818 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:31:35,818 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:31:35,818 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-05-03 09:31:35,819 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:31:35,819 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:31:35,821 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:35,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:35,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:35,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-05-03 09:31:35,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-05-03 09:31:35,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-05-03 09:31:35,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,828 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:35,829 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-05-03 09:31:35,835 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:31:35,836 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:31:35,837 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:35,838 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:31:35,838 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:31:35,840 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:31:35,878 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:35,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission testPermission 2019-05-03 09:31:35,888 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2019-05-03 09:31:35,890 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission newName 2019-05-03 09:31:35,898 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2019-05-03 09:31:35,900 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2019-05-03 09:31:35,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2019-05-03 09:31:35,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission newName 2019-05-03 09:31:35,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2019-05-03 09:31:35,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2019-05-03 09:31:35,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2019-05-03 09:31:35,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:35,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:35,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:35,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2019-05-03 09:31:35,907 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@43687954: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:35,909 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:35,909 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: 0.911 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2019-05-03 09:31:35,915 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-05-03 09:31:35,916 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@84bf81e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7f47a7e8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@de63894, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1dee84bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4a320414, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@888925d] 2019-05-03 09:31:35,916 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:35,968 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@34163940: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:35,986 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:36,010 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:36,023 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:36,023 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:36,067 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:36,070 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:36,227 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:36,227 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:36,232 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@34163940: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:36,234 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:36,238 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.002s) 2019-05-03 09:31:36,239 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:36,241 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:36,243 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:36,251 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:36,255 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:36,257 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:36,259 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:36,261 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:36,263 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:36,265 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:36,267 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:36,269 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:36,271 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:36,273 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.033s). 2019-05-03 09:31:36,416 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:36,416 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:36,417 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:36,435 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:36,435 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:36,458 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:36,492 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-05-03 09:31:36,492 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-05-03 09:31:36,492 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-05-03 09:31:36,493 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-05-03 09:31:36,493 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-05-03 09:31:36,493 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-05-03 09:31:36,494 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-05-03 09:31:36,494 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-05-03 09:31:36,494 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-05-03 09:31:36,495 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-05-03 09:31:36,495 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-05-03 09:31:36,496 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-05-03 09:31:36,496 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-05-03 09:31:36,496 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-05-03 09:31:36,496 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-05-03 09:31:36,496 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-05-03 09:31:36,496 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-05-03 09:31:36,497 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-05-03 09:31:36,497 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-05-03 09:31:36,498 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-05-03 09:31:36,498 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-05-03 09:31:36,498 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-05-03 09:31:36,498 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-05-03 09:31:36,499 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-05-03 09:31:36,499 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-05-03 09:31:36,500 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-05-03 09:31:36,500 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-05-03 09:31:36,500 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-05-03 09:31:36,500 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-05-03 09:31:36,501 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-05-03 09:31:36,501 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-05-03 09:31:36,501 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-05-03 09:31:36,501 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-05-03 09:31:36,502 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-05-03 09:31:36,502 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-05-03 09:31:36,502 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-05-03 09:31:36,502 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-05-03 09:31:36,503 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-05-03 09:31:36,504 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-05-03 09:31:36,504 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-05-03 09:31:36,504 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-05-03 09:31:36,504 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-05-03 09:31:36,504 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-05-03 09:31:36,505 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-05-03 09:31:36,505 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-05-03 09:31:36,505 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-05-03 09:31:36,505 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-05-03 09:31:36,505 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-05-03 09:31:36,506 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-05-03 09:31:36,506 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-05-03 09:31:36,506 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-05-03 09:31:36,507 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-05-03 09:31:36,507 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-05-03 09:31:36,507 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-05-03 09:31:36,508 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-05-03 09:31:36,508 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-05-03 09:31:36,508 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-05-03 09:31:36,508 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-05-03 09:31:36,508 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-05-03 09:31:36,509 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-05-03 09:31:36,509 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-05-03 09:31:36,509 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-05-03 09:31:36,510 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-05-03 09:31:36,510 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-05-03 09:31:36,511 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-05-03 09:31:36,511 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-05-03 09:31:36,511 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-05-03 09:31:36,511 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-05-03 09:31:36,511 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-05-03 09:31:36,512 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-05-03 09:31:36,512 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-05-03 09:31:36,513 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-05-03 09:31:36,513 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-05-03 09:31:36,513 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-05-03 09:31:36,513 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-05-03 09:31:36,513 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-05-03 09:31:36,514 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-05-03 09:31:36,514 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-05-03 09:31:36,515 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-05-03 09:31:36,515 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-05-03 09:31:36,515 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-05-03 09:31:36,515 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-05-03 09:31:36,515 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-05-03 09:31:36,548 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:36,599 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@34163940: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:36,618 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@34163940: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:36,677 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:36,678 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:36,685 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2019-05-03 09:31:36,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:36,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:36,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:36,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:36,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:36,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:36,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:36,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:36,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:36,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:36,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:36,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:36,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:36,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:36,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:36,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:36,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:36,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:36,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:36,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:36,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:36,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:36,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:36,696 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:36,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:36,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:36,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:36,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:36,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:36,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:36,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:36,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:36,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:36,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:36,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:36,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:36,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:36,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:36,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:36,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:36,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:36,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:36,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:36,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:36,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:36,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:36,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:36,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:36,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:36,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:36,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:36,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-05-03 09:31:36,818 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-05-03 09:31:36,825 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-05-03 09:31:36,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-05-03 09:31:36,830 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:31:36,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-05-03 09:31:36,833 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:31:36,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-05-03 09:31:36,833 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:31:36,833 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-05-03 09:31:36,834 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:36,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-05-03 09:31:36,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-05-03 09:31:36,841 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:31:36,842 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:31:36,843 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:36,843 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:31:36,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-05-03 09:31:36,844 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:31:36,845 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:31:36,845 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:31:36,845 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-05-03 09:31:36,846 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:31:36,846 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:31:36,848 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:36,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:36,849 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:36,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-05-03 09:31:36,851 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-05-03 09:31:36,852 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-05-03 09:31:36,854 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,854 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,854 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,854 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,855 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:36,855 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-05-03 09:31:36,863 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:31:36,863 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:31:36,864 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:36,866 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:31:36,867 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:31:36,868 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:31:36,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2019-05-03 09:31:36,915 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Group Administrator 2019-05-03 09:31:36,926 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:36,926 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:36,927 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:36,931 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group deleteme 2019-05-03 09:31:36,938 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Group deleteme 2019-05-03 09:31:36,940 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:36,940 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:36,942 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2019-05-03 09:31:36,952 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@34163940: startup date [Fri May 03 09:31:35 CEST 2019]; root of context hierarchy 2019-05-03 09:31:36,953 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:36,954 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SiteApplicationControllerTest 2019-05-03 09:31:36,959 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-05-03 09:31:36,959 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@437d871b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@508f3e02, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@62fa898b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1e4c64e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2e8edc36, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@75888cb] 2019-05-03 09:31:36,960 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:37,020 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@31d8ff7a: startup date [Fri May 03 09:31:37 CEST 2019]; root of context hierarchy 2019-05-03 09:31:37,041 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:37,069 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:37,084 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:37,084 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:37,136 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:37,140 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:37,320 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:37,320 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:37,326 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@31d8ff7a: startup date [Fri May 03 09:31:37 CEST 2019]; root of context hierarchy 2019-05-03 09:31:37,328 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:37,333 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-05-03 09:31:37,334 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:37,336 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:37,339 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:37,348 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:37,352 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:37,355 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:37,357 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:37,359 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:37,362 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:37,364 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:37,367 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:37,369 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:37,371 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:37,373 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.039s). 2019-05-03 09:31:37,537 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:37,538 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:37,538 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:37,556 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:37,556 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:37,580 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:37,600 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-05-03 09:31:37,600 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-05-03 09:31:37,600 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-05-03 09:31:37,601 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-05-03 09:31:37,601 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-05-03 09:31:37,601 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-05-03 09:31:37,601 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-05-03 09:31:37,601 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-05-03 09:31:37,601 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-05-03 09:31:37,602 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-05-03 09:31:37,602 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-05-03 09:31:37,602 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-05-03 09:31:37,602 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-05-03 09:31:37,602 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-05-03 09:31:37,602 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-05-03 09:31:37,602 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-05-03 09:31:37,602 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-05-03 09:31:37,603 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-05-03 09:31:37,603 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-05-03 09:31:37,603 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-05-03 09:31:37,603 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-05-03 09:31:37,603 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-05-03 09:31:37,604 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-05-03 09:31:37,604 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-05-03 09:31:37,604 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-05-03 09:31:37,604 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-05-03 09:31:37,604 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-05-03 09:31:37,604 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-05-03 09:31:37,605 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-05-03 09:31:37,605 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-05-03 09:31:37,605 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-05-03 09:31:37,605 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-05-03 09:31:37,605 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-05-03 09:31:37,606 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-05-03 09:31:37,606 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-05-03 09:31:37,606 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-05-03 09:31:37,606 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-05-03 09:31:37,606 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-05-03 09:31:37,607 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-05-03 09:31:37,607 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-05-03 09:31:37,607 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-05-03 09:31:37,607 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-05-03 09:31:37,607 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-05-03 09:31:37,607 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-05-03 09:31:37,607 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-05-03 09:31:37,608 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-05-03 09:31:37,608 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-05-03 09:31:37,608 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-05-03 09:31:37,608 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-05-03 09:31:37,608 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-05-03 09:31:37,608 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-05-03 09:31:37,608 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-05-03 09:31:37,609 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-05-03 09:31:37,609 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-05-03 09:31:37,609 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-05-03 09:31:37,609 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-05-03 09:31:37,609 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-05-03 09:31:37,610 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-05-03 09:31:37,610 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-05-03 09:31:37,610 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-05-03 09:31:37,610 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-05-03 09:31:37,610 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-05-03 09:31:37,611 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-05-03 09:31:37,611 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-05-03 09:31:37,611 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-05-03 09:31:37,611 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-05-03 09:31:37,611 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-05-03 09:31:37,611 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-05-03 09:31:37,612 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-05-03 09:31:37,612 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-05-03 09:31:37,612 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-05-03 09:31:37,613 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-05-03 09:31:37,613 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-05-03 09:31:37,613 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-05-03 09:31:37,613 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-05-03 09:31:37,613 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-05-03 09:31:37,613 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-05-03 09:31:37,613 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-05-03 09:31:37,614 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-05-03 09:31:37,614 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-05-03 09:31:37,614 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-05-03 09:31:37,614 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-05-03 09:31:37,614 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-05-03 09:31:37,637 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:37,676 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@31d8ff7a: startup date [Fri May 03 09:31:37 CEST 2019]; root of context hierarchy 2019-05-03 09:31:37,689 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@31d8ff7a: startup date [Fri May 03 09:31:37 CEST 2019]; root of context hierarchy 2019-05-03 09:31:37,737 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:37,737 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:37,742 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2019-05-03 09:31:37,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:37,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:37,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:37,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:37,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:37,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:37,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:37,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:37,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:37,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:37,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:37,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:37,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:37,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:37,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:37,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:37,751 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:37,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:37,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:37,767 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-05-03 09:31:37,785 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-05-03 09:31:37,789 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-05-03 09:31:37,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-05-03 09:31:37,792 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:31:37,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-05-03 09:31:37,794 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:31:37,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-05-03 09:31:37,794 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:31:37,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-05-03 09:31:37,794 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:37,794 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-05-03 09:31:37,796 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-05-03 09:31:37,799 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:31:37,800 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:31:37,800 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:37,800 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:31:37,800 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-05-03 09:31:37,801 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:31:37,802 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:31:37,802 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:31:37,802 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-05-03 09:31:37,803 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:31:37,803 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:31:37,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:37,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:37,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:37,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-05-03 09:31:37,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-05-03 09:31:37,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-05-03 09:31:37,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:37,809 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-05-03 09:31:37,815 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:31:37,815 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:31:37,816 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:37,817 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:31:37,818 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:31:37,819 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:31:37,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2019-05-03 09:31:37,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2019-05-03 09:31:37,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2019-05-03 09:31:37,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2019-05-03 09:31:37,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2019-05-03 09:31:37,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2019-05-03 09:31:37,835 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2019-05-03 09:31:37,836 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2019-05-03 09:31:37,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2019-05-03 09:31:37,838 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.allowSkipRender 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2019-05-03 09:31:37,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2019-05-03 09:31:37,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2019-05-03 09:31:37,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2019-05-03 09:31:37,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2019-05-03 09:31:37,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2019-05-03 09:31:37,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2019-05-03 09:31:37,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2019-05-03 09:31:37,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2019-05-03 09:31:37,841 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2019-05-03 09:31:37,843 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2019-05-03 09:31:37,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPrincipalScheme 2019-05-03 09:31:37,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.encoding 2019-05-03 09:31:37,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportReloadFile 2019-05-03 09:31:37,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.allowSkipRender 2019-05-03 09:31:37,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.documentDir 2019-05-03 09:31:37,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedPaths 2019-05-03 09:31:37,865 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.wwwDir 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionName 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapStartTls 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.name 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputFormat 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUser 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexConfig 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.siteRootDir 2019-05-03 09:31:37,866 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapDomain 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginPage 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheStatistics 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailPort 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.appendTabId 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.service-path 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.template 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.tagPrefix 2019-05-03 09:31:37,867 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheEnabled 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutPage 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.timeZone 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapIdAttribute 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchMaxHits 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.host 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileTypes 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportedLanguages 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.locale 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.DatasourceConfigurer 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexTimeout 2019-05-03 09:31:37,868 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.rewriteConfig 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionValue 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailHost 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginRef 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchChunkSize 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPage 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedMethods 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileSystemQueueSize 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPassword 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapHost 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapGroupBaseDn 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPageSize 2019-05-03 09:31:37,869 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectionEnabled 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutRef 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheClearOnShutdown 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultApplication 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailDisabled 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.assetsDir 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUserBaseDn 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.xssExceptions 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authApplication 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheExceptions 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPage 2019-05-03 09:31:37,870 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.manager-path 2019-05-03 09:31:37,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheBlockingTimeout 2019-05-03 09:31:37,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexDir 2019-05-03 09:31:37,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.enforcePrimaryDomain 2019-05-03 09:31:37,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexQueueSize 2019-05-03 09:31:37,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPages 2019-05-03 09:31:37,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputType 2019-05-03 09:31:37,871 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site anotherSite 2019-05-03 09:31:37,901 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/platform/localhost/demo-application 2019-05-03 09:31:37,901 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/application/localhost/demo-application 2019-05-03 09:31:37,903 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Assigned application demo-application to site localhost 2019-05-03 09:31:37,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.bar 2019-05-03 09:31:37,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.foo 2019-05-03 09:31:37,905 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2019-05-03 09:31:38,052 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.application.demo-application.bar 2019-05-03 09:31:38,093 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2019-05-03 09:31:38,128 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2019-05-03 09:31:38,145 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2019-05-03 09:31:38,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Removed application demo-application from site localhost 2019-05-03 09:31:38,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.bar 2019-05-03 09:31:38,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2019-05-03 09:31:38,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.foo 2019-05-03 09:31:38,156 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@31d8ff7a: startup date [Fri May 03 09:31:37 CEST 2019]; root of context hierarchy 2019-05-03 09:31:38,157 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:38,158 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.203 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2019-05-03 09:31:38,165 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-05-03 09:31:38,165 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@169a94ce, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@37b7011e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5f7d270f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a5342e2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@682d8f82, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@679ddc68] 2019-05-03 09:31:38,166 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:38,229 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@516edacb: startup date [Fri May 03 09:31:38 CEST 2019]; root of context hierarchy 2019-05-03 09:31:38,252 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:38,281 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:38,297 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:38,297 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:38,348 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:38,353 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:38,553 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:38,553 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:38,559 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@516edacb: startup date [Fri May 03 09:31:38 CEST 2019]; root of context hierarchy 2019-05-03 09:31:38,561 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:38,567 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-05-03 09:31:38,568 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:38,571 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:38,573 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:38,584 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:38,589 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:38,591 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:38,594 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:38,596 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:38,598 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:38,601 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:38,603 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:38,606 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:38,608 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:38,611 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.042s). 2019-05-03 09:31:38,778 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:38,779 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:38,780 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:38,794 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:38,794 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:38,815 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:38,837 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-05-03 09:31:38,837 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-05-03 09:31:38,838 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-05-03 09:31:38,838 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-05-03 09:31:38,838 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-05-03 09:31:38,838 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-05-03 09:31:38,839 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-05-03 09:31:38,839 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-05-03 09:31:38,839 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-05-03 09:31:38,840 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-05-03 09:31:38,840 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-05-03 09:31:38,840 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-05-03 09:31:38,840 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-05-03 09:31:38,840 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-05-03 09:31:38,841 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-05-03 09:31:38,841 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-05-03 09:31:38,841 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-05-03 09:31:38,842 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-05-03 09:31:38,842 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-05-03 09:31:38,842 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-05-03 09:31:38,842 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-05-03 09:31:38,842 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-05-03 09:31:38,843 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-05-03 09:31:38,843 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-05-03 09:31:38,844 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-05-03 09:31:38,844 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-05-03 09:31:38,844 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-05-03 09:31:38,844 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-05-03 09:31:38,844 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-05-03 09:31:38,845 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-05-03 09:31:38,845 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-05-03 09:31:38,845 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-05-03 09:31:38,845 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-05-03 09:31:38,846 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-05-03 09:31:38,846 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-05-03 09:31:38,846 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-05-03 09:31:38,847 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-05-03 09:31:38,847 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-05-03 09:31:38,848 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-05-03 09:31:38,848 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-05-03 09:31:38,848 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-05-03 09:31:38,848 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-05-03 09:31:38,848 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-05-03 09:31:38,849 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-05-03 09:31:38,849 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-05-03 09:31:38,849 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-05-03 09:31:38,849 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-05-03 09:31:38,849 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-05-03 09:31:38,850 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-05-03 09:31:38,850 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-05-03 09:31:38,850 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-05-03 09:31:38,850 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-05-03 09:31:38,851 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-05-03 09:31:38,851 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-05-03 09:31:38,851 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-05-03 09:31:38,852 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-05-03 09:31:38,852 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-05-03 09:31:38,852 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-05-03 09:31:38,852 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-05-03 09:31:38,853 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-05-03 09:31:38,853 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-05-03 09:31:38,853 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-05-03 09:31:38,853 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-05-03 09:31:38,854 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-05-03 09:31:38,854 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-05-03 09:31:38,854 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-05-03 09:31:38,855 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-05-03 09:31:38,855 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-05-03 09:31:38,855 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-05-03 09:31:38,855 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-05-03 09:31:38,856 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-05-03 09:31:38,856 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-05-03 09:31:38,856 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-05-03 09:31:38,857 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-05-03 09:31:38,857 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-05-03 09:31:38,857 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-05-03 09:31:38,857 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-05-03 09:31:38,857 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-05-03 09:31:38,858 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-05-03 09:31:38,858 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-05-03 09:31:38,858 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-05-03 09:31:38,859 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-05-03 09:31:38,859 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-05-03 09:31:38,885 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:38,931 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@516edacb: startup date [Fri May 03 09:31:38 CEST 2019]; root of context hierarchy 2019-05-03 09:31:38,947 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@516edacb: startup date [Fri May 03 09:31:38 CEST 2019]; root of context hierarchy 2019-05-03 09:31:38,997 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:38,997 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:39,003 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2019-05-03 09:31:39,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:39,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:39,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:39,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:39,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:39,008 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:39,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:39,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:39,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:39,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:39,009 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:39,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:39,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:39,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:39,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:39,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:39,010 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:39,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:39,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:39,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:39,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:39,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:39,011 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:39,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:39,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:39,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:39,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:39,012 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:39,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:39,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:39,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:39,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:39,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:39,013 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:39,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:39,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:39,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:39,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:39,014 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:39,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:39,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:39,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:39,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:39,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:39,015 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:39,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:39,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:39,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:39,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:39,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:39,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:39,029 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:39,030 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:39,030 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:39,048 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:39,048 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:39,064 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-05-03 09:31:39,066 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.0.0 2019-05-03 09:31:39,066 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2019-05-03 09:31:39,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG HSQL 2019-05-03 09:31:39,075 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) is active. 2019-05-03 09:31:39,077 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MYSQL 2019-05-03 09:31:39,078 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-05-03 09:31:39,078 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-05-03 09:31:39,078 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2019-05-03 09:31:39,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MSSQL 2019-05-03 09:31:39,080 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-05-03 09:31:39,080 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-05-03 09:31:39,080 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2019-05-03 09:31:39,919 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:39,919 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:39,920 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:39,921 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:39,921 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:39,922 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:39,938 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:39,939 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:39,955 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.003s) 2019-05-03 09:31:39,957 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 4.0.0 2019-05-03 09:31:39,957 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2019-05-03 09:31:39,959 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) is active. 2019-05-03 09:31:39,961 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2019-05-03 09:31:39,962 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2019-05-03 09:31:40,848 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:40,848 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:40,849 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:40,854 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:40,854 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:41,533 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:41,533 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:41,534 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:41,538 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:41,538 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:42,221 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@516edacb: startup date [Fri May 03 09:31:38 CEST 2019]; root of context hierarchy 2019-05-03 09:31:42,224 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:42,224 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.066 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2019-05-03 09:31:42,234 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-05-03 09:31:42,234 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@691533f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7b73e93, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@f5d7f87, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3574e257, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3970476d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@70da576] 2019-05-03 09:31:42,235 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:42,331 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@63484357: startup date [Fri May 03 09:31:42 CEST 2019]; root of context hierarchy 2019-05-03 09:31:42,352 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:42,390 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:42,408 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:42,409 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:42,470 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:42,474 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:42,752 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:42,752 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:42,759 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@63484357: startup date [Fri May 03 09:31:42 CEST 2019]; root of context hierarchy 2019-05-03 09:31:42,762 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:42,769 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.004s) 2019-05-03 09:31:42,770 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:42,774 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:42,778 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:42,791 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:42,797 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:42,800 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:42,803 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:42,806 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:42,809 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:42,813 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:42,816 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:42,819 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:42,822 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:42,825 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.055s). 2019-05-03 09:31:43,059 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:43,060 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:43,060 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:43,090 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:43,090 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:43,149 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:43,204 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-05-03 09:31:43,205 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-05-03 09:31:43,205 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-05-03 09:31:43,206 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-05-03 09:31:43,206 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-05-03 09:31:43,207 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-05-03 09:31:43,207 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-05-03 09:31:43,208 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-05-03 09:31:43,208 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-05-03 09:31:43,210 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-05-03 09:31:43,210 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-05-03 09:31:43,211 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-05-03 09:31:43,211 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-05-03 09:31:43,212 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-05-03 09:31:43,212 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-05-03 09:31:43,213 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-05-03 09:31:43,213 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-05-03 09:31:43,214 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-05-03 09:31:43,215 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-05-03 09:31:43,215 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-05-03 09:31:43,215 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-05-03 09:31:43,216 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-05-03 09:31:43,217 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-05-03 09:31:43,217 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-05-03 09:31:43,219 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-05-03 09:31:43,219 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-05-03 09:31:43,219 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-05-03 09:31:43,220 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-05-03 09:31:43,220 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-05-03 09:31:43,221 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-05-03 09:31:43,222 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-05-03 09:31:43,222 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-05-03 09:31:43,222 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-05-03 09:31:43,224 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-05-03 09:31:43,224 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-05-03 09:31:43,225 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-05-03 09:31:43,225 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-05-03 09:31:43,225 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-05-03 09:31:43,227 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-05-03 09:31:43,228 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-05-03 09:31:43,228 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-05-03 09:31:43,228 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-05-03 09:31:43,229 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-05-03 09:31:43,229 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-05-03 09:31:43,230 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-05-03 09:31:43,230 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-05-03 09:31:43,230 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-05-03 09:31:43,231 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-05-03 09:31:43,232 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-05-03 09:31:43,232 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-05-03 09:31:43,233 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-05-03 09:31:43,233 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-05-03 09:31:43,233 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-05-03 09:31:43,235 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-05-03 09:31:43,235 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-05-03 09:31:43,235 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-05-03 09:31:43,236 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-05-03 09:31:43,236 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-05-03 09:31:43,236 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-05-03 09:31:43,238 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-05-03 09:31:43,238 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-05-03 09:31:43,239 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-05-03 09:31:43,239 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-05-03 09:31:43,239 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-05-03 09:31:43,241 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-05-03 09:31:43,241 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-05-03 09:31:43,241 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-05-03 09:31:43,242 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-05-03 09:31:43,242 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-05-03 09:31:43,242 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-05-03 09:31:43,244 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-05-03 09:31:43,244 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-05-03 09:31:43,245 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-05-03 09:31:43,245 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-05-03 09:31:43,246 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-05-03 09:31:43,246 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-05-03 09:31:43,246 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-05-03 09:31:43,247 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-05-03 09:31:43,248 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-05-03 09:31:43,248 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-05-03 09:31:43,249 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-05-03 09:31:43,249 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-05-03 09:31:43,249 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-05-03 09:31:43,294 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:43,392 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@63484357: startup date [Fri May 03 09:31:42 CEST 2019]; root of context hierarchy 2019-05-03 09:31:43,406 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@63484357: startup date [Fri May 03 09:31:42 CEST 2019]; root of context hierarchy 2019-05-03 09:31:43,454 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:43,454 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:43,459 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2019-05-03 09:31:43,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:43,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:43,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:43,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:43,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:43,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:43,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:43,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:43,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:43,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:43,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:43,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:43,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:43,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:43,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:43,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:43,465 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:43,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:43,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:43,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:43,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:43,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:43,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:43,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:43,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:43,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:43,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:43,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:43,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:43,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:43,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:43,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:43,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:43,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:43,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:43,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:43,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:43,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:43,469 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:43,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:43,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:43,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:43,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:43,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:43,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:43,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:43,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:43,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:43,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:43,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:43,471 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:43,485 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2019-05-03 09:31:43,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2019-05-03 09:31:43,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2019-05-03 09:31:43,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2019-05-03 09:31:43,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2019-05-03 09:31:43,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2019-05-03 09:31:43,486 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2019-05-03 09:31:43,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2019-05-03 09:31:43,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2019-05-03 09:31:43,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2019-05-03 09:31:43,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2019-05-03 09:31:43,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2019-05-03 09:31:43,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2019-05-03 09:31:43,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2019-05-03 09:31:43,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2019-05-03 09:31:43,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2019-05-03 09:31:43,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2019-05-03 09:31:43,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2019-05-03 09:31:43,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2019-05-03 09:31:43,488 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2019-05-03 09:31:43,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2019-05-03 09:31:43,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2019-05-03 09:31:43,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2019-05-03 09:31:43,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2019-05-03 09:31:43,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2019-05-03 09:31:43,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2019-05-03 09:31:43,489 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2019-05-03 09:31:43,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2019-05-03 09:31:43,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2019-05-03 09:31:43,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2019-05-03 09:31:43,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2019-05-03 09:31:43,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2019-05-03 09:31:43,490 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2019-05-03 09:31:43,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2019-05-03 09:31:43,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2019-05-03 09:31:43,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2019-05-03 09:31:43,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2019-05-03 09:31:43,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2019-05-03 09:31:43,491 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.allowSkipRender 2019-05-03 09:31:43,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2019-05-03 09:31:43,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2019-05-03 09:31:43,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2019-05-03 09:31:43,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2019-05-03 09:31:43,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2019-05-03 09:31:43,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2019-05-03 09:31:43,492 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2019-05-03 09:31:43,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2019-05-03 09:31:43,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2019-05-03 09:31:43,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2019-05-03 09:31:43,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2019-05-03 09:31:43,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2019-05-03 09:31:43,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2019-05-03 09:31:43,493 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2019-05-03 09:31:43,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2019-05-03 09:31:43,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2019-05-03 09:31:43,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2019-05-03 09:31:43,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2019-05-03 09:31:43,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2019-05-03 09:31:43,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2019-05-03 09:31:43,494 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2019-05-03 09:31:43,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2019-05-03 09:31:43,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2019-05-03 09:31:43,495 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2019-05-03 09:31:43,497 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2019-05-03 09:31:43,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Site localhost 2019-05-03 09:31:43,539 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:43,539 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:43,540 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginRef 2019-05-03 09:31:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheExceptions 2019-05-03 09:31:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailPort 2019-05-03 09:31:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2019-05-03 09:31:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute 2019-05-03 09:31:43,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2019-05-03 09:31:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authApplication 2019-05-03 09:31:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.manager-path 2019-05-03 09:31:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexTimeout 2019-05-03 09:31:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue 2019-05-03 09:31:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheStatistics 2019-05-03 09:31:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.siteRootDir 2019-05-03 09:31:43,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportReloadFile 2019-05-03 09:31:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexQueueSize 2019-05-03 09:31:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.tagPrefix 2019-05-03 09:31:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.encoding 2019-05-03 09:31:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchMaxHits 2019-05-03 09:31:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2019-05-03 09:31:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUser 2019-05-03 09:31:43,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.documentDir 2019-05-03 09:31:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.service-path 2019-05-03 09:31:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileTypes 2019-05-03 09:31:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPassword 2019-05-03 09:31:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultApplication 2019-05-03 09:31:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailHost 2019-05-03 09:31:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.wwwDir 2019-05-03 09:31:43,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.allowSkipRender 2019-05-03 09:31:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPages 2019-05-03 09:31:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheEnabled 2019-05-03 09:31:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutPage 2019-05-03 09:31:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2019-05-03 09:31:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.timeZone 2019-05-03 09:31:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2019-05-03 09:31:43,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2019-05-03 09:31:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2019-05-03 09:31:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapStartTls 2019-05-03 09:31:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.appendTabId 2019-05-03 09:31:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.host 2019-05-03 09:31:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginPage 2019-05-03 09:31:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexConfig 2019-05-03 09:31:43,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.locale 2019-05-03 09:31:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapDomain 2019-05-03 09:31:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.template 2019-05-03 09:31:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.assetsDir 2019-05-03 09:31:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapHost 2019-05-03 09:31:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2019-05-03 09:31:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2019-05-03 09:31:43,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchChunkSize 2019-05-03 09:31:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPage 2019-05-03 09:31:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportedLanguages 2019-05-03 09:31:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutRef 2019-05-03 09:31:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat 2019-05-03 09:31:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPageSize 2019-05-03 09:31:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputType 2019-05-03 09:31:43,550 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.rewriteConfig 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailDisabled 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionName 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.name 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.xssExceptions 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexDir 2019-05-03 09:31:43,551 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPage 2019-05-03 09:31:43,552 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site deleteme 2019-05-03 09:31:43,567 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2019-05-03 09:31:43,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2019-05-03 09:31:43,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.allowSkipRender 2019-05-03 09:31:43,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.appendTabId 2019-05-03 09:31:43,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.assetsDir 2019-05-03 09:31:43,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authApplication 2019-05-03 09:31:43,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginPage 2019-05-03 09:31:43,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginRef 2019-05-03 09:31:43,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionName 2019-05-03 09:31:43,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue 2019-05-03 09:31:43,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutPage 2019-05-03 09:31:43,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutRef 2019-05-03 09:31:43,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2019-05-03 09:31:43,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2019-05-03 09:31:43,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2019-05-03 09:31:43,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultApplication 2019-05-03 09:31:43,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPage 2019-05-03 09:31:43,579 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPageSize 2019-05-03 09:31:43,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.documentDir 2019-05-03 09:31:43,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2019-05-03 09:31:43,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2019-05-03 09:31:43,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheEnabled 2019-05-03 09:31:43,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheExceptions 2019-05-03 09:31:43,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheStatistics 2019-05-03 09:31:43,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.encoding 2019-05-03 09:31:43,581 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2019-05-03 09:31:43,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPage 2019-05-03 09:31:43,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPages 2019-05-03 09:31:43,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.host 2019-05-03 09:31:43,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexConfig 2019-05-03 09:31:43,582 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexDir 2019-05-03 09:31:43,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2019-05-03 09:31:43,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileTypes 2019-05-03 09:31:43,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexQueueSize 2019-05-03 09:31:43,583 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexTimeout 2019-05-03 09:31:43,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapDomain 2019-05-03 09:31:43,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2019-05-03 09:31:43,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapHost 2019-05-03 09:31:43,584 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute 2019-05-03 09:31:43,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPassword 2019-05-03 09:31:43,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2019-05-03 09:31:43,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapStartTls 2019-05-03 09:31:43,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUser 2019-05-03 09:31:43,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2019-05-03 09:31:43,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.locale 2019-05-03 09:31:43,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailDisabled 2019-05-03 09:31:43,586 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailHost 2019-05-03 09:31:43,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailPort 2019-05-03 09:31:43,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.manager-path 2019-05-03 09:31:43,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.name 2019-05-03 09:31:43,587 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.rewriteConfig 2019-05-03 09:31:43,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchChunkSize 2019-05-03 09:31:43,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchMaxHits 2019-05-03 09:31:43,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.service-path 2019-05-03 09:31:43,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat 2019-05-03 09:31:43,588 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputType 2019-05-03 09:31:43,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.siteRootDir 2019-05-03 09:31:43,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportReloadFile 2019-05-03 09:31:43,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportedLanguages 2019-05-03 09:31:43,589 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.tagPrefix 2019-05-03 09:31:43,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.template 2019-05-03 09:31:43,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.timeZone 2019-05-03 09:31:43,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.wwwDir 2019-05-03 09:31:43,590 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.xssExceptions 2019-05-03 09:31:43,592 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2019-05-03 09:31:43,593 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2019-05-03 09:31:43,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Site deleteme 2019-05-03 09:31:43,595 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:43,595 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:43,596 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2019-05-03 09:31:43,603 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@63484357: startup date [Fri May 03 09:31:42 CEST 2019]; root of context hierarchy 2019-05-03 09:31:43,605 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:43,605 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2019-05-03 09:31:43,610 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-05-03 09:31:43,610 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1b61309, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@312d196c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4261ac69, org.springframework.test.context.support.DirtiesContextTestExecutionListener@750b0eb0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44147543, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1dabe2d4] 2019-05-03 09:31:43,611 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2019-05-03 09:31:43,658 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@526607ec: startup date [Fri May 03 09:31:43 CEST 2019]; root of context hierarchy 2019-05-03 09:31:43,674 INFO [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2019-05-03 09:31:43,697 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2019-05-03 09:31:43,709 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:43,709 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: appng] 2019-05-03 09:31:43,747 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2019-05-03 09:31:43,750 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2019-05-03 09:31:43,894 INFO [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2019-05-03 09:31:43,894 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:43,898 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@526607ec: startup date [Fri May 03 09:31:43 CEST 2019]; root of context hierarchy 2019-05-03 09:31:43,900 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:43,904 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 11 migrations (execution time 00:00.002s) 2019-05-03 09:31:43,905 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2019-05-03 09:31:43,907 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2019-05-03 09:31:43,909 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2019-05-03 09:31:43,916 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2019-05-03 09:31:43,920 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2019-05-03 09:31:43,922 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2019-05-03 09:31:43,924 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2019-05-03 09:31:43,926 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2019-05-03 09:31:43,928 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2019-05-03 09:31:43,929 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2019-05-03 09:31:43,931 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2019-05-03 09:31:43,933 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2019-05-03 09:31:43,935 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 4.0.0 - add job execution record 2019-05-03 09:31:43,937 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 11 migrations to schema "PUBLIC" (execution time 00:00.031s). 2019-05-03 09:31:44,081 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2019-05-03 09:31:44,081 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:44,082 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:44,095 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.1) 2019-05-03 09:31:44,096 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2019-05-03 09:31:44,114 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2019-05-03 09:31:44,134 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-05-03 09:31:44,135 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-05-03 09:31:44,135 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-05-03 09:31:44,135 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-05-03 09:31:44,135 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-05-03 09:31:44,135 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-05-03 09:31:44,136 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-05-03 09:31:44,136 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-05-03 09:31:44,136 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-05-03 09:31:44,137 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-05-03 09:31:44,137 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-05-03 09:31:44,137 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-05-03 09:31:44,137 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-05-03 09:31:44,137 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-05-03 09:31:44,138 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-05-03 09:31:44,138 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-05-03 09:31:44,138 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-05-03 09:31:44,139 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-05-03 09:31:44,139 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-05-03 09:31:44,139 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-05-03 09:31:44,139 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-05-03 09:31:44,139 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-05-03 09:31:44,140 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-05-03 09:31:44,140 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-05-03 09:31:44,140 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-05-03 09:31:44,141 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-05-03 09:31:44,141 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-05-03 09:31:44,141 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-05-03 09:31:44,141 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-05-03 09:31:44,142 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-05-03 09:31:44,142 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-05-03 09:31:44,142 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-05-03 09:31:44,142 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-05-03 09:31:44,143 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-05-03 09:31:44,143 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-05-03 09:31:44,143 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-05-03 09:31:44,143 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-05-03 09:31:44,144 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-05-03 09:31:44,145 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-05-03 09:31:44,145 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-05-03 09:31:44,145 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-05-03 09:31:44,145 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-05-03 09:31:44,145 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-05-03 09:31:44,145 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-05-03 09:31:44,146 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-05-03 09:31:44,146 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-05-03 09:31:44,146 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-05-03 09:31:44,146 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-05-03 09:31:44,147 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-05-03 09:31:44,147 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-05-03 09:31:44,147 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-05-03 09:31:44,147 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-05-03 09:31:44,148 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-05-03 09:31:44,148 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-05-03 09:31:44,148 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-05-03 09:31:44,148 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-05-03 09:31:44,149 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-05-03 09:31:44,149 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-05-03 09:31:44,149 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-05-03 09:31:44,150 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-05-03 09:31:44,150 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-05-03 09:31:44,150 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-05-03 09:31:44,150 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-05-03 09:31:44,150 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-05-03 09:31:44,151 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-05-03 09:31:44,151 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-05-03 09:31:44,151 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-05-03 09:31:44,151 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-05-03 09:31:44,152 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-05-03 09:31:44,152 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-05-03 09:31:44,153 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-05-03 09:31:44,153 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-05-03 09:31:44,153 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-05-03 09:31:44,153 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-05-03 09:31:44,153 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-05-03 09:31:44,154 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-05-03 09:31:44,154 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-05-03 09:31:44,154 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-05-03 09:31:44,155 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-05-03 09:31:44,155 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-05-03 09:31:44,155 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-05-03 09:31:44,155 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-05-03 09:31:44,155 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-05-03 09:31:44,180 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2019-05-03 09:31:44,221 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@526607ec: startup date [Fri May 03 09:31:43 CEST 2019]; root of context hierarchy 2019-05-03 09:31:44,235 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@526607ec: startup date [Fri May 03 09:31:43 CEST 2019]; root of context hierarchy 2019-05-03 09:31:44,284 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2019-05-03 09:31:44,284 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2019-05-03 09:31:44,289 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2019-05-03 09:31:44,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2019-05-03 09:31:44,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2019-05-03 09:31:44,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2019-05-03 09:31:44,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2019-05-03 09:31:44,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2019-05-03 09:31:44,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2019-05-03 09:31:44,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.appngData 2019-05-03 09:31:44,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2019-05-03 09:31:44,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2019-05-03 09:31:44,294 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2019-05-03 09:31:44,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2019-05-03 09:31:44,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2019-05-03 09:31:44,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2019-05-03 09:31:44,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2019-05-03 09:31:44,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2019-05-03 09:31:44,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2019-05-03 09:31:44,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2019-05-03 09:31:44,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2019-05-03 09:31:44,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2019-05-03 09:31:44,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2019-05-03 09:31:44,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2019-05-03 09:31:44,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2019-05-03 09:31:44,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2019-05-03 09:31:44,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2019-05-03 09:31:44,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2019-05-03 09:31:44,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2019-05-03 09:31:44,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2019-05-03 09:31:44,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2019-05-03 09:31:44,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2019-05-03 09:31:44,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2019-05-03 09:31:44,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2019-05-03 09:31:44,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2019-05-03 09:31:44,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2019-05-03 09:31:44,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2019-05-03 09:31:44,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2019-05-03 09:31:44,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2019-05-03 09:31:44,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2019-05-03 09:31:44,314 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2019-05-03 09:31:44,343 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo/ 2019-05-03 09:31:44,352 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2019-05-03 09:31:44,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2019-05-03 09:31:44,357 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2019-05-03 09:31:44,359 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2019-05-03 09:31:44,360 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2019-05-03 09:31:44,360 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2019-05-03 09:31:44,361 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2019-05-03 09:31:44,361 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2019-05-03 09:31:44,361 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2019-05-03 09:31:44,362 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2019-05-03 09:31:44,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2019-05-03 09:31:44,369 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2019-05-03 09:31:44,371 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2019-05-03 09:31:44,372 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:44,372 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2019-05-03 09:31:44,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2019-05-03 09:31:44,373 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2019-05-03 09:31:44,375 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2019-05-03 09:31:44,375 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2019-05-03 09:31:44,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2019-05-03 09:31:44,376 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2019-05-03 09:31:44,376 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2019-05-03 09:31:44,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2019-05-03 09:31:44,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2019-05-03 09:31:44,379 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2019-05-03 09:31:44,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2019-05-03 09:31:44,382 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2019-05-03 09:31:44,383 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2019-05-03 09:31:44,387 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,387 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,388 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,388 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,388 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,388 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,389 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,389 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,389 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,389 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2019-05-03 09:31:44,389 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2019-05-03 09:31:44,398 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2019-05-03 09:31:44,399 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2019-05-03 09:31:44,400 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2019-05-03 09:31:44,401 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2019-05-03 09:31:44,402 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2019-05-03 09:31:44,404 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2019-05-03 09:31:44,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Editor 2019-05-03 09:31:44,470 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Editor 2019-05-03 09:31:44,477 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@526607ec: startup date [Fri May 03 09:31:43 CEST 2019]; root of context hierarchy 2019-05-03 09:31:44,479 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2019-05-03 09:31:44,479 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: 0.874 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-appngizer --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-appngizer] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [59 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer --- [WARNING] Error fetching link: https://appng.org/appng-appngizer-jaxb/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.appngizer.model... Loading source files for package org.appng.appngizer.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer --- [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-appngizer --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-maven-plugin --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (default-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (mojo-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-maven-plugin --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.jar [INFO] [INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer-maven-plugin --- [WARNING] Error fetching link: https://appng.org/appng-appngizer-jaxb/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.maven.plugins.appngizer... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/class-use/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/class-use/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer-maven-plugin >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer-maven-plugin <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-camunda --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-camunda --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.camunda.bpm.TaskWrapperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.appng.camunda.bpm.TaskWrapperTest [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-camunda --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-camunda --- [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.camunda.org/camunda-database-settings/camunda-engine-spring/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.camunda.bpm... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/class-use/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-camunda >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-camunda <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-camunda --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application-camunda --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application-camunda --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application-camunda] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [2777 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application-camunda --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application-camunda >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-camunda <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-camunda --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-camunda --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application-camunda --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-maven-plugin --- [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-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5.1:descriptor (default-descriptor) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-maven-plugin --- [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-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-maven-plugin --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.maven.plugin.mojo.GenerateMessageConstantsMojoTest [info] generate message constants for [/var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/src/test/resources/poms/message-constants/application-home/dictionary/mymessages.properties, org.appng.test.constants.MessageConstants, /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/generated-test-sources/constants] [debug] delta: true [debug] incremental: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s - in org.appng.maven.plugin.mojo.GenerateMessageConstantsMojoTest [INFO] Running org.appng.maven.plugin.mojo.GenerateApplicationConstantsMojoTest [info] generate application constants for [/var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/src/test/resources/poms/application-constants/application-home/application.xml, org.appng.test.constants.ApplicationConstants, /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/generated-test-sources/constants] log4j:WARN No appenders could be found for logger (org.appng.xml.ApplicationPropertyConstantCreator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [debug] delta: true [debug] incremental: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s - in org.appng.maven.plugin.mojo.GenerateApplicationConstantsMojoTest [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-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar [INFO] [INFO] --- maven-plugin-plugin:3.5.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-maven-plugin --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-maven-plugin --- [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://forge.sonatype.com/spice-parent/plexus-build-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.maven.plugin.mojo... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/class-use/HelpMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateApplicationConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/class-use/GenerateMessageConstantsMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/org/appng/maven/plugin/mojo/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-maven-plugin >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-maven-plugin <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-maven-plugin --- [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ appng-maven-plugin --- [INFO] Including org.appng:appng-tools:jar:1.19.0 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.9.8 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.9.8 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.6 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.26 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.26 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding com.j256.simplemagic:simplemagic:jar:1.16 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Excluding org.apache.maven:maven-plugin-api:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 from the shaded jar. [INFO] Excluding javax.enterprise:cdi-api:jar:1.0 from the shaded jar. [INFO] Excluding javax.annotation:jsr250-api:jar:1.0 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 from the shaded jar. [INFO] Excluding org.apache.maven:maven-core:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-builder-support:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:27.1-jre from the shaded jar. [INFO] Excluding org.apache.maven:maven-aether-provider:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-api:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-util:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding com.google.inject:guice:jar:no_aop:4.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.21 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-classworlds:jar:2.5.2 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-component-annotations:jar:1.6 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-cipher:jar:1.4 from the shaded jar. [INFO] Excluding org.apache.maven:maven-compat:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.10 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-build-api:jar:0.0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-upngizr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-upngizr --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-upngizr --- [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-upngizr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-upngizr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.upngizr.controller.UpdaterTest 2019-05-03 09:32:52,241 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:52,242 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:52,242 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:52,242 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:52,242 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-05-03 09:32:52,245 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:52,246 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:52,264 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/META-INF/MANIFEST.MF 2019-05-03 09:32:52,265 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/UriAware.class 2019-05-03 09:32:52,265 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Site.class 2019-05-03 09:32:52,265 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Packages.class 2019-05-03 09:32:52,265 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Links.class 2019-05-03 09:32:52,266 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Permissions.class 2019-05-03 09:32:52,266 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Sites.class 2019-05-03 09:32:52,266 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/ApplicationController.class 2019-05-03 09:32:52,267 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SitePropertyController.class 2019-05-03 09:32:52,267 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/appNGizer.txt 2019-05-03 09:32:52,267 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/appNGizer-servlet.xml 2019-05-03 09:32:52,268 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/lib/appng-appngizer-jaxb-1.19.0.jar 2019-05-03 09:32:52,268 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNGizer.log 2019-05-03 09:32:52,268 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Role.class 2019-05-03 09:32:52,269 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Repositories.class 2019-05-03 09:32:52,269 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Repository.class 2019-05-03 09:32:52,269 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Property.class 2019-05-03 09:32:52,269 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Subject.class 2019-05-03 09:32:52,270 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Platform.class 2019-05-03 09:32:52,270 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Package.class 2019-05-03 09:32:52,270 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Subjects.class 2019-05-03 09:32:52,271 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Databases.class 2019-05-03 09:32:52,271 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PermissionController.class 2019-05-03 09:32:52,271 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Home$1.class 2019-05-03 09:32:52,272 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteApplicationController.class 2019-05-03 09:32:52,272 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PlatformPropertyController.class 2019-05-03 09:32:52,272 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizer.class 2019-05-03 09:32:52,273 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/RoleController.class 2019-05-03 09:32:52,273 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/GroupController.class 2019-05-03 09:32:52,274 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/RepositoryController.class 2019-05-03 09:32:52,274 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.xml 2019-05-03 09:32:52,274 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.properties 2019-05-03 09:32:52,274 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/log4j.properties 2019-05-03 09:32:52,274 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Application.class 2019-05-03 09:32:52,275 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Group.class 2019-05-03 09:32:52,275 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Applications.class 2019-05-03 09:32:52,275 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Groups.class 2019-05-03 09:32:52,275 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Roles.class 2019-05-03 09:32:52,276 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Home.class 2019-05-03 09:32:52,276 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Link.class 2019-05-03 09:32:52,276 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Database.class 2019-05-03 09:32:52,277 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Properties.class 2019-05-03 09:32:52,277 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/DatabaseController.class 2019-05-03 09:32:52,277 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SessionFilter.class 2019-05-03 09:32:52,278 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteController.class 2019-05-03 09:32:52,278 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/ControllerBase.class 2019-05-03 09:32:52,278 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizerServlet.class 2019-05-03 09:32:52,278 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Jaxb2Marshaller.class 2019-05-03 09:32:52,279 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizerConfigurer.class 2019-05-03 09:32:52,279 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteApplicationPropertyController.class 2019-05-03 09:32:52,279 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PlatformController.class 2019-05-03 09:32:52,280 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SubjectController.class 2019-05-03 09:32:52,280 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Home.class 2019-05-03 09:32:52,280 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PropertyBase.class 2019-05-03 09:32:52,281 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Permission.class 2019-05-03 09:32:52,288 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:52,288 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:52,288 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:52,288 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:52,288 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-05-03 09:32:52,288 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:52,289 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:52,289 INFO [main] org.appng.upngizr.controller.Updater: reading 93 MB from file [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/../appng-application/target/appng-application-1.19.0.war] 2019-05-03 09:32:52,305 INFO [main] org.appng.upngizr.controller.Updater: retrieved 4/93 MB (5%) 2019-05-03 09:32:52,320 INFO [main] org.appng.upngizr.controller.Updater: retrieved 9/93 MB (10%) 2019-05-03 09:32:52,323 INFO [main] org.appng.upngizr.controller.Updater: retrieved 14/93 MB (15%) 2019-05-03 09:32:52,349 INFO [main] org.appng.upngizr.controller.Updater: retrieved 18/93 MB (20%) 2019-05-03 09:32:52,353 INFO [main] org.appng.upngizr.controller.Updater: retrieved 23/93 MB (25%) 2019-05-03 09:32:52,356 INFO [main] org.appng.upngizr.controller.Updater: retrieved 28/93 MB (30%) 2019-05-03 09:32:52,405 INFO [main] org.appng.upngizr.controller.Updater: retrieved 32/93 MB (35%) 2019-05-03 09:32:52,409 INFO [main] org.appng.upngizr.controller.Updater: retrieved 37/93 MB (40%) 2019-05-03 09:32:52,412 INFO [main] org.appng.upngizr.controller.Updater: retrieved 42/93 MB (45%) 2019-05-03 09:32:52,416 INFO [main] org.appng.upngizr.controller.Updater: retrieved 46/93 MB (50%) 2019-05-03 09:32:52,420 INFO [main] org.appng.upngizr.controller.Updater: retrieved 51/93 MB (55%) 2019-05-03 09:32:52,424 INFO [main] org.appng.upngizr.controller.Updater: retrieved 56/93 MB (60%) 2019-05-03 09:32:52,428 INFO [main] org.appng.upngizr.controller.Updater: retrieved 60/93 MB (65%) 2019-05-03 09:32:52,522 INFO [main] org.appng.upngizr.controller.Updater: retrieved 65/93 MB (70%) 2019-05-03 09:32:52,526 INFO [main] org.appng.upngizr.controller.Updater: retrieved 70/93 MB (75%) 2019-05-03 09:32:52,530 INFO [main] org.appng.upngizr.controller.Updater: retrieved 74/93 MB (80%) 2019-05-03 09:32:52,533 INFO [main] org.appng.upngizr.controller.Updater: retrieved 79/93 MB (85%) 2019-05-03 09:32:52,537 INFO [main] org.appng.upngizr.controller.Updater: retrieved 84/93 MB (90%) 2019-05-03 09:32:52,540 INFO [main] org.appng.upngizr.controller.Updater: retrieved 88/93 MB (95%) 2019-05-03 09:32:52,544 INFO [main] org.appng.upngizr.controller.Updater: retrieved 93/93 MB (100%) 2019-05-03 09:32:52,544 DEBUG [main] org.appng.upngizr.controller.Updater: downloading 93 MB took 0s (93MB/s) 2019-05-03 09:32:52,749 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/MANIFEST.MF 2019-05-03 09:32:52,749 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/context.xml 2019-05-03 09:32:52,750 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/log4j.properties 2019-05-03 09:32:52,750 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mysql.properties 2019-05-03 09:32:52,750 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/appNG.properties 2019-05-03 09:32:52,750 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng 2019-05-03 09:32:52,750 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell.bat 2019-05-03 09:32:52,751 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/web.xml 2019-05-03 09:32:52,762 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-ooxml-3.17.jar 2019-05-03 09:32:52,765 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsoup-1.11.1.jar 2019-05-03 09:32:52,767 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-io-2.6.jar 2019-05-03 09:32:52,769 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/gson-2.8.1.jar 2019-05-03 09:32:52,769 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpservices-4.5.5.jar 2019-05-03 09:32:52,776 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpclient-4.5.7.jar 2019-05-03 09:32:52,796 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mchange-commons-java-0.2.11.jar 2019-05-03 09:32:52,797 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-facet-6.6.5.jar 2019-05-03 09:32:52,799 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-css-1.8.jar 2019-05-03 09:32:52,808 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tika-parsers-1.16.jar 2019-05-03 09:32:52,811 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-envers-5.4.2.Final.jar 2019-05-03 09:32:52,812 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/j2objc-annotations-1.1.jar 2019-05-03 09:32:52,812 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/json-simple-1.1.1.jar 2019-05-03 09:32:52,815 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-api-1.19.0.jar 2019-05-03 09:32:52,816 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-xmlapi-1.19.0.jar 2019-05-03 09:32:52,819 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/c3p0-0.9.5.2.jar 2019-05-03 09:32:52,822 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-configuration-1.10.jar 2019-05-03 09:32:52,827 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tika-core-1.16.jar 2019-05-03 09:32:52,835 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-context-4.3.23.RELEASE.jar 2019-05-03 09:32:52,837 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-rs-client-3.0.12.jar 2019-05-03 09:32:52,838 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jandex-2.0.5.Final.jar 2019-05-03 09:32:52,839 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/checker-qual-2.5.2.jar 2019-05-03 09:32:52,842 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-vfs2-2.0.jar 2019-05-03 09:32:52,844 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-aop-4.3.23.RELEASE.jar 2019-05-03 09:32:52,846 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-highlighter-6.6.5.jar 2019-05-03 09:32:52,847 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax2-api-3.1.4.jar 2019-05-03 09:32:52,848 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/java-libpst-0.8.1.jar 2019-05-03 09:32:52,848 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-ext-1.8.jar 2019-05-03 09:32:52,849 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/netcdf4-4.5.5.jar 2019-05-03 09:32:52,850 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/apache-mime4j-core-0.8.1.jar 2019-05-03 09:32:52,858 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-core-4.3.23.RELEASE.jar 2019-05-03 09:32:52,858 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-persistence-1.19.0.jar 2019-05-03 09:32:52,860 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-beanutils-core-1.8.3.jar 2019-05-03 09:32:52,865 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/quartz-2.3.0.jar 2019-05-03 09:32:52,868 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-security-web-4.2.10.RELEASE.jar 2019-05-03 09:32:52,909 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-ooxml-schemas-3.17.jar 2019-05-03 09:32:52,912 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/dom4j-2.1.1.jar 2019-05-03 09:32:52,913 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/junrar-0.7.jar 2019-05-03 09:32:52,917 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jedis-2.10.0.jar 2019-05-03 09:32:52,937 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-3.17.jar 2019-05-03 09:32:52,939 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/im4java-1.4.0.jar 2019-05-03 09:32:52,939 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax-ex-1.8.jar 2019-05-03 09:32:52,940 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jdbc-perf-logger-driver-0.9.0.jar 2019-05-03 09:32:52,941 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/geoapi-3.0.0.jar 2019-05-03 09:32:52,951 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-scratchpad-3.17.jar 2019-05-03 09:32:52,955 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/woodstox-core-asl-4.4.1.jar 2019-05-03 09:32:52,955 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/animal-sniffer-annotations-1.17.jar 2019-05-03 09:32:52,959 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-collections-3.2.2.jar 2019-05-03 09:32:52,962 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jdom2-2.0.4.jar 2019-05-03 09:32:52,962 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/antisamy-1.5.3.jar 2019-05-03 09:32:52,964 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jhighlight-1.0.2.jar 2019-05-03 09:32:52,972 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/opennlp-tools-1.6.0.jar 2019-05-03 09:32:52,973 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-forms-1.19.0.jar 2019-05-03 09:32:52,973 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.xml 2019-05-03 09:32:52,973 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.properties 2019-05-03 09:32:52,973 INFO [main] org.appng.upngizr.controller.Updater: Skipping applications/safeToDelete.txt 2019-05-03 09:32:52,973 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mssql.properties 2019-05-03 09:32:52,973 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/ehcache.xml 2019-05-03 09:32:52,974 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar 2019-05-03 09:32:52,975 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/udunits-4.5.5.jar 2019-05-03 09:32:52,975 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/regexp-1.3.jar 2019-05-03 09:32:52,976 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmpcore-5.1.2.jar 2019-05-03 09:32:52,977 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.7.26.jar 2019-05-03 09:32:52,977 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-tools-2.0.6.jar 2019-05-03 09:32:52,978 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-join-6.6.5.jar 2019-05-03 09:32:52,994 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.persistence-api-2.2.jar 2019-05-03 09:32:53,005 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-databind-2.9.8.jar 2019-05-03 09:32:53,006 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/slf4j-api-1.7.26.jar 2019-05-03 09:32:53,007 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-util-1.8.jar 2019-05-03 09:32:53,017 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/ehcache-core-2.6.11.jar 2019-05-03 09:32:53,019 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/plexus-utils-1.5.6.jar 2019-05-03 09:32:53,037 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmlbeans-2.6.0.jar 2019-05-03 09:32:53,038 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-sandbox-6.6.5.jar 2019-05-03 09:32:53,040 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/attoparser-2.0.5.RELEASE.jar 2019-05-03 09:32:53,041 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bzip2-0.9.1.jar 2019-05-03 09:32:53,044 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/protobuf-java-2.5.0.jar 2019-05-03 09:32:53,071 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/Saxon-HE-9.6.0-6.jar 2019-05-03 09:32:53,073 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/simplemagic-1.16.jar 2019-05-03 09:32:53,073 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/asm-5.0.4.jar 2019-05-03 09:32:53,076 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/metadata-extractor-2.9.1.jar 2019-05-03 09:32:53,076 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcip-annotations-1.0.jar 2019-05-03 09:32:53,079 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-queryparser-6.6.5.jar 2019-05-03 09:32:53,080 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jaxb-api-2.3.1.jar 2019-05-03 09:32:53,082 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-httpclient-3.1.jar 2019-05-03 09:32:53,085 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/flyway-core-4.2.0.jar 2019-05-03 09:32:53,086 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/juniversalchardet-1.0.3.jar 2019-05-03 09:32:53,087 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/curvesapi-1.04.jar 2019-05-03 09:32:53,098 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/freemarker-2.3.28.jar 2019-05-03 09:32:53,098 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jmatio-1.2.jar 2019-05-03 09:32:53,104 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-commons-1.13.18.RELEASE.jar 2019-05-03 09:32:53,105 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-provider-svnexe-1.4.jar 2019-05-03 09:32:53,106 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/urlrewritefilter-4.0.4.jar 2019-05-03 09:32:53,107 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-commons-annotations-5.1.0.Final.jar 2019-05-03 09:32:53,107 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/json-1.8.jar 2019-05-03 09:32:53,107 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar 2019-05-03 09:32:53,110 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-lang-2.6.jar 2019-05-03 09:32:53,112 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-transports-http-3.0.12.jar 2019-05-03 09:32:53,113 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.ws.rs-api-2.0.1.jar 2019-05-03 09:32:53,117 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-referencing-0.6.jar 2019-05-03 09:32:53,118 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-5.4.2.Final.jar 2019-05-03 09:32:53,118 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-taglib-1.19.0.jar 2019-05-03 09:32:53,119 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcommander-1.72.jar 2019-05-03 09:32:53,122 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpcore-4.4.11.jar 2019-05-03 09:32:53,123 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcmail-jdk15on-1.54.jar 2019-05-03 09:32:53,123 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/validation-api-2.0.1.Final.jar 2019-05-03 09:32:53,128 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/amqp-client-5.5.1.jar 2019-05-03 09:32:53,128 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax-api-1.0.1.jar 2019-05-03 09:32:53,131 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-jdbc-4.3.23.RELEASE.jar 2019-05-03 09:32:53,140 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-core-3.0.12.jar 2019-05-03 09:32:53,144 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-metadata-0.6.jar 2019-05-03 09:32:53,144 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.activation-api-1.2.0.jar 2019-05-03 09:32:53,145 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-cli-1.19.0.jar 2019-05-03 09:32:53,146 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/error_prone_annotations-2.2.0.jar 2019-05-03 09:32:53,148 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-codec-1.12.jar 2019-05-03 09:32:53,149 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/vorbis-java-core-0.8.jar 2019-05-03 09:32:53,159 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hsqldb-2.4.1.jar 2019-05-03 09:32:53,162 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/esapi-2.1.0.1.jar 2019-05-03 09:32:53,175 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-2.0.6.jar 2019-05-03 09:32:53,175 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNG.log 2019-05-03 09:32:53,176 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/log4j-cli.properties 2019-05-03 09:32:53,176 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-hsqldb.properties 2019-05-03 09:32:53,176 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell 2019-05-03 09:32:53,176 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng.bat 2019-05-03 09:32:53,176 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-mail-1.19.0.jar 2019-05-03 09:32:53,229 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-core-5.4.2.Final.jar 2019-05-03 09:32:53,230 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-envers-1.1.18.RELEASE.jar 2019-05-03 09:32:53,234 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-orm-4.3.23.RELEASE.jar 2019-05-03 09:32:53,240 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jna-4.1.0.jar 2019-05-03 09:32:53,241 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bsh-core-2.0b4.jar 2019-05-03 09:32:53,242 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-oxm-4.3.23.RELEASE.jar 2019-05-03 09:32:53,243 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/aspectjrt-1.8.13.jar 2019-05-03 09:32:53,243 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/istack-commons-runtime-3.0.7.jar 2019-05-03 09:32:53,245 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-expression-4.3.23.RELEASE.jar 2019-05-03 09:32:53,249 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-security-core-4.2.10.RELEASE.jar 2019-05-03 09:32:53,282 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cdm-4.5.5.jar 2019-05-03 09:32:53,305 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/guava-27.1-jre.jar 2019-05-03 09:32:53,305 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsr305-3.0.2.jar 2019-05-03 09:32:53,308 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-core-2.9.8.jar 2019-05-03 09:32:53,312 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-ws-core-2.4.3.RELEASE.jar 2019-05-03 09:32:53,317 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-frontend-jaxrs-3.0.12.jar 2019-05-03 09:32:53,318 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.4.jar 2019-05-03 09:32:53,318 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpmime-4.2.6.jar 2019-05-03 09:32:53,319 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.annotation-api-1.2.jar 2019-05-03 09:32:53,323 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/log4j-1.2.17.jar 2019-05-03 09:32:53,325 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/unbescape-1.1.6.RELEASE.jar 2019-05-03 09:32:53,329 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-lang3-3.8.1.jar 2019-05-03 09:32:53,334 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-utility-0.6.jar 2019-05-03 09:32:53,335 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tagsoup-1.2.1.jar 2019-05-03 09:32:53,336 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-exec-1.3.jar 2019-05-03 09:32:53,346 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-validator-6.0.15.Final.jar 2019-05-03 09:32:53,348 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-tx-4.3.23.RELEASE.jar 2019-05-03 09:32:53,348 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jul-to-slf4j-1.7.24.jar 2019-05-03 09:32:53,354 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-beans-4.3.23.RELEASE.jar 2019-05-03 09:32:53,355 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-xml-2.4.3.RELEASE.jar 2019-05-03 09:32:53,357 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/rome-1.5.1.jar 2019-05-03 09:32:53,358 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jempbox-1.8.13.jar 2019-05-03 09:32:53,359 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/HikariCP-3.3.1.jar 2019-05-03 09:32:53,360 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar 2019-05-03 09:32:53,364 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mail-1.4.5.jar 2019-05-03 09:32:53,364 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/failureaccess-1.0.1.jar 2019-05-03 09:32:53,371 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/thymeleaf-3.0.11.RELEASE.jar 2019-05-03 09:32:53,398 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/byte-buddy-1.9.10.jar 2019-05-03 09:32:53,398 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/classes/ESAPI.properties 2019-05-03 09:32:53,398 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/install.list 2019-05-03 09:32:53,399 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-storage-0.6.jar 2019-05-03 09:32:53,419 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackcess-2.1.8.jar 2019-05-03 09:32:53,426 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/wsdl4j-1.6.3.jar 2019-05-03 09:32:53,426 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bridge-method-annotation-1.13.jar 2019-05-03 09:32:53,427 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-memory-6.6.5.jar 2019-05-03 09:32:53,428 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-pool2-2.4.3.jar 2019-05-03 09:32:53,432 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-debugger-2.0.6.jar 2019-05-03 09:32:53,436 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/txw2-2.3.1.jar 2019-05-03 09:32:53,436 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 2019-05-03 09:32:53,438 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-rest-api-1.19.0.jar 2019-05-03 09:32:53,442 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/FastInfoset-1.2.15.jar 2019-05-03 09:32:53,446 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xom-1.2.5.jar 2019-05-03 09:32:53,451 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/apache-mime4j-dom-0.8.1.jar 2019-05-03 09:32:53,465 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jaxb-runtime-2.3.1.jar 2019-05-03 09:32:53,467 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-context-support-4.3.23.RELEASE.jar 2019-05-03 09:32:53,468 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-netcdf-0.6.jar 2019-05-03 09:32:53,470 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/nekohtml-1.9.16.jar 2019-05-03 09:32:53,473 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsr-275-0.9.3.jar 2019-05-03 09:32:53,481 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-collections4-4.1.jar 2019-05-03 09:32:53,482 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-formtags-1.19.0.jar 2019-05-03 09:32:53,483 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackcess-encrypt-2.1.2.jar 2019-05-03 09:32:53,493 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-webmvc-4.3.23.RELEASE.jar 2019-05-03 09:32:53,494 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-tools-1.19.0.jar 2019-05-03 09:32:53,498 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/antlr-2.7.7.jar 2019-05-03 09:32:53,500 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-api-1.4.jar 2019-05-03 09:32:53,500 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mysema-commons-lang-0.2.4.jar 2019-05-03 09:32:53,501 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-search-1.19.0.jar 2019-05-03 09:32:53,501 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/semantic-version-1.2.0.jar 2019-05-03 09:32:53,502 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/querydsl-jpa-4.2.1.jar 2019-05-03 09:32:53,504 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/boilerpipe-1.1.0.jar 2019-05-03 09:32:53,504 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.inject-1.jar 2019-05-03 09:32:53,506 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-queries-6.6.5.jar 2019-05-03 09:32:53,513 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-compress-1.18.jar 2019-05-03 09:32:53,513 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sentiment-analysis-parser-0.1.jar 2019-05-03 09:32:53,515 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-text-1.6.jar 2019-05-03 09:32:53,529 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/fontbox-2.0.6.jar 2019-05-03 09:32:53,530 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-annotations-2.9.8.jar 2019-05-03 09:32:53,532 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmlschema-core-2.2.1.jar 2019-05-03 09:32:53,533 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xml-apis-ext-1.3.04.jar 2019-05-03 09:32:53,548 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-analyzers-common-6.6.5.jar 2019-05-03 09:32:53,548 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/classmate-1.3.4.jar 2019-05-03 09:32:53,556 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javassist-3.24.0-GA.jar 2019-05-03 09:32:53,556 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/rome-utils-1.5.1.jar 2019-05-03 09:32:53,562 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcpkix-jdk15on-1.54.jar 2019-05-03 09:32:53,585 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-core-6.6.5.jar 2019-05-03 09:32:53,590 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/joda-time-2.10.1.jar 2019-05-03 09:32:53,616 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/grib-4.5.5.jar 2019-05-03 09:32:53,616 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-provider-svn-commons-1.4.jar 2019-05-03 09:32:53,620 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/querydsl-core-4.2.1.jar 2019-05-03 09:32:53,621 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/thymeleaf-spring4-3.0.11.RELEASE.jar 2019-05-03 09:32:53,624 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-jpa-1.11.18.RELEASE.jar 2019-05-03 09:32:53,624 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/vorbis-java-tika-0.8.jar 2019-05-03 09:32:53,625 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/swagger-annotations-1.5.19.jar 2019-05-03 09:32:53,625 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/ehcache-web-2.0.4.jar 2019-05-03 09:32:53,626 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xz-1.6.jar 2019-05-03 09:32:53,631 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-core-1.19.0.jar 2019-05-03 09:32:53,631 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcl-over-slf4j-1.7.26.jar 2019-05-03 09:32:53,632 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-csv-1.0.jar 2019-05-03 09:32:53,638 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-web-4.3.23.RELEASE.jar 2019-05-03 09:32:53,663 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcprov-jdk15on-1.54.jar 2019-05-03 09:32:55,024 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:55,024 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:55,024 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:55,024 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:55,024 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-05-03 09:32:55,024 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:55,025 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:55,035 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-05-03 09:32:55,472 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:55,473 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:55,473 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:55,473 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:55,473 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-05-03 09:32:55,473 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:55,473 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:55,473 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: true 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: serverName: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:55,475 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:55,478 INFO [main] org.appng.upngizr.controller.Updater: Source: foobar.org 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: remote address foobar.org is not in list of allowed addresses (fe80:0:0:0:f816:3eff:fed8:b72e 10.102.4.100 0:0:0:0:0:0:0:1 127.0.0.1) 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:55,479 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-05-03 09:32:55,481 WARN [main] org.appng.upngizr.controller.Updater: https://appng.org/appng/builds/stable/appng-application-0.8.15.war does not exist! 2019-05-03 09:32:55,808 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2019-05-03 09:32:55,808 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2019-05-03 09:32:55,808 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2019-05-03 09:32:55,808 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2019-05-03 09:32:55,808 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2019-05-03 09:32:55,809 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fed8:b72e,10.102.4.100,0:0:0:0:0:0:0:1,127.0.0.1 2019-05-03 09:32:55,809 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngdev0.stack.aiticon.net 2019-05-03 09:32:55,809 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2019-05-03 09:32:55,813 INFO [main] org.appng.upngizr.controller.Updater: Starting appNG 2019-05-03 09:32:58,815 INFO [main] org.appng.upngizr.controller.Updater: Started appNG in 3 seconds. 2019-05-03 09:32:58,818 INFO [upNGizr updater] org.appng.upngizr.controller.Updater: Starting appNGizer 2019-05-03 09:33:00,817 INFO [main] org.appng.upngizr.controller.Updater: Started appNGizer in 2 seconds. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.736 s - in org.appng.upngizr.controller.UpdaterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-upngizr --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-upngizr] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [38 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-upngizr --- [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.upngizr.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/class-use/UpNGizrConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/class-use/UpNGizr.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/class-use/Updater.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/org/appng/upngizr/controller/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-upngizr >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG REST API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/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_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:2.4:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping JAXB generation. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Maven Plugin 1.19.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 3 mojo descriptors. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-upngizr <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-upngizr --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-upngizr --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-upngizr --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-upngizr --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-upngizr --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.19.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1049". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar.asc (473 B at 727 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 403 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 529 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar (15 kB at 17 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 72 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 72 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar (33 kB at 41 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom (3.2 kB at 4.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 369 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar (37 kB at 50 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 361 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 466 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.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 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip (98 MB at 12 MB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 332 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 411 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml (315 B at 370 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml (315 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar (42 kB at 56 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 351 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 326 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 428 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 376 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 492 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar (12 kB at 19 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 319 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 423 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 330 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 427 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 420 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar Progress (1): 2.0/16 kB Progress (1): 4.1/16 kB Progress (1): 6.1/16 kB Progress (1): 8.2/16 kB Progress (1): 10/16 kB Progress (1): 12/16 kB Progress (1): 14/16 kB Progress (1): 16 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar (16 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom Progress (1): 2.0/4.1 kB Progress (1): 4.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom (4.1 kB at 5.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 368 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 497 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/maven-metadata.xml (261 B at 366 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 363 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 477 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar Progress (1): 2.0/332 kB Progress (1): 4.1/332 kB Progress (1): 6.1/332 kB Progress (1): 8.2/332 kB Progress (1): 10/332 kB Progress (1): 12/332 kB Progress (1): 14/332 kB Progress (1): 16/332 kB Progress (1): 18/332 kB Progress (1): 20/332 kB Progress (1): 23/332 kB Progress (1): 25/332 kB Progress (1): 27/332 kB Progress (1): 29/332 kB Progress (1): 31/332 kB Progress (1): 33/332 kB Progress (1): 35/332 kB Progress (1): 37/332 kB Progress (1): 39/332 kB Progress (1): 41/332 kB Progress (1): 43/332 kB Progress (1): 45/332 kB Progress (1): 47/332 kB Progress (1): 49/332 kB Progress (1): 51/332 kB Progress (1): 53/332 kB Progress (1): 55/332 kB Progress (1): 57/332 kB Progress (1): 59/332 kB Progress (1): 61/332 kB Progress (1): 63/332 kB Progress (1): 66/332 kB Progress (1): 68/332 kB Progress (1): 70/332 kB Progress (1): 72/332 kB Progress (1): 74/332 kB Progress (1): 76/332 kB Progress (1): 78/332 kB Progress (1): 80/332 kB Progress (1): 82/332 kB Progress (1): 84/332 kB Progress (1): 86/332 kB Progress (1): 88/332 kB Progress (1): 90/332 kB Progress (1): 92/332 kB Progress (1): 94/332 kB Progress (1): 96/332 kB Progress (1): 98/332 kB Progress (1): 100/332 kB Progress (1): 102/332 kB Progress (1): 104/332 kB Progress (1): 106/332 kB Progress (1): 109/332 kB Progress (1): 111/332 kB Progress (1): 113/332 kB Progress (1): 115/332 kB Progress (1): 117/332 kB Progress (1): 119/332 kB Progress (1): 121/332 kB Progress (1): 123/332 kB Progress (1): 125/332 kB Progress (1): 127/332 kB Progress (1): 129/332 kB Progress (1): 131/332 kB Progress (1): 133/332 kB Progress (1): 135/332 kB Progress (1): 137/332 kB Progress (1): 139/332 kB Progress (1): 141/332 kB Progress (1): 143/332 kB Progress (1): 145/332 kB Progress (1): 147/332 kB Progress (1): 150/332 kB Progress (1): 152/332 kB Progress (1): 154/332 kB Progress (1): 156/332 kB Progress (1): 158/332 kB Progress (1): 160/332 kB Progress (1): 162/332 kB Progress (1): 164/332 kB Progress (1): 166/332 kB Progress (1): 168/332 kB Progress (1): 170/332 kB Progress (1): 172/332 kB Progress (1): 174/332 kB Progress (1): 176/332 kB Progress (1): 178/332 kB Progress (1): 180/332 kB Progress (1): 182/332 kB Progress (1): 184/332 kB Progress (1): 186/332 kB Progress (1): 188/332 kB Progress (1): 190/332 kB Progress (1): 193/332 kB Progress (1): 195/332 kB Progress (1): 197/332 kB Progress (1): 199/332 kB Progress (1): 201/332 kB Progress (1): 203/332 kB Progress (1): 205/332 kB Progress (1): 207/332 kB Progress (1): 209/332 kB Progress (1): 211/332 kB Progress (1): 213/332 kB Progress (1): 215/332 kB Progress (1): 217/332 kB Progress (1): 219/332 kB Progress (1): 221/332 kB Progress (1): 223/332 kB Progress (1): 225/332 kB Progress (1): 227/332 kB Progress (1): 229/332 kB Progress (1): 231/332 kB Progress (1): 233/332 kB Progress (1): 236/332 kB Progress (1): 238/332 kB Progress (1): 240/332 kB Progress (1): 242/332 kB Progress (1): 244/332 kB Progress (1): 246/332 kB Progress (1): 248/332 kB Progress (1): 250/332 kB Progress (1): 252/332 kB Progress (1): 254/332 kB Progress (1): 256/332 kB Progress (1): 258/332 kB Progress (1): 260/332 kB Progress (1): 262/332 kB Progress (1): 264/332 kB Progress (1): 266/332 kB Progress (1): 268/332 kB Progress (1): 270/332 kB Progress (1): 272/332 kB Progress (1): 274/332 kB Progress (1): 276/332 kB Progress (1): 279/332 kB Progress (1): 281/332 kB Progress (1): 283/332 kB Progress (1): 285/332 kB Progress (1): 287/332 kB Progress (1): 289/332 kB Progress (1): 291/332 kB Progress (1): 293/332 kB Progress (1): 295/332 kB Progress (1): 297/332 kB Progress (1): 299/332 kB Progress (1): 301/332 kB Progress (1): 303/332 kB Progress (1): 305/332 kB Progress (1): 307/332 kB Progress (1): 309/332 kB Progress (1): 311/332 kB Progress (1): 313/332 kB Progress (1): 315/332 kB Progress (1): 317/332 kB Progress (1): 319/332 kB Progress (1): 322/332 kB Progress (1): 324/332 kB Progress (1): 326/332 kB Progress (1): 328/332 kB Progress (1): 330/332 kB Progress (1): 332/332 kB Progress (1): 332 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar (332 kB at 315 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom Progress (1): 2.0/3.9 kB Progress (1): 3.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom (3.9 kB at 6.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 317 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 416 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 324 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 423 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml (303 B at 361 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml (303 B at 464 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar (39 kB at 52 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 325 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 427 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar Progress (1): 2.0/804 kB Progress (1): 4.1/804 kB Progress (1): 6.1/804 kB Progress (1): 8.2/804 kB Progress (1): 10/804 kB Progress (1): 12/804 kB Progress (1): 14/804 kB Progress (1): 16/804 kB Progress (1): 18/804 kB Progress (1): 20/804 kB Progress (1): 23/804 kB Progress (1): 25/804 kB Progress (1): 27/804 kB Progress (1): 29/804 kB Progress (1): 31/804 kB Progress (1): 33/804 kB Progress (1): 35/804 kB Progress (1): 37/804 kB Progress (1): 39/804 kB Progress (1): 41/804 kB Progress (1): 43/804 kB Progress (1): 45/804 kB Progress (1): 47/804 kB Progress (1): 49/804 kB Progress (1): 51/804 kB Progress (1): 53/804 kB Progress (1): 55/804 kB Progress (1): 57/804 kB Progress (1): 59/804 kB Progress (1): 61/804 kB Progress (1): 63/804 kB Progress (1): 66/804 kB Progress (1): 68/804 kB Progress (1): 70/804 kB Progress (1): 72/804 kB Progress (1): 74/804 kB Progress (1): 76/804 kB Progress (1): 78/804 kB Progress (1): 80/804 kB Progress (1): 82/804 kB Progress (1): 84/804 kB Progress (1): 86/804 kB Progress (1): 88/804 kB Progress (1): 90/804 kB Progress (1): 92/804 kB Progress (1): 94/804 kB Progress (1): 96/804 kB Progress (1): 98/804 kB Progress (1): 100/804 kB Progress (1): 102/804 kB Progress (1): 104/804 kB Progress (1): 106/804 kB Progress (1): 109/804 kB Progress (1): 111/804 kB Progress (1): 113/804 kB Progress (1): 115/804 kB Progress (1): 117/804 kB Progress (1): 119/804 kB Progress (1): 121/804 kB Progress (1): 123/804 kB Progress (1): 125/804 kB Progress (1): 127/804 kB Progress (1): 129/804 kB Progress (1): 131/804 kB Progress (1): 133/804 kB Progress (1): 135/804 kB Progress (1): 137/804 kB Progress (1): 139/804 kB Progress (1): 141/804 kB Progress (1): 143/804 kB Progress (1): 145/804 kB Progress (1): 147/804 kB Progress (1): 150/804 kB Progress (1): 152/804 kB Progress (1): 154/804 kB Progress (1): 156/804 kB Progress (1): 158/804 kB Progress (1): 160/804 kB Progress (1): 162/804 kB Progress (1): 164/804 kB Progress (1): 166/804 kB Progress (1): 168/804 kB Progress (1): 170/804 kB Progress (1): 172/804 kB Progress (1): 174/804 kB Progress (1): 176/804 kB Progress (1): 178/804 kB Progress (1): 180/804 kB Progress (1): 182/804 kB Progress (1): 184/804 kB Progress (1): 186/804 kB Progress (1): 188/804 kB Progress (1): 190/804 kB Progress (1): 193/804 kB Progress (1): 195/804 kB Progress (1): 197/804 kB Progress (1): 199/804 kB Progress (1): 201/804 kB Progress (1): 203/804 kB Progress (1): 205/804 kB Progress (1): 207/804 kB Progress (1): 209/804 kB Progress (1): 211/804 kB Progress (1): 213/804 kB Progress (1): 215/804 kB Progress (1): 217/804 kB Progress (1): 219/804 kB Progress (1): 221/804 kB Progress (1): 223/804 kB Progress (1): 225/804 kB Progress (1): 227/804 kB Progress (1): 229/804 kB Progress (1): 231/804 kB Progress (1): 233/804 kB Progress (1): 236/804 kB Progress (1): 238/804 kB Progress (1): 240/804 kB Progress (1): 242/804 kB Progress (1): 244/804 kB Progress (1): 246/804 kB Progress (1): 248/804 kB Progress (1): 250/804 kB Progress (1): 252/804 kB Progress (1): 254/804 kB Progress (1): 256/804 kB Progress (1): 258/804 kB Progress (1): 260/804 kB Progress (1): 262/804 kB Progress (1): 264/804 kB Progress (1): 266/804 kB Progress (1): 268/804 kB Progress (1): 270/804 kB Progress (1): 272/804 kB Progress (1): 274/804 kB Progress (1): 276/804 kB Progress (1): 279/804 kB Progress (1): 281/804 kB Progress (1): 283/804 kB Progress (1): 285/804 kB Progress (1): 287/804 kB Progress (1): 289/804 kB Progress (1): 291/804 kB Progress (1): 293/804 kB Progress (1): 295/804 kB Progress (1): 297/804 kB Progress (1): 299/804 kB Progress (1): 301/804 kB Progress (1): 303/804 kB Progress (1): 305/804 kB Progress (1): 307/804 kB Progress (1): 309/804 kB Progress (1): 311/804 kB Progress (1): 313/804 kB Progress (1): 315/804 kB Progress (1): 317/804 kB Progress (1): 319/804 kB Progress (1): 322/804 kB Progress (1): 324/804 kB Progress (1): 326/804 kB Progress (1): 328/804 kB Progress (1): 330/804 kB Progress (1): 332/804 kB Progress (1): 334/804 kB Progress (1): 336/804 kB Progress (1): 338/804 kB Progress (1): 340/804 kB Progress (1): 342/804 kB Progress (1): 344/804 kB Progress (1): 346/804 kB Progress (1): 348/804 kB Progress (1): 350/804 kB Progress (1): 352/804 kB Progress (1): 354/804 kB Progress (1): 356/804 kB Progress (1): 358/804 kB Progress (1): 360/804 kB Progress (1): 362/804 kB Progress (1): 365/804 kB Progress (1): 367/804 kB Progress (1): 369/804 kB Progress (1): 371/804 kB Progress (1): 373/804 kB Progress (1): 375/804 kB Progress (1): 377/804 kB Progress (1): 379/804 kB Progress (1): 381/804 kB Progress (1): 383/804 kB Progress (1): 385/804 kB Progress (1): 387/804 kB Progress (1): 389/804 kB Progress (1): 391/804 kB Progress (1): 393/804 kB Progress (1): 395/804 kB Progress (1): 397/804 kB Progress (1): 399/804 kB Progress (1): 401/804 kB Progress (1): 403/804 kB Progress (1): 406/804 kB Progress (1): 408/804 kB Progress (1): 410/804 kB Progress (1): 412/804 kB Progress (1): 414/804 kB Progress (1): 416/804 kB Progress (1): 418/804 kB Progress (1): 420/804 kB Progress (1): 422/804 kB Progress (1): 424/804 kB Progress (1): 426/804 kB Progress (1): 428/804 kB Progress (1): 430/804 kB Progress (1): 432/804 kB Progress (1): 434/804 kB Progress (1): 436/804 kB Progress (1): 438/804 kB Progress (1): 440/804 kB Progress (1): 442/804 kB Progress (1): 444/804 kB Progress (1): 446/804 kB Progress (1): 449/804 kB Progress (1): 451/804 kB Progress (1): 453/804 kB Progress (1): 455/804 kB Progress (1): 457/804 kB Progress (1): 459/804 kB Progress (1): 461/804 kB Progress (1): 463/804 kB Progress (1): 465/804 kB Progress (1): 467/804 kB Progress (1): 469/804 kB Progress (1): 471/804 kB Progress (1): 473/804 kB Progress (1): 475/804 kB Progress (1): 477/804 kB Progress (1): 479/804 kB Progress (1): 481/804 kB Progress (1): 483/804 kB Progress (1): 485/804 kB Progress (1): 487/804 kB Progress (1): 489/804 kB Progress (1): 492/804 kB Progress (1): 494/804 kB Progress (1): 496/804 kB Progress (1): 498/804 kB Progress (1): 500/804 kB Progress (1): 502/804 kB Progress (1): 504/804 kB Progress (1): 506/804 kB Progress (1): 508/804 kB Progress (1): 510/804 kB Progress (1): 512/804 kB Progress (1): 514/804 kB Progress (1): 516/804 kB Progress (1): 518/804 kB Progress (1): 520/804 kB Progress (1): 522/804 kB Progress (1): 524/804 kB Progress (1): 526/804 kB Progress (1): 528/804 kB Progress (1): 530/804 kB Progress (1): 532/804 kB Progress (1): 535/804 kB Progress (1): 537/804 kB Progress (1): 539/804 kB Progress (1): 541/804 kB Progress (1): 543/804 kB Progress (1): 545/804 kB Progress (1): 547/804 kB Progress (1): 549/804 kB Progress (1): 551/804 kB Progress (1): 553/804 kB Progress (1): 555/804 kB Progress (1): 557/804 kB Progress (1): 559/804 kB Progress (1): 561/804 kB Progress (1): 563/804 kB Progress (1): 565/804 kB Progress (1): 567/804 kB Progress (1): 569/804 kB Progress (1): 571/804 kB Progress (1): 573/804 kB Progress (1): 575/804 kB Progress (1): 578/804 kB Progress (1): 580/804 kB Progress (1): 582/804 kB Progress (1): 584/804 kB Progress (1): 586/804 kB Progress (1): 588/804 kB Progress (1): 590/804 kB Progress (1): 592/804 kB Progress (1): 594/804 kB Progress (1): 596/804 kB Progress (1): 598/804 kB Progress (1): 600/804 kB Progress (1): 602/804 kB Progress (1): 604/804 kB Progress (1): 606/804 kB Progress (1): 608/804 kB Progress (1): 610/804 kB Progress (1): 612/804 kB Progress (1): 614/804 kB Progress (1): 616/804 kB Progress (1): 618/804 kB Progress (1): 621/804 kB Progress (1): 623/804 kB Progress (1): 625/804 kB Progress (1): 627/804 kB Progress (1): 629/804 kB Progress (1): 631/804 kB Progress (1): 633/804 kB Progress (1): 635/804 kB Progress (1): 637/804 kB Progress (1): 639/804 kB Progress (1): 641/804 kB Progress (1): 643/804 kB Progress (1): 645/804 kB Progress (1): 647/804 kB Progress (1): 649/804 kB Progress (1): 651/804 kB Progress (1): 653/804 kB Progress (1): 655/804 kB Progress (1): 657/804 kB Progress (1): 659/804 kB Progress (1): 662/804 kB Progress (1): 664/804 kB Progress (1): 666/804 kB Progress (1): 668/804 kB Progress (1): 670/804 kB Progress (1): 672/804 kB Progress (1): 674/804 kB Progress (1): 676/804 kB Progress (1): 678/804 kB Progress (1): 680/804 kB Progress (1): 682/804 kB Progress (1): 684/804 kB Progress (1): 686/804 kB Progress (1): 688/804 kB Progress (1): 690/804 kB Progress (1): 692/804 kB Progress (1): 694/804 kB Progress (1): 696/804 kB Progress (1): 698/804 kB Progress (1): 700/804 kB Progress (1): 702/804 kB Progress (1): 705/804 kB Progress (1): 707/804 kB Progress (1): 709/804 kB Progress (1): 711/804 kB Progress (1): 713/804 kB Progress (1): 715/804 kB Progress (1): 717/804 kB Progress (1): 719/804 kB Progress (1): 721/804 kB Progress (1): 723/804 kB Progress (1): 725/804 kB Progress (1): 727/804 kB Progress (1): 729/804 kB Progress (1): 731/804 kB Progress (1): 733/804 kB Progress (1): 735/804 kB Progress (1): 737/804 kB Progress (1): 739/804 kB Progress (1): 741/804 kB Progress (1): 743/804 kB Progress (1): 745/804 kB Progress (1): 748/804 kB Progress (1): 750/804 kB Progress (1): 752/804 kB Progress (1): 754/804 kB Progress (1): 756/804 kB Progress (1): 758/804 kB Progress (1): 760/804 kB Progress (1): 762/804 kB Progress (1): 764/804 kB Progress (1): 766/804 kB Progress (1): 768/804 kB Progress (1): 770/804 kB Progress (1): 772/804 kB Progress (1): 774/804 kB Progress (1): 776/804 kB Progress (1): 778/804 kB Progress (1): 780/804 kB Progress (1): 782/804 kB Progress (1): 784/804 kB Progress (1): 786/804 kB Progress (1): 788/804 kB Progress (1): 791/804 kB Progress (1): 793/804 kB Progress (1): 795/804 kB Progress (1): 797/804 kB Progress (1): 799/804 kB Progress (1): 801/804 kB Progress (1): 803/804 kB Progress (1): 804 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar (804 kB at 602 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 365 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 477 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.jar (19 kB at 25 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom (1.6 kB at 2.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 479 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar Progress (1): 2.0/38 kB Progress (1): 4.1/38 kB Progress (1): 6.1/38 kB Progress (1): 8.2/38 kB Progress (1): 10/38 kB Progress (1): 12/38 kB Progress (1): 14/38 kB Progress (1): 16/38 kB Progress (1): 18/38 kB Progress (1): 20/38 kB Progress (1): 23/38 kB Progress (1): 25/38 kB Progress (1): 27/38 kB Progress (1): 29/38 kB Progress (1): 31/38 kB Progress (1): 33/38 kB Progress (1): 35/38 kB Progress (1): 37/38 kB Progress (1): 38 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar (38 kB at 48 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 364 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 478 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 475 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 1.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 463 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 473 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 328 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 434 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar (21 kB at 25 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 438 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 325 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 415 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar Progress (1): 2.0/393 kB Progress (1): 4.1/393 kB Progress (1): 6.1/393 kB Progress (1): 8.2/393 kB Progress (1): 10/393 kB Progress (1): 12/393 kB Progress (1): 14/393 kB Progress (1): 16/393 kB Progress (1): 18/393 kB Progress (1): 20/393 kB Progress (1): 23/393 kB Progress (1): 25/393 kB Progress (1): 27/393 kB Progress (1): 29/393 kB Progress (1): 31/393 kB Progress (1): 33/393 kB Progress (1): 35/393 kB Progress (1): 37/393 kB Progress (1): 39/393 kB Progress (1): 41/393 kB Progress (1): 43/393 kB Progress (1): 45/393 kB Progress (1): 47/393 kB Progress (1): 49/393 kB Progress (1): 51/393 kB Progress (1): 53/393 kB Progress (1): 55/393 kB Progress (1): 57/393 kB Progress (1): 59/393 kB Progress (1): 61/393 kB Progress (1): 63/393 kB Progress (1): 66/393 kB Progress (1): 68/393 kB Progress (1): 70/393 kB Progress (1): 72/393 kB Progress (1): 74/393 kB Progress (1): 76/393 kB Progress (1): 78/393 kB Progress (1): 80/393 kB Progress (1): 82/393 kB Progress (1): 84/393 kB Progress (1): 86/393 kB Progress (1): 88/393 kB Progress (1): 90/393 kB Progress (1): 92/393 kB Progress (1): 94/393 kB Progress (1): 96/393 kB Progress (1): 98/393 kB Progress (1): 100/393 kB Progress (1): 102/393 kB Progress (1): 104/393 kB Progress (1): 106/393 kB Progress (1): 109/393 kB Progress (1): 111/393 kB Progress (1): 113/393 kB Progress (1): 115/393 kB Progress (1): 117/393 kB Progress (1): 119/393 kB Progress (1): 121/393 kB Progress (1): 123/393 kB Progress (1): 125/393 kB Progress (1): 127/393 kB Progress (1): 129/393 kB Progress (1): 131/393 kB Progress (1): 133/393 kB Progress (1): 135/393 kB Progress (1): 137/393 kB Progress (1): 139/393 kB Progress (1): 141/393 kB Progress (1): 143/393 kB Progress (1): 145/393 kB Progress (1): 147/393 kB Progress (1): 150/393 kB Progress (1): 152/393 kB Progress (1): 154/393 kB Progress (1): 156/393 kB Progress (1): 158/393 kB Progress (1): 160/393 kB Progress (1): 162/393 kB Progress (1): 164/393 kB Progress (1): 166/393 kB Progress (1): 168/393 kB Progress (1): 170/393 kB Progress (1): 172/393 kB Progress (1): 174/393 kB Progress (1): 176/393 kB Progress (1): 178/393 kB Progress (1): 180/393 kB Progress (1): 182/393 kB Progress (1): 184/393 kB Progress (1): 186/393 kB Progress (1): 188/393 kB Progress (1): 190/393 kB Progress (1): 193/393 kB Progress (1): 195/393 kB Progress (1): 197/393 kB Progress (1): 199/393 kB Progress (1): 201/393 kB Progress (1): 203/393 kB Progress (1): 205/393 kB Progress (1): 207/393 kB Progress (1): 209/393 kB Progress (1): 211/393 kB Progress (1): 213/393 kB Progress (1): 215/393 kB Progress (1): 217/393 kB Progress (1): 219/393 kB Progress (1): 221/393 kB Progress (1): 223/393 kB Progress (1): 225/393 kB Progress (1): 227/393 kB Progress (1): 229/393 kB Progress (1): 231/393 kB Progress (1): 233/393 kB Progress (1): 236/393 kB Progress (1): 238/393 kB Progress (1): 240/393 kB Progress (1): 242/393 kB Progress (1): 244/393 kB Progress (1): 246/393 kB Progress (1): 248/393 kB Progress (1): 250/393 kB Progress (1): 252/393 kB Progress (1): 254/393 kB Progress (1): 256/393 kB Progress (1): 258/393 kB Progress (1): 260/393 kB Progress (1): 262/393 kB Progress (1): 264/393 kB Progress (1): 266/393 kB Progress (1): 268/393 kB Progress (1): 270/393 kB Progress (1): 272/393 kB Progress (1): 274/393 kB Progress (1): 276/393 kB Progress (1): 279/393 kB Progress (1): 281/393 kB Progress (1): 283/393 kB Progress (1): 285/393 kB Progress (1): 287/393 kB Progress (1): 289/393 kB Progress (1): 291/393 kB Progress (1): 293/393 kB Progress (1): 295/393 kB Progress (1): 297/393 kB Progress (1): 299/393 kB Progress (1): 301/393 kB Progress (1): 303/393 kB Progress (1): 305/393 kB Progress (1): 307/393 kB Progress (1): 309/393 kB Progress (1): 311/393 kB Progress (1): 313/393 kB Progress (1): 315/393 kB Progress (1): 317/393 kB Progress (1): 319/393 kB Progress (1): 322/393 kB Progress (1): 324/393 kB Progress (1): 326/393 kB Progress (1): 328/393 kB Progress (1): 330/393 kB Progress (1): 332/393 kB Progress (1): 334/393 kB Progress (1): 336/393 kB Progress (1): 338/393 kB Progress (1): 340/393 kB Progress (1): 342/393 kB Progress (1): 344/393 kB Progress (1): 346/393 kB Progress (1): 348/393 kB Progress (1): 350/393 kB Progress (1): 352/393 kB Progress (1): 354/393 kB Progress (1): 356/393 kB Progress (1): 358/393 kB Progress (1): 360/393 kB Progress (1): 362/393 kB Progress (1): 365/393 kB Progress (1): 367/393 kB Progress (1): 369/393 kB Progress (1): 371/393 kB Progress (1): 373/393 kB Progress (1): 375/393 kB Progress (1): 377/393 kB Progress (1): 379/393 kB Progress (1): 381/393 kB Progress (1): 383/393 kB Progress (1): 385/393 kB Progress (1): 387/393 kB Progress (1): 389/393 kB Progress (1): 391/393 kB Progress (1): 393/393 kB Progress (1): 393 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar (393 kB at 344 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 424 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 439 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar.asc (473 B at 1.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 371 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar (53 kB at 63 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 362 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 472 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom Progress (1): 2.0/5.5 kB Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom (5.5 kB at 8.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml (312 B at 370 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml (312 B at 490 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 442 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar Progress (1): 2.0/162 kB Progress (1): 4.1/162 kB Progress (1): 6.1/162 kB Progress (1): 8.2/162 kB Progress (1): 10/162 kB Progress (1): 12/162 kB Progress (1): 14/162 kB Progress (1): 16/162 kB Progress (1): 18/162 kB Progress (1): 20/162 kB Progress (1): 23/162 kB Progress (1): 25/162 kB Progress (1): 27/162 kB Progress (1): 29/162 kB Progress (1): 31/162 kB Progress (1): 33/162 kB Progress (1): 35/162 kB Progress (1): 37/162 kB Progress (1): 39/162 kB Progress (1): 41/162 kB Progress (1): 43/162 kB Progress (1): 45/162 kB Progress (1): 47/162 kB Progress (1): 49/162 kB Progress (1): 51/162 kB Progress (1): 53/162 kB Progress (1): 55/162 kB Progress (1): 57/162 kB Progress (1): 59/162 kB Progress (1): 61/162 kB Progress (1): 63/162 kB Progress (1): 66/162 kB Progress (1): 68/162 kB Progress (1): 70/162 kB Progress (1): 72/162 kB Progress (1): 74/162 kB Progress (1): 76/162 kB Progress (1): 78/162 kB Progress (1): 80/162 kB Progress (1): 82/162 kB Progress (1): 84/162 kB Progress (1): 86/162 kB Progress (1): 88/162 kB Progress (1): 90/162 kB Progress (1): 92/162 kB Progress (1): 94/162 kB Progress (1): 96/162 kB Progress (1): 98/162 kB Progress (1): 100/162 kB Progress (1): 102/162 kB Progress (1): 104/162 kB Progress (1): 106/162 kB Progress (1): 109/162 kB Progress (1): 111/162 kB Progress (1): 113/162 kB Progress (1): 115/162 kB Progress (1): 117/162 kB Progress (1): 119/162 kB Progress (1): 121/162 kB Progress (1): 123/162 kB Progress (1): 125/162 kB Progress (1): 127/162 kB Progress (1): 129/162 kB Progress (1): 131/162 kB Progress (1): 133/162 kB Progress (1): 135/162 kB Progress (1): 137/162 kB Progress (1): 139/162 kB Progress (1): 141/162 kB Progress (1): 143/162 kB Progress (1): 145/162 kB Progress (1): 147/162 kB Progress (1): 150/162 kB Progress (1): 152/162 kB Progress (1): 154/162 kB Progress (1): 156/162 kB Progress (1): 158/162 kB Progress (1): 160/162 kB Progress (1): 162/162 kB Progress (1): 162 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar (162 kB at 172 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar (56 kB at 84 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom (1.8 kB at 2.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 464 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.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 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.war (98 MB at 14 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom (6.5 kB at 10 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 479 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar Progress (1): 2.0/146 kB Progress (1): 4.1/146 kB Progress (1): 6.1/146 kB Progress (1): 8.2/146 kB Progress (1): 10/146 kB Progress (1): 12/146 kB Progress (1): 14/146 kB Progress (1): 16/146 kB Progress (1): 18/146 kB Progress (1): 20/146 kB Progress (1): 23/146 kB Progress (1): 25/146 kB Progress (1): 27/146 kB Progress (1): 29/146 kB Progress (1): 31/146 kB Progress (1): 33/146 kB Progress (1): 35/146 kB Progress (1): 37/146 kB Progress (1): 39/146 kB Progress (1): 41/146 kB Progress (1): 43/146 kB Progress (1): 45/146 kB Progress (1): 47/146 kB Progress (1): 49/146 kB Progress (1): 51/146 kB Progress (1): 53/146 kB Progress (1): 55/146 kB Progress (1): 57/146 kB Progress (1): 59/146 kB Progress (1): 61/146 kB Progress (1): 63/146 kB Progress (1): 66/146 kB Progress (1): 68/146 kB Progress (1): 70/146 kB Progress (1): 72/146 kB Progress (1): 74/146 kB Progress (1): 76/146 kB Progress (1): 78/146 kB Progress (1): 80/146 kB Progress (1): 82/146 kB Progress (1): 84/146 kB Progress (1): 86/146 kB Progress (1): 88/146 kB Progress (1): 90/146 kB Progress (1): 92/146 kB Progress (1): 94/146 kB Progress (1): 96/146 kB Progress (1): 98/146 kB Progress (1): 100/146 kB Progress (1): 102/146 kB Progress (1): 104/146 kB Progress (1): 106/146 kB Progress (1): 109/146 kB Progress (1): 111/146 kB Progress (1): 113/146 kB Progress (1): 115/146 kB Progress (1): 117/146 kB Progress (1): 119/146 kB Progress (1): 121/146 kB Progress (1): 123/146 kB Progress (1): 125/146 kB Progress (1): 127/146 kB Progress (1): 129/146 kB Progress (1): 131/146 kB Progress (1): 133/146 kB Progress (1): 135/146 kB Progress (1): 137/146 kB Progress (1): 139/146 kB Progress (1): 141/146 kB Progress (1): 143/146 kB Progress (1): 145/146 kB Progress (1): 146 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar (146 kB at 135 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 474 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 555 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war Progress (1): 2.0/154 kB Progress (1): 4.1/154 kB Progress (1): 6.1/154 kB Progress (1): 8.2/154 kB Progress (1): 10/154 kB Progress (1): 12/154 kB Progress (1): 14/154 kB Progress (1): 16/154 kB Progress (1): 18/154 kB Progress (1): 20/154 kB Progress (1): 23/154 kB Progress (1): 25/154 kB Progress (1): 27/154 kB Progress (1): 29/154 kB Progress (1): 31/154 kB Progress (1): 33/154 kB Progress (1): 35/154 kB Progress (1): 37/154 kB Progress (1): 39/154 kB Progress (1): 41/154 kB Progress (1): 43/154 kB Progress (1): 45/154 kB Progress (1): 47/154 kB Progress (1): 49/154 kB Progress (1): 51/154 kB Progress (1): 53/154 kB Progress (1): 55/154 kB Progress (1): 57/154 kB Progress (1): 59/154 kB Progress (1): 61/154 kB Progress (1): 63/154 kB Progress (1): 66/154 kB Progress (1): 68/154 kB Progress (1): 70/154 kB Progress (1): 72/154 kB Progress (1): 74/154 kB Progress (1): 76/154 kB Progress (1): 78/154 kB Progress (1): 80/154 kB Progress (1): 82/154 kB Progress (1): 84/154 kB Progress (1): 86/154 kB Progress (1): 88/154 kB Progress (1): 90/154 kB Progress (1): 92/154 kB Progress (1): 94/154 kB Progress (1): 96/154 kB Progress (1): 98/154 kB Progress (1): 100/154 kB Progress (1): 102/154 kB Progress (1): 104/154 kB Progress (1): 106/154 kB Progress (1): 109/154 kB Progress (1): 111/154 kB Progress (1): 113/154 kB Progress (1): 115/154 kB Progress (1): 117/154 kB Progress (1): 119/154 kB Progress (1): 121/154 kB Progress (1): 123/154 kB Progress (1): 125/154 kB Progress (1): 127/154 kB Progress (1): 129/154 kB Progress (1): 131/154 kB Progress (1): 133/154 kB Progress (1): 135/154 kB Progress (1): 137/154 kB Progress (1): 139/154 kB Progress (1): 141/154 kB Progress (1): 143/154 kB Progress (1): 145/154 kB Progress (1): 147/154 kB Progress (1): 150/154 kB Progress (1): 152/154 kB Progress (1): 154 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.war (154 kB at 208 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom Progress (1): 2.0/7.7 kB Progress (1): 4.1/7.7 kB Progress (1): 6.1/7.7 kB Progress (1): 7.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom (7.7 kB at 12 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 478 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10/10 kB Progress (1): 10 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar (10 kB at 16 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 338 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 438 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar (14 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom Progress (1): 504 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom (504 B at 724 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 451 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 435 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar Progress (1): 2.0/197 kB Progress (1): 4.1/197 kB Progress (1): 6.1/197 kB Progress (1): 8.2/197 kB Progress (1): 10/197 kB Progress (1): 12/197 kB Progress (1): 14/197 kB Progress (1): 16/197 kB Progress (1): 18/197 kB Progress (1): 20/197 kB Progress (1): 23/197 kB Progress (1): 25/197 kB Progress (1): 27/197 kB Progress (1): 29/197 kB Progress (1): 31/197 kB Progress (1): 33/197 kB Progress (1): 35/197 kB Progress (1): 37/197 kB Progress (1): 39/197 kB Progress (1): 41/197 kB Progress (1): 43/197 kB Progress (1): 45/197 kB Progress (1): 47/197 kB Progress (1): 49/197 kB Progress (1): 51/197 kB Progress (1): 53/197 kB Progress (1): 55/197 kB Progress (1): 57/197 kB Progress (1): 59/197 kB Progress (1): 61/197 kB Progress (1): 63/197 kB Progress (1): 66/197 kB Progress (1): 68/197 kB Progress (1): 70/197 kB Progress (1): 72/197 kB Progress (1): 74/197 kB Progress (1): 76/197 kB Progress (1): 78/197 kB Progress (1): 80/197 kB Progress (1): 82/197 kB Progress (1): 84/197 kB Progress (1): 86/197 kB Progress (1): 88/197 kB Progress (1): 90/197 kB Progress (1): 92/197 kB Progress (1): 94/197 kB Progress (1): 96/197 kB Progress (1): 98/197 kB Progress (1): 100/197 kB Progress (1): 102/197 kB Progress (1): 104/197 kB Progress (1): 106/197 kB Progress (1): 109/197 kB Progress (1): 111/197 kB Progress (1): 113/197 kB Progress (1): 115/197 kB Progress (1): 117/197 kB Progress (1): 119/197 kB Progress (1): 121/197 kB Progress (1): 123/197 kB Progress (1): 125/197 kB Progress (1): 127/197 kB Progress (1): 129/197 kB Progress (1): 131/197 kB Progress (1): 133/197 kB Progress (1): 135/197 kB Progress (1): 137/197 kB Progress (1): 139/197 kB Progress (1): 141/197 kB Progress (1): 143/197 kB Progress (1): 145/197 kB Progress (1): 147/197 kB Progress (1): 150/197 kB Progress (1): 152/197 kB Progress (1): 154/197 kB Progress (1): 156/197 kB Progress (1): 158/197 kB Progress (1): 160/197 kB Progress (1): 162/197 kB Progress (1): 164/197 kB Progress (1): 166/197 kB Progress (1): 168/197 kB Progress (1): 170/197 kB Progress (1): 172/197 kB Progress (1): 174/197 kB Progress (1): 176/197 kB Progress (1): 178/197 kB Progress (1): 180/197 kB Progress (1): 182/197 kB Progress (1): 184/197 kB Progress (1): 186/197 kB Progress (1): 188/197 kB Progress (1): 190/197 kB Progress (1): 193/197 kB Progress (1): 195/197 kB Progress (1): 197/197 kB Progress (1): 197 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-javadoc.jar (197 kB at 191 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 435 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.jar (30 kB at 42 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom (1.8 kB at 2.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar (2.7 kB at 3.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 344 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 455 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar Progress (1): 2.0/109 kB Progress (1): 4.1/109 kB Progress (1): 6.1/109 kB Progress (1): 8.2/109 kB Progress (1): 10/109 kB Progress (1): 12/109 kB Progress (1): 14/109 kB Progress (1): 16/109 kB Progress (1): 18/109 kB Progress (1): 20/109 kB Progress (1): 23/109 kB Progress (1): 25/109 kB Progress (1): 27/109 kB Progress (1): 29/109 kB Progress (1): 31/109 kB Progress (1): 33/109 kB Progress (1): 35/109 kB Progress (1): 37/109 kB Progress (1): 39/109 kB Progress (1): 41/109 kB Progress (1): 43/109 kB Progress (1): 45/109 kB Progress (1): 47/109 kB Progress (1): 49/109 kB Progress (1): 51/109 kB Progress (1): 53/109 kB Progress (1): 55/109 kB Progress (1): 57/109 kB Progress (1): 59/109 kB Progress (1): 61/109 kB Progress (1): 63/109 kB Progress (1): 66/109 kB Progress (1): 68/109 kB Progress (1): 70/109 kB Progress (1): 72/109 kB Progress (1): 74/109 kB Progress (1): 76/109 kB Progress (1): 78/109 kB Progress (1): 80/109 kB Progress (1): 82/109 kB Progress (1): 84/109 kB Progress (1): 86/109 kB Progress (1): 88/109 kB Progress (1): 90/109 kB Progress (1): 92/109 kB Progress (1): 94/109 kB Progress (1): 96/109 kB Progress (1): 98/109 kB Progress (1): 100/109 kB Progress (1): 102/109 kB Progress (1): 104/109 kB Progress (1): 106/109 kB Progress (1): 109/109 kB Progress (1): 109 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-javadoc.jar (109 kB at 107 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar Progress (1): 2.0/86 kB Progress (1): 4.1/86 kB Progress (1): 6.1/86 kB Progress (1): 8.2/86 kB Progress (1): 10/86 kB Progress (1): 12/86 kB Progress (1): 14/86 kB Progress (1): 16/86 kB Progress (1): 18/86 kB Progress (1): 20/86 kB Progress (1): 23/86 kB Progress (1): 25/86 kB Progress (1): 27/86 kB Progress (1): 29/86 kB Progress (1): 31/86 kB Progress (1): 33/86 kB Progress (1): 35/86 kB Progress (1): 37/86 kB Progress (1): 39/86 kB Progress (1): 41/86 kB Progress (1): 43/86 kB Progress (1): 45/86 kB Progress (1): 47/86 kB Progress (1): 49/86 kB Progress (1): 51/86 kB Progress (1): 53/86 kB Progress (1): 55/86 kB Progress (1): 57/86 kB Progress (1): 59/86 kB Progress (1): 61/86 kB Progress (1): 63/86 kB Progress (1): 66/86 kB Progress (1): 68/86 kB Progress (1): 70/86 kB Progress (1): 72/86 kB Progress (1): 74/86 kB Progress (1): 76/86 kB Progress (1): 78/86 kB Progress (1): 80/86 kB Progress (1): 82/86 kB Progress (1): 84/86 kB Progress (1): 86/86 kB Progress (1): 86 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-javadoc.jar (86 kB at 119 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 445 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 445 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 434 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-sources.jar (271 kB at 336 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 435 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-javadoc.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 430 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 428 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 516 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.zip.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar (19 kB at 26 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 419 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar Progress (1): 2.0/595 kB Progress (1): 4.1/595 kB Progress (1): 6.1/595 kB Progress (1): 8.2/595 kB Progress (1): 10/595 kB Progress (1): 12/595 kB Progress (1): 14/595 kB Progress (1): 16/595 kB Progress (1): 18/595 kB Progress (1): 20/595 kB Progress (1): 23/595 kB Progress (1): 25/595 kB Progress (1): 27/595 kB Progress (1): 29/595 kB Progress (1): 31/595 kB Progress (1): 33/595 kB Progress (1): 35/595 kB Progress (1): 37/595 kB Progress (1): 39/595 kB Progress (1): 41/595 kB Progress (1): 43/595 kB Progress (1): 45/595 kB Progress (1): 47/595 kB Progress (1): 49/595 kB Progress (1): 51/595 kB Progress (1): 53/595 kB Progress (1): 55/595 kB Progress (1): 57/595 kB Progress (1): 59/595 kB Progress (1): 61/595 kB Progress (1): 63/595 kB Progress (1): 66/595 kB Progress (1): 68/595 kB Progress (1): 70/595 kB Progress (1): 72/595 kB Progress (1): 74/595 kB Progress (1): 76/595 kB Progress (1): 78/595 kB Progress (1): 80/595 kB Progress (1): 82/595 kB Progress (1): 84/595 kB Progress (1): 86/595 kB Progress (1): 88/595 kB Progress (1): 90/595 kB Progress (1): 92/595 kB Progress (1): 94/595 kB Progress (1): 96/595 kB Progress (1): 98/595 kB Progress (1): 100/595 kB Progress (1): 102/595 kB Progress (1): 104/595 kB Progress (1): 106/595 kB Progress (1): 109/595 kB Progress (1): 111/595 kB Progress (1): 113/595 kB Progress (1): 115/595 kB Progress (1): 117/595 kB Progress (1): 119/595 kB Progress (1): 121/595 kB Progress (1): 123/595 kB Progress (1): 125/595 kB Progress (1): 127/595 kB Progress (1): 129/595 kB Progress (1): 131/595 kB Progress (1): 133/595 kB Progress (1): 135/595 kB Progress (1): 137/595 kB Progress (1): 139/595 kB Progress (1): 141/595 kB Progress (1): 143/595 kB Progress (1): 145/595 kB Progress (1): 147/595 kB Progress (1): 150/595 kB Progress (1): 152/595 kB Progress (1): 154/595 kB Progress (1): 156/595 kB Progress (1): 158/595 kB Progress (1): 160/595 kB Progress (1): 162/595 kB Progress (1): 164/595 kB Progress (1): 166/595 kB Progress (1): 168/595 kB Progress (1): 170/595 kB Progress (1): 172/595 kB Progress (1): 174/595 kB Progress (1): 176/595 kB Progress (1): 178/595 kB Progress (1): 180/595 kB Progress (1): 182/595 kB Progress (1): 184/595 kB Progress (1): 186/595 kB Progress (1): 188/595 kB Progress (1): 190/595 kB Progress (1): 193/595 kB Progress (1): 195/595 kB Progress (1): 197/595 kB Progress (1): 199/595 kB Progress (1): 201/595 kB Progress (1): 203/595 kB Progress (1): 205/595 kB Progress (1): 207/595 kB Progress (1): 209/595 kB Progress (1): 211/595 kB Progress (1): 213/595 kB Progress (1): 215/595 kB Progress (1): 217/595 kB Progress (1): 219/595 kB Progress (1): 221/595 kB Progress (1): 223/595 kB Progress (1): 225/595 kB Progress (1): 227/595 kB Progress (1): 229/595 kB Progress (1): 231/595 kB Progress (1): 233/595 kB Progress (1): 236/595 kB Progress (1): 238/595 kB Progress (1): 240/595 kB Progress (1): 242/595 kB Progress (1): 244/595 kB Progress (1): 246/595 kB Progress (1): 248/595 kB Progress (1): 250/595 kB Progress (1): 252/595 kB Progress (1): 254/595 kB Progress (1): 256/595 kB Progress (1): 258/595 kB Progress (1): 260/595 kB Progress (1): 262/595 kB Progress (1): 264/595 kB Progress (1): 266/595 kB Progress (1): 268/595 kB Progress (1): 270/595 kB Progress (1): 272/595 kB Progress (1): 274/595 kB Progress (1): 276/595 kB Progress (1): 279/595 kB Progress (1): 281/595 kB Progress (1): 283/595 kB Progress (1): 285/595 kB Progress (1): 287/595 kB Progress (1): 289/595 kB Progress (1): 291/595 kB Progress (1): 293/595 kB Progress (1): 295/595 kB Progress (1): 297/595 kB Progress (1): 299/595 kB Progress (1): 301/595 kB Progress (1): 303/595 kB Progress (1): 305/595 kB Progress (1): 307/595 kB Progress (1): 309/595 kB Progress (1): 311/595 kB Progress (1): 313/595 kB Progress (1): 315/595 kB Progress (1): 317/595 kB Progress (1): 319/595 kB Progress (1): 322/595 kB Progress (1): 324/595 kB Progress (1): 326/595 kB Progress (1): 328/595 kB Progress (1): 330/595 kB Progress (1): 332/595 kB Progress (1): 334/595 kB Progress (1): 336/595 kB Progress (1): 338/595 kB Progress (1): 340/595 kB Progress (1): 342/595 kB Progress (1): 344/595 kB Progress (1): 346/595 kB Progress (1): 348/595 kB Progress (1): 350/595 kB Progress (1): 352/595 kB Progress (1): 354/595 kB Progress (1): 356/595 kB Progress (1): 358/595 kB Progress (1): 360/595 kB Progress (1): 362/595 kB Progress (1): 365/595 kB Progress (1): 367/595 kB Progress (1): 369/595 kB Progress (1): 371/595 kB Progress (1): 373/595 kB Progress (1): 375/595 kB Progress (1): 377/595 kB Progress (1): 379/595 kB Progress (1): 381/595 kB Progress (1): 383/595 kB Progress (1): 385/595 kB Progress (1): 387/595 kB Progress (1): 389/595 kB Progress (1): 391/595 kB Progress (1): 393/595 kB Progress (1): 395/595 kB Progress (1): 397/595 kB Progress (1): 399/595 kB Progress (1): 401/595 kB Progress (1): 403/595 kB Progress (1): 406/595 kB Progress (1): 408/595 kB Progress (1): 410/595 kB Progress (1): 412/595 kB Progress (1): 414/595 kB Progress (1): 416/595 kB Progress (1): 418/595 kB Progress (1): 420/595 kB Progress (1): 422/595 kB Progress (1): 424/595 kB Progress (1): 426/595 kB Progress (1): 428/595 kB Progress (1): 430/595 kB Progress (1): 432/595 kB Progress (1): 434/595 kB Progress (1): 436/595 kB Progress (1): 438/595 kB Progress (1): 440/595 kB Progress (1): 442/595 kB Progress (1): 444/595 kB Progress (1): 446/595 kB Progress (1): 449/595 kB Progress (1): 451/595 kB Progress (1): 453/595 kB Progress (1): 455/595 kB Progress (1): 457/595 kB Progress (1): 459/595 kB Progress (1): 461/595 kB Progress (1): 463/595 kB Progress (1): 465/595 kB Progress (1): 467/595 kB Progress (1): 469/595 kB Progress (1): 471/595 kB Progress (1): 473/595 kB Progress (1): 475/595 kB Progress (1): 477/595 kB Progress (1): 479/595 kB Progress (1): 481/595 kB Progress (1): 483/595 kB Progress (1): 485/595 kB Progress (1): 487/595 kB Progress (1): 489/595 kB Progress (1): 492/595 kB Progress (1): 494/595 kB Progress (1): 496/595 kB Progress (1): 498/595 kB Progress (1): 500/595 kB Progress (1): 502/595 kB Progress (1): 504/595 kB Progress (1): 506/595 kB Progress (1): 508/595 kB Progress (1): 510/595 kB Progress (1): 512/595 kB Progress (1): 514/595 kB Progress (1): 516/595 kB Progress (1): 518/595 kB Progress (1): 520/595 kB Progress (1): 522/595 kB Progress (1): 524/595 kB Progress (1): 526/595 kB Progress (1): 528/595 kB Progress (1): 530/595 kB Progress (1): 532/595 kB Progress (1): 535/595 kB Progress (1): 537/595 kB Progress (1): 539/595 kB Progress (1): 541/595 kB Progress (1): 543/595 kB Progress (1): 545/595 kB Progress (1): 547/595 kB Progress (1): 549/595 kB Progress (1): 551/595 kB Progress (1): 553/595 kB Progress (1): 555/595 kB Progress (1): 557/595 kB Progress (1): 559/595 kB Progress (1): 561/595 kB Progress (1): 563/595 kB Progress (1): 565/595 kB Progress (1): 567/595 kB Progress (1): 569/595 kB Progress (1): 571/595 kB Progress (1): 573/595 kB Progress (1): 575/595 kB Progress (1): 578/595 kB Progress (1): 580/595 kB Progress (1): 582/595 kB Progress (1): 584/595 kB Progress (1): 586/595 kB Progress (1): 588/595 kB Progress (1): 590/595 kB Progress (1): 592/595 kB Progress (1): 594/595 kB Progress (1): 595 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar (595 kB at 721 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom (9.9 kB at 14 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 426 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar Progress (1): 2.0/275 kB Progress (1): 4.1/275 kB Progress (1): 6.1/275 kB Progress (1): 8.2/275 kB Progress (1): 10/275 kB Progress (1): 12/275 kB Progress (1): 14/275 kB Progress (1): 16/275 kB Progress (1): 18/275 kB Progress (1): 20/275 kB Progress (1): 23/275 kB Progress (1): 25/275 kB Progress (1): 27/275 kB Progress (1): 29/275 kB Progress (1): 31/275 kB Progress (1): 33/275 kB Progress (1): 35/275 kB Progress (1): 37/275 kB Progress (1): 39/275 kB Progress (1): 41/275 kB Progress (1): 43/275 kB Progress (1): 45/275 kB Progress (1): 47/275 kB Progress (1): 49/275 kB Progress (1): 51/275 kB Progress (1): 53/275 kB Progress (1): 55/275 kB Progress (1): 57/275 kB Progress (1): 59/275 kB Progress (1): 61/275 kB Progress (1): 63/275 kB Progress (1): 66/275 kB Progress (1): 68/275 kB Progress (1): 70/275 kB Progress (1): 72/275 kB Progress (1): 74/275 kB Progress (1): 76/275 kB Progress (1): 78/275 kB Progress (1): 80/275 kB Progress (1): 82/275 kB Progress (1): 84/275 kB Progress (1): 86/275 kB Progress (1): 88/275 kB Progress (1): 90/275 kB Progress (1): 92/275 kB Progress (1): 94/275 kB Progress (1): 96/275 kB Progress (1): 98/275 kB Progress (1): 100/275 kB Progress (1): 102/275 kB Progress (1): 104/275 kB Progress (1): 106/275 kB Progress (1): 109/275 kB Progress (1): 111/275 kB Progress (1): 113/275 kB Progress (1): 115/275 kB Progress (1): 117/275 kB Progress (1): 119/275 kB Progress (1): 121/275 kB Progress (1): 123/275 kB Progress (1): 125/275 kB Progress (1): 127/275 kB Progress (1): 129/275 kB Progress (1): 131/275 kB Progress (1): 133/275 kB Progress (1): 135/275 kB Progress (1): 137/275 kB Progress (1): 139/275 kB Progress (1): 141/275 kB Progress (1): 143/275 kB Progress (1): 145/275 kB Progress (1): 147/275 kB Progress (1): 150/275 kB Progress (1): 152/275 kB Progress (1): 154/275 kB Progress (1): 156/275 kB Progress (1): 158/275 kB Progress (1): 160/275 kB Progress (1): 162/275 kB Progress (1): 164/275 kB Progress (1): 166/275 kB Progress (1): 168/275 kB Progress (1): 170/275 kB Progress (1): 172/275 kB Progress (1): 174/275 kB Progress (1): 176/275 kB Progress (1): 178/275 kB Progress (1): 180/275 kB Progress (1): 182/275 kB Progress (1): 184/275 kB Progress (1): 186/275 kB Progress (1): 188/275 kB Progress (1): 190/275 kB Progress (1): 193/275 kB Progress (1): 195/275 kB Progress (1): 197/275 kB Progress (1): 199/275 kB Progress (1): 201/275 kB Progress (1): 203/275 kB Progress (1): 205/275 kB Progress (1): 207/275 kB Progress (1): 209/275 kB Progress (1): 211/275 kB Progress (1): 213/275 kB Progress (1): 215/275 kB Progress (1): 217/275 kB Progress (1): 219/275 kB Progress (1): 221/275 kB Progress (1): 223/275 kB Progress (1): 225/275 kB Progress (1): 227/275 kB Progress (1): 229/275 kB Progress (1): 231/275 kB Progress (1): 233/275 kB Progress (1): 236/275 kB Progress (1): 238/275 kB Progress (1): 240/275 kB Progress (1): 242/275 kB Progress (1): 244/275 kB Progress (1): 246/275 kB Progress (1): 248/275 kB Progress (1): 250/275 kB Progress (1): 252/275 kB Progress (1): 254/275 kB Progress (1): 256/275 kB Progress (1): 258/275 kB Progress (1): 260/275 kB Progress (1): 262/275 kB Progress (1): 264/275 kB Progress (1): 266/275 kB Progress (1): 268/275 kB Progress (1): 270/275 kB Progress (1): 272/275 kB Progress (1): 274/275 kB Progress (1): 275 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar (275 kB at 309 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 965 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 443 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar (61 kB at 83 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom (2.2 kB at 3.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 441 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 442 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-javadoc.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 445 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0-sources.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 454 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar (21 kB at 30 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 69 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.pom.asc (473 B at 2.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 78 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 468 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom.asc (473 B at 2.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 530 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom.asc (473 B at 2.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml (312 B at 379 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml (312 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.jar (111 kB at 119 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom (1.2 kB at 1.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 470 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 482 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 482 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar Progress (1): 2.0/36 kB Progress (1): 4.1/36 kB Progress (1): 6.1/36 kB Progress (1): 8.2/36 kB Progress (1): 10/36 kB Progress (1): 12/36 kB Progress (1): 14/36 kB Progress (1): 16/36 kB Progress (1): 18/36 kB Progress (1): 20/36 kB Progress (1): 23/36 kB Progress (1): 25/36 kB Progress (1): 27/36 kB Progress (1): 29/36 kB Progress (1): 31/36 kB Progress (1): 33/36 kB Progress (1): 35/36 kB Progress (1): 36 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar (36 kB at 57 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 62 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar Progress (1): 1.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar (1.5 kB at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom Progress (1): 871 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom (871 B at 1.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 485 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 483 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 495 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/1.19.0/appng-template-parent-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml (312 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-parent/maven-metadata.xml (312 B at 497 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar Progress (1): 2.0/44 kB Progress (1): 4.1/44 kB Progress (1): 6.1/44 kB Progress (1): 8.2/44 kB Progress (1): 10/44 kB Progress (1): 12/44 kB Progress (1): 14/44 kB Progress (1): 16/44 kB Progress (1): 18/44 kB Progress (1): 20/44 kB Progress (1): 23/44 kB Progress (1): 25/44 kB Progress (1): 27/44 kB Progress (1): 29/44 kB Progress (1): 31/44 kB Progress (1): 33/44 kB Progress (1): 35/44 kB Progress (1): 37/44 kB Progress (1): 39/44 kB Progress (1): 41/44 kB Progress (1): 43/44 kB Progress (1): 44 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar (44 kB at 53 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 561 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar (1.1 MB at 977 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 465 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.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 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/1.19.0/appng-application-bom-1.19.0.pom (43 kB at 68 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml (312 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-bom/maven-metadata.xml (312 B at 492 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.jar (50 kB at 79 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0.pom (2.0 kB at 3.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 492 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 481 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 478 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-javadoc.jar (89 kB at 136 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 477 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-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 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar (41 kB at 63 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 462 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 490 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 482 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar Progress (1): 2.0/105 kB Progress (1): 4.1/105 kB Progress (1): 6.1/105 kB Progress (1): 8.2/105 kB Progress (1): 10/105 kB Progress (1): 12/105 kB Progress (1): 14/105 kB Progress (1): 16/105 kB Progress (1): 18/105 kB Progress (1): 20/105 kB Progress (1): 23/105 kB Progress (1): 25/105 kB Progress (1): 27/105 kB Progress (1): 29/105 kB Progress (1): 31/105 kB Progress (1): 33/105 kB Progress (1): 35/105 kB Progress (1): 37/105 kB Progress (1): 39/105 kB Progress (1): 41/105 kB Progress (1): 43/105 kB Progress (1): 45/105 kB Progress (1): 47/105 kB Progress (1): 49/105 kB Progress (1): 51/105 kB Progress (1): 53/105 kB Progress (1): 55/105 kB Progress (1): 57/105 kB Progress (1): 59/105 kB Progress (1): 61/105 kB Progress (1): 63/105 kB Progress (1): 66/105 kB Progress (1): 68/105 kB Progress (1): 70/105 kB Progress (1): 72/105 kB Progress (1): 74/105 kB Progress (1): 76/105 kB Progress (1): 78/105 kB Progress (1): 80/105 kB Progress (1): 82/105 kB Progress (1): 84/105 kB Progress (1): 86/105 kB Progress (1): 88/105 kB Progress (1): 90/105 kB Progress (1): 92/105 kB Progress (1): 94/105 kB Progress (1): 96/105 kB Progress (1): 98/105 kB Progress (1): 100/105 kB Progress (1): 102/105 kB Progress (1): 104/105 kB Progress (1): 105 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar (105 kB at 161 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar (2.7 kB at 4.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 503 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar Progress (1): 2.0/59 kB Progress (1): 4.1/59 kB Progress (1): 6.1/59 kB Progress (1): 8.2/59 kB Progress (1): 10/59 kB Progress (1): 12/59 kB Progress (1): 14/59 kB Progress (1): 16/59 kB Progress (1): 18/59 kB Progress (1): 20/59 kB Progress (1): 23/59 kB Progress (1): 25/59 kB Progress (1): 27/59 kB Progress (1): 29/59 kB Progress (1): 31/59 kB Progress (1): 33/59 kB Progress (1): 35/59 kB Progress (1): 37/59 kB Progress (1): 39/59 kB Progress (1): 41/59 kB Progress (1): 43/59 kB Progress (1): 45/59 kB Progress (1): 47/59 kB Progress (1): 49/59 kB Progress (1): 51/59 kB Progress (1): 53/59 kB Progress (1): 55/59 kB Progress (1): 57/59 kB Progress (1): 59 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar (59 kB at 90 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 470 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 489 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom 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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/1.19.0/appng-parent-1.19.0.pom (33 kB at 51 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-parent/maven-metadata.xml (303 B at 482 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 477 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/1.19.0/appng-documentation-1.19.0-sources.jar (35 kB at 56 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-documentation/maven-metadata.xml (310 B at 493 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar Progress (1): 2.0/2.9 kB Progress (1): 2.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0-sources.jar (2.9 kB at 4.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 475 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 450 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar Progress (1): 2.0/8.7 kB Progress (1): 4.1/8.7 kB Progress (1): 6.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar (8.7 kB at 14 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 563 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 476 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 478 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.jar (54 kB at 85 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0.pom (2.3 kB at 3.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 440 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 479 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar Progress (1): 2.0/221 kB Progress (1): 4.1/221 kB Progress (1): 6.1/221 kB Progress (1): 8.2/221 kB Progress (1): 10/221 kB Progress (1): 12/221 kB Progress (1): 14/221 kB Progress (1): 16/221 kB Progress (1): 18/221 kB Progress (1): 20/221 kB Progress (1): 23/221 kB Progress (1): 25/221 kB Progress (1): 27/221 kB Progress (1): 29/221 kB Progress (1): 31/221 kB Progress (1): 33/221 kB Progress (1): 35/221 kB Progress (1): 37/221 kB Progress (1): 39/221 kB Progress (1): 41/221 kB Progress (1): 43/221 kB Progress (1): 45/221 kB Progress (1): 47/221 kB Progress (1): 49/221 kB Progress (1): 51/221 kB Progress (1): 53/221 kB Progress (1): 55/221 kB Progress (1): 57/221 kB Progress (1): 59/221 kB Progress (1): 61/221 kB Progress (1): 63/221 kB Progress (1): 66/221 kB Progress (1): 68/221 kB Progress (1): 70/221 kB Progress (1): 72/221 kB Progress (1): 74/221 kB Progress (1): 76/221 kB Progress (1): 78/221 kB Progress (1): 80/221 kB Progress (1): 82/221 kB Progress (1): 84/221 kB Progress (1): 86/221 kB Progress (1): 88/221 kB Progress (1): 90/221 kB Progress (1): 92/221 kB Progress (1): 94/221 kB Progress (1): 96/221 kB Progress (1): 98/221 kB Progress (1): 100/221 kB Progress (1): 102/221 kB Progress (1): 104/221 kB Progress (1): 106/221 kB Progress (1): 109/221 kB Progress (1): 111/221 kB Progress (1): 113/221 kB Progress (1): 115/221 kB Progress (1): 117/221 kB Progress (1): 119/221 kB Progress (1): 121/221 kB Progress (1): 123/221 kB Progress (1): 125/221 kB Progress (1): 127/221 kB Progress (1): 129/221 kB Progress (1): 131/221 kB Progress (1): 133/221 kB Progress (1): 135/221 kB Progress (1): 137/221 kB Progress (1): 139/221 kB Progress (1): 141/221 kB Progress (1): 143/221 kB Progress (1): 145/221 kB Progress (1): 147/221 kB Progress (1): 150/221 kB Progress (1): 152/221 kB Progress (1): 154/221 kB Progress (1): 156/221 kB Progress (1): 158/221 kB Progress (1): 160/221 kB Progress (1): 162/221 kB Progress (1): 164/221 kB Progress (1): 166/221 kB Progress (1): 168/221 kB Progress (1): 170/221 kB Progress (1): 172/221 kB Progress (1): 174/221 kB Progress (1): 176/221 kB Progress (1): 178/221 kB Progress (1): 180/221 kB Progress (1): 182/221 kB Progress (1): 184/221 kB Progress (1): 186/221 kB Progress (1): 188/221 kB Progress (1): 190/221 kB Progress (1): 193/221 kB Progress (1): 195/221 kB Progress (1): 197/221 kB Progress (1): 199/221 kB Progress (1): 201/221 kB Progress (1): 203/221 kB Progress (1): 205/221 kB Progress (1): 207/221 kB Progress (1): 209/221 kB Progress (1): 211/221 kB Progress (1): 213/221 kB Progress (1): 215/221 kB Progress (1): 217/221 kB Progress (1): 219/221 kB Progress (1): 221 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-javadoc.jar (221 kB at 337 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 477 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 500 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar Progress (1): 2.0/71 kB Progress (1): 4.1/71 kB Progress (1): 6.1/71 kB Progress (1): 8.2/71 kB Progress (1): 10/71 kB Progress (1): 12/71 kB Progress (1): 14/71 kB Progress (1): 16/71 kB Progress (1): 18/71 kB Progress (1): 20/71 kB Progress (1): 23/71 kB Progress (1): 25/71 kB Progress (1): 27/71 kB Progress (1): 29/71 kB Progress (1): 31/71 kB Progress (1): 33/71 kB Progress (1): 35/71 kB Progress (1): 37/71 kB Progress (1): 39/71 kB Progress (1): 41/71 kB Progress (1): 43/71 kB Progress (1): 45/71 kB Progress (1): 47/71 kB Progress (1): 49/71 kB Progress (1): 51/71 kB Progress (1): 53/71 kB Progress (1): 55/71 kB Progress (1): 57/71 kB Progress (1): 59/71 kB Progress (1): 61/71 kB Progress (1): 63/71 kB Progress (1): 66/71 kB Progress (1): 68/71 kB Progress (1): 70/71 kB Progress (1): 71 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar (71 kB at 112 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom Progress (1): 1.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom (1.7 kB at 2.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 500 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 492 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar Progress (1): 2.0/236 kB Progress (1): 4.1/236 kB Progress (1): 6.1/236 kB Progress (1): 8.2/236 kB Progress (1): 10/236 kB Progress (1): 12/236 kB Progress (1): 14/236 kB Progress (1): 16/236 kB Progress (1): 18/236 kB Progress (1): 20/236 kB Progress (1): 23/236 kB Progress (1): 25/236 kB Progress (1): 27/236 kB Progress (1): 29/236 kB Progress (1): 31/236 kB Progress (1): 33/236 kB Progress (1): 35/236 kB Progress (1): 37/236 kB Progress (1): 39/236 kB Progress (1): 41/236 kB Progress (1): 43/236 kB Progress (1): 45/236 kB Progress (1): 47/236 kB Progress (1): 49/236 kB Progress (1): 51/236 kB Progress (1): 53/236 kB Progress (1): 55/236 kB Progress (1): 57/236 kB Progress (1): 59/236 kB Progress (1): 61/236 kB Progress (1): 63/236 kB Progress (1): 66/236 kB Progress (1): 68/236 kB Progress (1): 70/236 kB Progress (1): 72/236 kB Progress (1): 74/236 kB Progress (1): 76/236 kB Progress (1): 78/236 kB Progress (1): 80/236 kB Progress (1): 82/236 kB Progress (1): 84/236 kB Progress (1): 86/236 kB Progress (1): 88/236 kB Progress (1): 90/236 kB Progress (1): 92/236 kB Progress (1): 94/236 kB Progress (1): 96/236 kB Progress (1): 98/236 kB Progress (1): 100/236 kB Progress (1): 102/236 kB Progress (1): 104/236 kB Progress (1): 106/236 kB Progress (1): 109/236 kB Progress (1): 111/236 kB Progress (1): 113/236 kB Progress (1): 115/236 kB Progress (1): 117/236 kB Progress (1): 119/236 kB Progress (1): 121/236 kB Progress (1): 123/236 kB Progress (1): 125/236 kB Progress (1): 127/236 kB Progress (1): 129/236 kB Progress (1): 131/236 kB Progress (1): 133/236 kB Progress (1): 135/236 kB Progress (1): 137/236 kB Progress (1): 139/236 kB Progress (1): 141/236 kB Progress (1): 143/236 kB Progress (1): 145/236 kB Progress (1): 147/236 kB Progress (1): 150/236 kB Progress (1): 152/236 kB Progress (1): 154/236 kB Progress (1): 156/236 kB Progress (1): 158/236 kB Progress (1): 160/236 kB Progress (1): 162/236 kB Progress (1): 164/236 kB Progress (1): 166/236 kB Progress (1): 168/236 kB Progress (1): 170/236 kB Progress (1): 172/236 kB Progress (1): 174/236 kB Progress (1): 176/236 kB Progress (1): 178/236 kB Progress (1): 180/236 kB Progress (1): 182/236 kB Progress (1): 184/236 kB Progress (1): 186/236 kB Progress (1): 188/236 kB Progress (1): 190/236 kB Progress (1): 193/236 kB Progress (1): 195/236 kB Progress (1): 197/236 kB Progress (1): 199/236 kB Progress (1): 201/236 kB Progress (1): 203/236 kB Progress (1): 205/236 kB Progress (1): 207/236 kB Progress (1): 209/236 kB Progress (1): 211/236 kB Progress (1): 213/236 kB Progress (1): 215/236 kB Progress (1): 217/236 kB Progress (1): 219/236 kB Progress (1): 221/236 kB Progress (1): 223/236 kB Progress (1): 225/236 kB Progress (1): 227/236 kB Progress (1): 229/236 kB Progress (1): 231/236 kB Progress (1): 233/236 kB Progress (1): 236/236 kB Progress (1): 236 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/1.19.0/appng-tools-1.19.0-javadoc.jar (236 kB at 360 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-tools/maven-metadata.xml (302 B at 483 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 343 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 461 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar Progress (1): 2.0/4.8 kB Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar (4.8 kB at 7.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 439 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.jar (15 kB at 19 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0.pom (1.2 kB at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 436 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/1.19.0/appng-search-1.19.0-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-search/maven-metadata.xml (303 B at 438 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 443 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0-javadoc.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 443 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 434 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar Progress (1): 2.0/519 kB Progress (1): 4.1/519 kB Progress (1): 6.1/519 kB Progress (1): 8.2/519 kB Progress (1): 10/519 kB Progress (1): 12/519 kB Progress (1): 14/519 kB Progress (1): 16/519 kB Progress (1): 18/519 kB Progress (1): 20/519 kB Progress (1): 23/519 kB Progress (1): 25/519 kB Progress (1): 27/519 kB Progress (1): 29/519 kB Progress (1): 31/519 kB Progress (1): 33/519 kB Progress (1): 35/519 kB Progress (1): 37/519 kB Progress (1): 39/519 kB Progress (1): 41/519 kB Progress (1): 43/519 kB Progress (1): 45/519 kB Progress (1): 47/519 kB Progress (1): 49/519 kB Progress (1): 51/519 kB Progress (1): 53/519 kB Progress (1): 55/519 kB Progress (1): 57/519 kB Progress (1): 59/519 kB Progress (1): 61/519 kB Progress (1): 63/519 kB Progress (1): 66/519 kB Progress (1): 68/519 kB Progress (1): 70/519 kB Progress (1): 72/519 kB Progress (1): 74/519 kB Progress (1): 76/519 kB Progress (1): 78/519 kB Progress (1): 80/519 kB Progress (1): 82/519 kB Progress (1): 84/519 kB Progress (1): 86/519 kB Progress (1): 88/519 kB Progress (1): 90/519 kB Progress (1): 92/519 kB Progress (1): 94/519 kB Progress (1): 96/519 kB Progress (1): 98/519 kB Progress (1): 100/519 kB Progress (1): 102/519 kB Progress (1): 104/519 kB Progress (1): 106/519 kB Progress (1): 109/519 kB Progress (1): 111/519 kB Progress (1): 113/519 kB Progress (1): 115/519 kB Progress (1): 117/519 kB Progress (1): 119/519 kB Progress (1): 121/519 kB Progress (1): 123/519 kB Progress (1): 125/519 kB Progress (1): 127/519 kB Progress (1): 129/519 kB Progress (1): 131/519 kB Progress (1): 133/519 kB Progress (1): 135/519 kB Progress (1): 137/519 kB Progress (1): 139/519 kB Progress (1): 141/519 kB Progress (1): 143/519 kB Progress (1): 145/519 kB Progress (1): 147/519 kB Progress (1): 150/519 kB Progress (1): 152/519 kB Progress (1): 154/519 kB Progress (1): 156/519 kB Progress (1): 158/519 kB Progress (1): 160/519 kB Progress (1): 162/519 kB Progress (1): 164/519 kB Progress (1): 166/519 kB Progress (1): 168/519 kB Progress (1): 170/519 kB Progress (1): 172/519 kB Progress (1): 174/519 kB Progress (1): 176/519 kB Progress (1): 178/519 kB Progress (1): 180/519 kB Progress (1): 182/519 kB Progress (1): 184/519 kB Progress (1): 186/519 kB Progress (1): 188/519 kB Progress (1): 190/519 kB Progress (1): 193/519 kB Progress (1): 195/519 kB Progress (1): 197/519 kB Progress (1): 199/519 kB Progress (1): 201/519 kB Progress (1): 203/519 kB Progress (1): 205/519 kB Progress (1): 207/519 kB Progress (1): 209/519 kB Progress (1): 211/519 kB Progress (1): 213/519 kB Progress (1): 215/519 kB Progress (1): 217/519 kB Progress (1): 219/519 kB Progress (1): 221/519 kB Progress (1): 223/519 kB Progress (1): 225/519 kB Progress (1): 227/519 kB Progress (1): 229/519 kB Progress (1): 231/519 kB Progress (1): 233/519 kB Progress (1): 236/519 kB Progress (1): 238/519 kB Progress (1): 240/519 kB Progress (1): 242/519 kB Progress (1): 244/519 kB Progress (1): 246/519 kB Progress (1): 248/519 kB Progress (1): 250/519 kB Progress (1): 252/519 kB Progress (1): 254/519 kB Progress (1): 256/519 kB Progress (1): 258/519 kB Progress (1): 260/519 kB Progress (1): 262/519 kB Progress (1): 264/519 kB Progress (1): 266/519 kB Progress (1): 268/519 kB Progress (1): 270/519 kB Progress (1): 272/519 kB Progress (1): 274/519 kB Progress (1): 276/519 kB Progress (1): 279/519 kB Progress (1): 281/519 kB Progress (1): 283/519 kB Progress (1): 285/519 kB Progress (1): 287/519 kB Progress (1): 289/519 kB Progress (1): 291/519 kB Progress (1): 293/519 kB Progress (1): 295/519 kB Progress (1): 297/519 kB Progress (1): 299/519 kB Progress (1): 301/519 kB Progress (1): 303/519 kB Progress (1): 305/519 kB Progress (1): 307/519 kB Progress (1): 309/519 kB Progress (1): 311/519 kB Progress (1): 313/519 kB Progress (1): 315/519 kB Progress (1): 317/519 kB Progress (1): 319/519 kB Progress (1): 322/519 kB Progress (1): 324/519 kB Progress (1): 326/519 kB Progress (1): 328/519 kB Progress (1): 330/519 kB Progress (1): 332/519 kB Progress (1): 334/519 kB Progress (1): 336/519 kB Progress (1): 338/519 kB Progress (1): 340/519 kB Progress (1): 342/519 kB Progress (1): 344/519 kB Progress (1): 346/519 kB Progress (1): 348/519 kB Progress (1): 350/519 kB Progress (1): 352/519 kB Progress (1): 354/519 kB Progress (1): 356/519 kB Progress (1): 358/519 kB Progress (1): 360/519 kB Progress (1): 362/519 kB Progress (1): 365/519 kB Progress (1): 367/519 kB Progress (1): 369/519 kB Progress (1): 371/519 kB Progress (1): 373/519 kB Progress (1): 375/519 kB Progress (1): 377/519 kB Progress (1): 379/519 kB Progress (1): 381/519 kB Progress (1): 383/519 kB Progress (1): 385/519 kB Progress (1): 387/519 kB Progress (1): 389/519 kB Progress (1): 391/519 kB Progress (1): 393/519 kB Progress (1): 395/519 kB Progress (1): 397/519 kB Progress (1): 399/519 kB Progress (1): 401/519 kB Progress (1): 403/519 kB Progress (1): 406/519 kB Progress (1): 408/519 kB Progress (1): 410/519 kB Progress (1): 412/519 kB Progress (1): 414/519 kB Progress (1): 416/519 kB Progress (1): 418/519 kB Progress (1): 420/519 kB Progress (1): 422/519 kB Progress (1): 424/519 kB Progress (1): 426/519 kB Progress (1): 428/519 kB Progress (1): 430/519 kB Progress (1): 432/519 kB Progress (1): 434/519 kB Progress (1): 436/519 kB Progress (1): 438/519 kB Progress (1): 440/519 kB Progress (1): 442/519 kB Progress (1): 444/519 kB Progress (1): 446/519 kB Progress (1): 449/519 kB Progress (1): 451/519 kB Progress (1): 453/519 kB Progress (1): 455/519 kB Progress (1): 457/519 kB Progress (1): 459/519 kB Progress (1): 461/519 kB Progress (1): 463/519 kB Progress (1): 465/519 kB Progress (1): 467/519 kB Progress (1): 469/519 kB Progress (1): 471/519 kB Progress (1): 473/519 kB Progress (1): 475/519 kB Progress (1): 477/519 kB Progress (1): 479/519 kB Progress (1): 481/519 kB Progress (1): 483/519 kB Progress (1): 485/519 kB Progress (1): 487/519 kB Progress (1): 489/519 kB Progress (1): 492/519 kB Progress (1): 494/519 kB Progress (1): 496/519 kB Progress (1): 498/519 kB Progress (1): 500/519 kB Progress (1): 502/519 kB Progress (1): 504/519 kB Progress (1): 506/519 kB Progress (1): 508/519 kB Progress (1): 510/519 kB Progress (1): 512/519 kB Progress (1): 514/519 kB Progress (1): 516/519 kB Progress (1): 518/519 kB Progress (1): 519 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar (519 kB at 449 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom Progress (1): 2.0/5.6 kB Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.pom (5.6 kB at 8.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 309 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (309 B at 1.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 408 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven-metadata.xml Progress (1): 231 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven-metadata.xml (231 B at 370 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 71 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar (82 kB at 91 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom Progress (1): 2.0/4.3 kB Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom (4.3 kB at 975 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 463 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.war.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 481 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0-sources.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar Progress (1): 2.0/374 kB Progress (1): 4.1/374 kB Progress (1): 6.1/374 kB Progress (1): 8.2/374 kB Progress (1): 10/374 kB Progress (1): 12/374 kB Progress (1): 14/374 kB Progress (1): 16/374 kB Progress (1): 18/374 kB Progress (1): 20/374 kB Progress (1): 23/374 kB Progress (1): 25/374 kB Progress (1): 27/374 kB Progress (1): 29/374 kB Progress (1): 31/374 kB Progress (1): 33/374 kB Progress (1): 35/374 kB Progress (1): 37/374 kB Progress (1): 39/374 kB Progress (1): 41/374 kB Progress (1): 43/374 kB Progress (1): 45/374 kB Progress (1): 47/374 kB Progress (1): 49/374 kB Progress (1): 51/374 kB Progress (1): 53/374 kB Progress (1): 55/374 kB Progress (1): 57/374 kB Progress (1): 59/374 kB Progress (1): 61/374 kB Progress (1): 63/374 kB Progress (1): 66/374 kB Progress (1): 68/374 kB Progress (1): 70/374 kB Progress (1): 72/374 kB Progress (1): 74/374 kB Progress (1): 76/374 kB Progress (1): 78/374 kB Progress (1): 80/374 kB Progress (1): 82/374 kB Progress (1): 84/374 kB Progress (1): 86/374 kB Progress (1): 88/374 kB Progress (1): 90/374 kB Progress (1): 92/374 kB Progress (1): 94/374 kB Progress (1): 96/374 kB Progress (1): 98/374 kB Progress (1): 100/374 kB Progress (1): 102/374 kB Progress (1): 104/374 kB Progress (1): 106/374 kB Progress (1): 109/374 kB Progress (1): 111/374 kB Progress (1): 113/374 kB Progress (1): 115/374 kB Progress (1): 117/374 kB Progress (1): 119/374 kB Progress (1): 121/374 kB Progress (1): 123/374 kB Progress (1): 125/374 kB Progress (1): 127/374 kB Progress (1): 129/374 kB Progress (1): 131/374 kB Progress (1): 133/374 kB Progress (1): 135/374 kB Progress (1): 137/374 kB Progress (1): 139/374 kB Progress (1): 141/374 kB Progress (1): 143/374 kB Progress (1): 145/374 kB Progress (1): 147/374 kB Progress (1): 150/374 kB Progress (1): 152/374 kB Progress (1): 154/374 kB Progress (1): 156/374 kB Progress (1): 158/374 kB Progress (1): 160/374 kB Progress (1): 162/374 kB Progress (1): 164/374 kB Progress (1): 166/374 kB Progress (1): 168/374 kB Progress (1): 170/374 kB Progress (1): 172/374 kB Progress (1): 174/374 kB Progress (1): 176/374 kB Progress (1): 178/374 kB Progress (1): 180/374 kB Progress (1): 182/374 kB Progress (1): 184/374 kB Progress (1): 186/374 kB Progress (1): 188/374 kB Progress (1): 190/374 kB Progress (1): 193/374 kB Progress (1): 195/374 kB Progress (1): 197/374 kB Progress (1): 199/374 kB Progress (1): 201/374 kB Progress (1): 203/374 kB Progress (1): 205/374 kB Progress (1): 207/374 kB Progress (1): 209/374 kB Progress (1): 211/374 kB Progress (1): 213/374 kB Progress (1): 215/374 kB Progress (1): 217/374 kB Progress (1): 219/374 kB Progress (1): 221/374 kB Progress (1): 223/374 kB Progress (1): 225/374 kB Progress (1): 227/374 kB Progress (1): 229/374 kB Progress (1): 231/374 kB Progress (1): 233/374 kB Progress (1): 236/374 kB Progress (1): 238/374 kB Progress (1): 240/374 kB Progress (1): 242/374 kB Progress (1): 244/374 kB Progress (1): 246/374 kB Progress (1): 248/374 kB Progress (1): 250/374 kB Progress (1): 252/374 kB Progress (1): 254/374 kB Progress (1): 256/374 kB Progress (1): 258/374 kB Progress (1): 260/374 kB Progress (1): 262/374 kB Progress (1): 264/374 kB Progress (1): 266/374 kB Progress (1): 268/374 kB Progress (1): 270/374 kB Progress (1): 272/374 kB Progress (1): 274/374 kB Progress (1): 276/374 kB Progress (1): 279/374 kB Progress (1): 281/374 kB Progress (1): 283/374 kB Progress (1): 285/374 kB Progress (1): 287/374 kB Progress (1): 289/374 kB Progress (1): 291/374 kB Progress (1): 293/374 kB Progress (1): 295/374 kB Progress (1): 297/374 kB Progress (1): 299/374 kB Progress (1): 301/374 kB Progress (1): 303/374 kB Progress (1): 305/374 kB Progress (1): 307/374 kB Progress (1): 309/374 kB Progress (1): 311/374 kB Progress (1): 313/374 kB Progress (1): 315/374 kB Progress (1): 317/374 kB Progress (1): 319/374 kB Progress (1): 322/374 kB Progress (1): 324/374 kB Progress (1): 326/374 kB Progress (1): 328/374 kB Progress (1): 330/374 kB Progress (1): 332/374 kB Progress (1): 334/374 kB Progress (1): 336/374 kB Progress (1): 338/374 kB Progress (1): 340/374 kB Progress (1): 342/374 kB Progress (1): 344/374 kB Progress (1): 346/374 kB Progress (1): 348/374 kB Progress (1): 350/374 kB Progress (1): 352/374 kB Progress (1): 354/374 kB Progress (1): 356/374 kB Progress (1): 358/374 kB Progress (1): 360/374 kB Progress (1): 362/374 kB Progress (1): 365/374 kB Progress (1): 367/374 kB Progress (1): 369/374 kB Progress (1): 371/374 kB Progress (1): 373/374 kB Progress (1): 374 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-sources.jar (374 kB at 357 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.jar (155 kB at 34 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom (3.1 kB at 4.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/1.19.0/appng-taglib-1.19.0-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-taglib/maven-metadata.xml (303 B at 477 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 489 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom Progress (1): 2.0/6.1 kB Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/1.19.0/appng-application-parent-1.19.0.pom (6.1 kB at 9.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml (315 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-parent/maven-metadata.xml (315 B at 506 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/1.19.0/appng-api-1.19.0.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-api/maven-metadata.xml (300 B at 480 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar Progress (1): 2.0/263 kB Progress (1): 4.1/263 kB Progress (1): 6.1/263 kB Progress (1): 8.2/263 kB Progress (1): 10/263 kB Progress (1): 12/263 kB Progress (1): 14/263 kB Progress (1): 16/263 kB Progress (1): 18/263 kB Progress (1): 20/263 kB Progress (1): 23/263 kB Progress (1): 25/263 kB Progress (1): 27/263 kB Progress (1): 29/263 kB Progress (1): 31/263 kB Progress (1): 33/263 kB Progress (1): 35/263 kB Progress (1): 37/263 kB Progress (1): 39/263 kB Progress (1): 41/263 kB Progress (1): 43/263 kB Progress (1): 45/263 kB Progress (1): 47/263 kB Progress (1): 49/263 kB Progress (1): 51/263 kB Progress (1): 53/263 kB Progress (1): 55/263 kB Progress (1): 57/263 kB Progress (1): 59/263 kB Progress (1): 61/263 kB Progress (1): 63/263 kB Progress (1): 66/263 kB Progress (1): 68/263 kB Progress (1): 70/263 kB Progress (1): 72/263 kB Progress (1): 74/263 kB Progress (1): 76/263 kB Progress (1): 78/263 kB Progress (1): 80/263 kB Progress (1): 82/263 kB Progress (1): 84/263 kB Progress (1): 86/263 kB Progress (1): 88/263 kB Progress (1): 90/263 kB Progress (1): 92/263 kB Progress (1): 94/263 kB Progress (1): 96/263 kB Progress (1): 98/263 kB Progress (1): 100/263 kB Progress (1): 102/263 kB Progress (1): 104/263 kB Progress (1): 106/263 kB Progress (1): 109/263 kB Progress (1): 111/263 kB Progress (1): 113/263 kB Progress (1): 115/263 kB Progress (1): 117/263 kB Progress (1): 119/263 kB Progress (1): 121/263 kB Progress (1): 123/263 kB Progress (1): 125/263 kB Progress (1): 127/263 kB Progress (1): 129/263 kB Progress (1): 131/263 kB Progress (1): 133/263 kB Progress (1): 135/263 kB Progress (1): 137/263 kB Progress (1): 139/263 kB Progress (1): 141/263 kB Progress (1): 143/263 kB Progress (1): 145/263 kB Progress (1): 147/263 kB Progress (1): 150/263 kB Progress (1): 152/263 kB Progress (1): 154/263 kB Progress (1): 156/263 kB Progress (1): 158/263 kB Progress (1): 160/263 kB Progress (1): 162/263 kB Progress (1): 164/263 kB Progress (1): 166/263 kB Progress (1): 168/263 kB Progress (1): 170/263 kB Progress (1): 172/263 kB Progress (1): 174/263 kB Progress (1): 176/263 kB Progress (1): 178/263 kB Progress (1): 180/263 kB Progress (1): 182/263 kB Progress (1): 184/263 kB Progress (1): 186/263 kB Progress (1): 188/263 kB Progress (1): 190/263 kB Progress (1): 193/263 kB Progress (1): 195/263 kB Progress (1): 197/263 kB Progress (1): 199/263 kB Progress (1): 201/263 kB Progress (1): 203/263 kB Progress (1): 205/263 kB Progress (1): 207/263 kB Progress (1): 209/263 kB Progress (1): 211/263 kB Progress (1): 213/263 kB Progress (1): 215/263 kB Progress (1): 217/263 kB Progress (1): 219/263 kB Progress (1): 221/263 kB Progress (1): 223/263 kB Progress (1): 225/263 kB Progress (1): 227/263 kB Progress (1): 229/263 kB Progress (1): 231/263 kB Progress (1): 233/263 kB Progress (1): 236/263 kB Progress (1): 238/263 kB Progress (1): 240/263 kB Progress (1): 242/263 kB Progress (1): 244/263 kB Progress (1): 246/263 kB Progress (1): 248/263 kB Progress (1): 250/263 kB Progress (1): 252/263 kB Progress (1): 254/263 kB Progress (1): 256/263 kB Progress (1): 258/263 kB Progress (1): 260/263 kB Progress (1): 262/263 kB Progress (1): 263 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar (263 kB at 258 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 493 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 488 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar 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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-javadoc.jar (34 kB at 55 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 571 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/1.19.0/appng-appngizer-maven-plugin-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 568 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/1.19.0/appng-mail-1.19.0-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-mail/maven-metadata.xml (301 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/1.19.0/appng-archetype-application-1.19.0.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 515 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/1.19.0/appng-appngizer-jaxb-1.19.0.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 497 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.war (105 MB at 16 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom (2.1 kB at 3.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 508 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 486 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 487 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 498 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 537 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/1.19.0/appng-forms-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-forms/maven-metadata.xml (302 B at 489 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.1/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.2/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.3/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.4/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.5/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.6/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.7/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.8/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 0.9/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.0/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.1/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.2/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.3/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.4/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.5/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.6/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.7/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.8/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 1.9/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.0/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.1/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.2/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.3/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.4/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.5/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.6/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.7/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.8/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 2.9/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.0/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.1/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.2/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.3/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.4/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.5/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.6/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.7/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.8/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 3.9/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.0/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.1/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.2/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.3/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.4/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.5/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.6/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.7/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.8/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 4.9/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.0/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.1/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.2/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.3/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.4/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.5/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.6/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.7/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.8/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 5.9/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.0/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.1/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.2/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.3/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.4/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.5/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.6/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.7/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.8/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 6.9/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.0/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.1/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2/7.2 MB Progress (1): 7.2 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.war (7.2 MB at 5.2 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom Progress (1): 2.0/4.6 kB Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom (4.6 kB at 7.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 491 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0-javadoc.jar (27 kB at 44 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 494 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0-sources.jar (163 kB at 257 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 491 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/1.19.0/appng-maven-plugin-1.19.0.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 337 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-maven-plugin/maven-metadata.xml (337 B at 545 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar Progress (1): 2.0/26 kB Progress (1): 4.1/26 kB Progress (1): 6.1/26 kB Progress (1): 8.2/26 kB Progress (1): 10/26 kB Progress (1): 12/26 kB Progress (1): 14/26 kB Progress (1): 16/26 kB Progress (1): 18/26 kB Progress (1): 20/26 kB Progress (1): 23/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0-sources.jar (26 kB at 42 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 491 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.jar (1.6 kB at 2.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom Progress (1): 533 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/1.19.0/appng-application-assembly-1.19.0.pom (533 B at 861 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 513 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/1.19.0/appng-application-camunda-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 511 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.jar (23 kB at 37 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/1.19.0/appng-persistence-1.19.0.pom (2.5 kB at 4.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-persistence/maven-metadata.xml (308 B at 495 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar Progress (1): 2.0/6.3 kB Progress (1): 4.1/6.3 kB Progress (1): 6.1/6.3 kB Progress (1): 6.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.jar (6.3 kB at 10 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/1.19.0/appng-camunda-1.19.0.pom (2.0 kB at 3.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-camunda/maven-metadata.xml (304 B at 489 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/1.19.0/appng-appngizer-1.19.0-javadoc.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-appngizer/maven-metadata.xml (306 B at 494 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/1.19.0/appng-formtags-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-formtags/maven-metadata.xml (305 B at 495 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 482 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/1.19.0/appng-rest-api-1.19.0.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-rest-api/maven-metadata.xml (305 B at 495 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.1/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/1.19.0/appng-core-1.19.0-javadoc.jar (1.2 MB at 1.6 MB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-core/maven-metadata.xml (301 B at 479 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 508 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/1.19.0/appng-upngizr-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-upngizr/maven-metadata.xml (304 B at 492 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 486 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/1.19.0/appng-application-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-application/maven-metadata.xml (308 B at 499 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0-sources.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/1.19.0/appng-xmlapi-1.19.0.pom.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 474 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/1.19.0/appng-testsupport-1.19.0.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-testsupport/maven-metadata.xml (308 B at 496 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-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://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/1.19.0/appng-cli-1.19.0-sources.jar (87 kB at 137 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-cli/maven-metadata.xml (300 B at 484 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/1.19.0/appng-template-assembly-1.19.0.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 1.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1049/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 504 B/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1049". Waiting for operation to complete... ........... [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-upngizr --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 24.917 s] [INFO] appNG Tools ........................................ SUCCESS [ 21.006 s] [INFO] appNG Mail ......................................... SUCCESS [ 8.330 s] [INFO] appNG Forms ........................................ SUCCESS [ 13.005 s] [INFO] appng Formtags ..................................... SUCCESS [ 14.352 s] [INFO] appNG XML-API ...................................... SUCCESS [ 15.777 s] [INFO] appNG public API ................................... SUCCESS [ 24.367 s] [INFO] appNG testsupport .................................. SUCCESS [ 15.286 s] [INFO] appNG REST API ..................................... SUCCESS [ 9.316 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 22.851 s] [INFO] appNG Search ....................................... SUCCESS [ 22.708 s] [INFO] appNG Core Library ................................. SUCCESS [01:19 min] [INFO] appNG Command Line Interface ....................... SUCCESS [ 55.914 s] [INFO] appNG Tag Library .................................. SUCCESS [ 15.217 s] [INFO] appNG Application .................................. SUCCESS [ 15.347 s] [INFO] appNG application BOM .............................. SUCCESS [ 15.984 s] [INFO] appNG Documentation ................................ SUCCESS [ 50.152 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 11.711 s] [INFO] appNG Template Parent .............................. SUCCESS [ 1.140 s] [INFO] appng-application-assembly ......................... SUCCESS [ 4.272 s] [INFO] appNG application parent ........................... SUCCESS [ 6.247 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 4.444 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 14.362 s] [INFO] appNGizer .......................................... SUCCESS [ 57.070 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 8.674 s] [INFO] appNG camunda ...................................... SUCCESS [ 6.280 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 7.564 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 13.665 s] [INFO] upNGizr ............................................ SUCCESS [06:53 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:13 min [INFO] Finished at: 2019-05-03T09:39:44+02:00 [INFO] Final Memory: 305M/1711M [INFO] ------------------------------------------------------------------------ [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Standalone 1.19.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-standalone --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-standalone --- [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-standalone --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-standalone --- [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-standalone --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-standalone --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.standalone.ApplicationStartupTest Replacement String: C:\Foo\Bar\Bla\Blubb Replaced ${replaceMe} with C:\Foo\Bar\Bla\Blubb in src/test/resources/xml/copyConfig.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.appng.standalone.ApplicationStartupTest [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-standalone --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.19.0.jar [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-standalone --- [INFO] Copying tomcat-embed-jasper-9.0.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-jasper-9.0.17.jar [INFO] Copying appng-scheduler-1.12.0.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-scheduler-1.12.0.zip [INFO] Copying appng-manager-1.14.0.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-manager-1.14.0.zip [INFO] Copying ecj-3.15.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/ecj-3.15.0.jar [INFO] Copying appng-application-1.19.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.19.0.war [INFO] Copying appng-authentication-1.11.2.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-authentication-1.11.2.zip [INFO] Copying tomcat-tribes-9.0.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-tribes-9.0.17.jar [INFO] Copying tomcat-embed-core-9.0.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-core-9.0.17.jar [INFO] Copying appng-appngizer-1.19.0.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.19.0.war [INFO] Copying tomcat-embed-el-9.0.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-el-9.0.17.jar [INFO] Copying commons-io-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/commons-io-2.6.jar [INFO] Copying appng-template-1.14.3.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-template-1.14.3.zip [INFO] Copying tomcat-juli-9.0.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-juli-9.0.17.jar [INFO] Copying tomcat-annotations-api-9.0.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-annotations-api-9.0.17.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.19.0.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-standalone --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.19.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-standalone --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.19.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.19.0.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.19.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-standalone --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.jar Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10/10 kB Progress (1): 10 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.jar (10 kB at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.pom Progress (1): 2.0/4.4 kB Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.pom (4.4 kB at 8.8 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 487 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (487 B at 2.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 519 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (519 B at 915 B/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.zip Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.1/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.2/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.3/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.4/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.5/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.6/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.7/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.8/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 0.9/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.0/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.1/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.2/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.3/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.4/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.5/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.6/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.7/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.8/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 1.9/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.0/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.1/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.2/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.3/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.4/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.5/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.6/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.7/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.8/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 2.9/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.0/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.1/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.2/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.3/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.4/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.5/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.6/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.7/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.8/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 3.9/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.0/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.1/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.2/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.3/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.4/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.5/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.6/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.7/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.8/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 4.9/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.0/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.1/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.2/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.3/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.4/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.5/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.6/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.7/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.8/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 5.9/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.0/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.1/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.2/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.3/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.4/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.5/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.6/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.7/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.8/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 6.9/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.0/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.1/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.2/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.3/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.4/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.5/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.6/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.7/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.8/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 7.9/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.0/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.1/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.2/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.3/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.4/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.5/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.6/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.7/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.8/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 8.9/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.0/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.1/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.2/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.3/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.4/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.5/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.6/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.7/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.8/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 9.9/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10.0/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 10/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 11/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 12/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 13/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 14/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 15/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 16/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 17/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 18/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 19/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 20/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 21/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 22/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 23/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 24/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 25/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 26/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 27/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 28/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 29/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 30/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 31/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 32/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 33/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 34/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 35/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 36/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 37/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 38/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 39/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 40/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 41/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 42/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 43/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 44/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 45/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 46/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 47/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 48/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 49/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 50/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 51/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 52/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 53/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 54/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 55/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 56/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 57/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 58/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 59/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 60/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 61/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 62/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 63/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 64/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 65/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 66/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 67/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 68/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 69/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 70/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 71/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 72/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 73/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 74/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 75/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 76/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 77/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 78/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 79/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 80/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 81/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 82/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 83/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 84/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 85/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 86/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 87/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 88/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 89/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 90/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 91/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 92/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 93/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 94/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 95/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 96/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 97/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 98/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 99/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 100/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 101/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 102/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 103/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 104/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 105/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 106/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107/107 MB Progress (1): 107 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0.zip (107 MB at 19 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0-sources.jar Progress (1): 2.0/8.1 kB Progress (1): 4.1/8.1 kB Progress (1): 6.1/8.1 kB Progress (1): 8.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.19.0/appng-standalone-1.19.0-sources.jar (8.1 kB at 143 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.765 s [INFO] Finished at: 2019-05-03T09:40:10+02:00 [INFO] Final Memory: 31M/643M [INFO] ------------------------------------------------------------------------ [Pipeline] sh + cp target/appng-standalone-1.19.0.zip /srv/www/appng.org/appng/builds/stable [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docs) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.19.0 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.19.0/javadoc [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.19.0/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.19.0/appngizer/html [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng/docs/1.19.0/appngizer/pdf [Pipeline] sh + mv -f target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/appng-javadoc.css target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/script.js target/site/apidocs/serialized-form.html /srv/www/appng.org/appng/docs/1.19.0/javadoc [Pipeline] sh + mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.19.0/reference [Pipeline] sh + mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.19.0/reference [Pipeline] sh + mv -f appng-appngizer/target/generated-docs/pdf/appngizer-platform-installation-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-setup-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-user-manual.pdf /srv/www/appng.org/appng/docs/1.19.0/appngizer/pdf/ [Pipeline] sh + mv -f appng-appngizer/target/generated-docs/html/appng.css appng-appngizer/target/generated-docs/html/appngizer-platform-installation-guide.html appng-appngizer/target/generated-docs/html/appngizer-setup-guide.html appng-appngizer/target/generated-docs/html/appngizer-user-manual.html appng-appngizer/target/generated-docs/html/coderay-asciidoctor.css appng-appngizer/target/generated-docs/html/images appng-appngizer/target/generated-docs/html/parts appng-appngizer/target/generated-docs/html/xml /srv/www/appng.org/appng/docs/1.19.0/appngizer/html/ [Pipeline] sh + ln -sfn /srv/www/appng.org/appng/docs/1.19.0 /srv/www/appng.org/appng/docs/current [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.19.0/appngizer/html/parts [Pipeline] sh + rm -rf /srv/www/appng.org/appng/docs/1.19.0/appngizer/html/xml [Pipeline] sh + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.19.0.xsd [Pipeline] sh + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.19.0.xsd [Pipeline] sh + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.19.0.xsd [Pipeline] sh + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd [Pipeline] sh + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd [Pipeline] sh + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master and tag) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. [Pipeline] sh + git merge --ff appng-1.19.x --strategy-option theirs Auto-merging changelog.txt Removing appng-tomcat8/src/main/java/org/appng/core/controller/Tomcat8Support.java Removing appng-tomcat8/pom.xml Removing appng-tomcat8/.gitignore Removing appng-tomcat7/src/main/java/org/appng/core/controller/Tomcat7Support.java Removing appng-tomcat7/pom.xml Removing appng-tomcat7/.gitignore Removing appng-core/src/test/resources/platformContext.xml Removing appng-application/src/main/webapp/WEB-INF/conf/platformContext.xml Auto-merging README.adoc Merge made by the 'recursive' strategy. Jenkinsfile | 8 +- README.adoc | 22 +- appng-api/pom.xml | 2 +- .../main/java/org/appng/api/ActionProvider.java | 2 +- .../org/appng/api/ApplicationConfigProvider.java | 2 +- .../java/org/appng/api/ApplicationController.java | 2 +- .../java/org/appng/api/ApplicationException.java | 2 +- .../java/org/appng/api/AttachmentWebservice.java | 2 +- .../main/java/org/appng/api/BusinessException.java | 2 +- .../src/main/java/org/appng/api/DataContainer.java | 2 +- .../src/main/java/org/appng/api/DataProvider.java | 2 +- .../src/main/java/org/appng/api/Environment.java | 2 +- .../main/java/org/appng/api/FieldConverter.java | 4 +- .../main/java/org/appng/api/FieldProcessor.java | 2 +- .../src/main/java/org/appng/api/FieldWrapper.java | 4 +- .../src/main/java/org/appng/api/FileUpload.java | 2 +- .../main/java/org/appng/api/FormDataBinder.java | 2 +- .../java/org/appng/api/FormProcessProvider.java | 2 +- .../src/main/java/org/appng/api/FormValidator.java | 2 +- .../src/main/java/org/appng/api/GlobalTaglet.java | 2 +- .../main/java/org/appng/api/GlobalXMLTaglet.java | 2 +- .../appng/api/InvalidConfigurationException.java | 2 +- .../src/main/java/org/appng/api/MessageParam.java | 2 +- .../src/main/java/org/appng/api/NotBlank.java | 2 +- appng-api/src/main/java/org/appng/api/Option.java | 2 +- appng-api/src/main/java/org/appng/api/Options.java | 2 +- .../src/main/java/org/appng/api/PageProcessor.java | 2 +- .../main/java/org/appng/api/ParameterSupport.java | 2 +- appng-api/src/main/java/org/appng/api/Path.java | 2 +- .../src/main/java/org/appng/api/PathInfo.java | 8 +- .../main/java/org/appng/api/PermissionOwner.java | 4 +- .../java/org/appng/api/PermissionProcessor.java | 2 +- .../src/main/java/org/appng/api/Platform.java | 5 +- .../java/org/appng/api/ProcessingException.java | 2 +- appng-api/src/main/java/org/appng/api/Request.java | 2 +- .../main/java/org/appng/api/RequestDataBinder.java | 2 +- .../main/java/org/appng/api/RequestSupport.java | 2 +- .../src/main/java/org/appng/api/RequestUtil.java | 17 +- .../src/main/java/org/appng/api/ResultService.java | 2 +- .../src/main/java/org/appng/api/ScheduledJob.java | 2 +- .../java/org/appng/api/ScheduledJobResult.java | 15 + appng-api/src/main/java/org/appng/api/Scope.java | 2 +- appng-api/src/main/java/org/appng/api/Session.java | 2 +- .../main/java/org/appng/api/SiteProperties.java | 12 +- .../src/main/java/org/appng/api/SoapClient.java | 4 +- .../src/main/java/org/appng/api/SoapService.java | 2 +- appng-api/src/main/java/org/appng/api/Taglet.java | 2 +- .../src/main/java/org/appng/api/VHostMode.java | 2 +- .../java/org/appng/api/ValidationMessages.java | 2 +- .../java/org/appng/api/ValidationProvider.java | 2 +- .../src/main/java/org/appng/api/Webservice.java | 2 +- .../src/main/java/org/appng/api/XMLTaglet.java | 2 +- .../main/java/org/appng/api/XPathProcessor.java | 19 +- .../main/java/org/appng/api/auth/AuthTools.java | 10 +- .../java/org/appng/api/auth/PasswordPolicy.java | 2 +- .../main/java/org/appng/api/messaging/Event.java | 2 +- .../java/org/appng/api/messaging/EventHandler.java | 2 +- .../org/appng/api/messaging/EventRegistry.java | 4 +- .../java/org/appng/api/messaging/Messaging.java | 11 +- .../java/org/appng/api/messaging/Receiver.java | 2 +- .../main/java/org/appng/api/messaging/Sender.java | 2 +- .../java/org/appng/api/messaging/Serializer.java | 8 +- .../src/main/java/org/appng/api/model/Account.java | 2 +- .../main/java/org/appng/api/model/Application.java | 2 +- .../org/appng/api/model/ApplicationSubject.java | 2 +- .../main/java/org/appng/api/model/AuthSubject.java | 2 +- .../java/org/appng/api/model/Authorizable.java | 2 +- .../java/org/appng/api/model/FeatureProvider.java | 2 +- .../src/main/java/org/appng/api/model/Group.java | 2 +- .../java/org/appng/api/model/Identifiable.java | 2 +- .../main/java/org/appng/api/model/Identifier.java | 2 +- .../java/org/appng/api/model/NameProvider.java | 2 +- .../main/java/org/appng/api/model/Nameable.java | 2 +- .../src/main/java/org/appng/api/model/Named.java | 2 +- .../main/java/org/appng/api/model/Permission.java | 2 +- .../main/java/org/appng/api/model/Properties.java | 2 +- .../main/java/org/appng/api/model/Property.java | 2 +- .../main/java/org/appng/api/model/Resource.java | 2 +- .../java/org/appng/api/model/ResourceType.java | 4 +- .../main/java/org/appng/api/model/Resources.java | 2 +- .../org/appng/api/model/ReverseableComparator.java | 2 +- .../java/org/appng/api/model/RevisionAware.java | 2 +- .../src/main/java/org/appng/api/model/Role.java | 2 +- .../java/org/appng/api/model/SimpleProperty.java | 17 +- .../src/main/java/org/appng/api/model/Site.java | 2 +- .../src/main/java/org/appng/api/model/Subject.java | 2 +- .../main/java/org/appng/api/model/UserType.java | 2 +- .../main/java/org/appng/api/model/Versionable.java | 2 +- .../java/org/appng/api/observe/Observable.java | 5 +- .../main/java/org/appng/api/observe/Observer.java | 2 +- .../appng/api/observe/impl/ObservableDelegate.java | 2 +- .../appng/api/search/BlockingQueueAccessor.java | 2 +- .../main/java/org/appng/api/search/Consumer.java | 2 +- .../main/java/org/appng/api/search/Document.java | 2 +- .../java/org/appng/api/search/DocumentEvent.java | 2 +- .../org/appng/api/search/DocumentProducer.java | 2 +- .../main/java/org/appng/api/search/Producer.java | 2 +- .../java/org/appng/api/support/AdapterBase.java | 2 +- .../api/support/ApplicationConfigProviderImpl.java | 55 +- .../org/appng/api/support/ApplicationRequest.java | 2 +- .../api/support/ApplicationResourceHolder.java | 30 +- .../java/org/appng/api/support/CallableAction.java | 73 +-- .../org/appng/api/support/CallableDataSource.java | 28 +- .../java/org/appng/api/support/ClassWrapper.java | 2 +- .../appng/api/support/ConfigValidationError.java | 2 +- .../org/appng/api/support/ConfigValidator.java | 56 +- .../api/support/DatasourceInheritanceHelper.java | 43 +- .../api/support/DefaultPermissionProcessor.java | 42 +- .../appng/api/support/DollarParameterSupport.java | 2 +- .../api/support/DummyPermissionProcessor.java | 13 +- .../java/org/appng/api/support/ElementHelper.java | 25 +- .../org/appng/api/support/FieldProcessorImpl.java | 22 +- .../appng/api/support/HashParameterSupport.java | 2 +- .../org/appng/api/support/HttpHeaderUtils.java | 27 +- .../src/main/java/org/appng/api/support/I18n.java | 2 +- .../java/org/appng/api/support/LabelSupport.java | 84 +-- .../org/appng/api/support/MessageSourceChain.java | 2 +- .../java/org/appng/api/support/OptionFactory.java | 8 +- .../org/appng/api/support/OptionGroupFactory.java | 2 +- .../java/org/appng/api/support/OptionImpl.java | 4 +- .../java/org/appng/api/support/OptionOwner.java | 2 +- .../java/org/appng/api/support/OptionsBuilder.java | 2 +- .../java/org/appng/api/support/OptionsImpl.java | 4 +- .../appng/api/support/ParameterSupportBase.java | 6 +- .../org/appng/api/support/PositionalXMLReader.java | 2 +- .../java/org/appng/api/support/PropertyHolder.java | 6 +- .../org/appng/api/support/RequestFactoryBean.java | 26 +- .../org/appng/api/support/RequestSupportImpl.java | 29 +- .../api/support/ResourceBundleMessageSource.java | 4 +- .../org/appng/api/support/ResultServiceImpl.java | 4 +- .../org/appng/api/support/SelectionBuilder.java | 2 +- .../org/appng/api/support/SelectionFactory.java | 2 +- .../api/support/SiteAwareObjectInputStream.java | 2 +- .../org/appng/api/support/SiteClassLoader.java | 8 +- .../org/appng/api/support/SortParamSupport.java | 10 +- .../main/java/org/appng/api/support/XSSHelper.java | 2 +- .../java/org/appng/api/support/XmlGenerator.java | 22 +- .../support/environment/AbstractEnvironment.java | 2 +- .../api/support/environment/AttributeWrapper.java | 2 +- .../support/environment/DefaultEnvironment.java | 48 +- .../environment/EnvironmentFactoryBean.java | 2 +- .../api/support/environment/EnvironmentKeys.java | 11 +- .../support/environment/PlatformEnvironment.java | 4 +- .../support/environment/RequestEnvironment.java | 4 +- .../api/support/environment/ScopedEnvironment.java | 2 +- .../support/environment/SessionEnvironment.java | 4 +- .../api/support/environment/SiteEnvironment.java | 2 +- .../org/appng/api/support/field/ConverterBase.java | 2 +- .../support/field/CoordinateFieldConverter.java | 10 +- .../api/support/field/DateFieldConverter.java | 9 +- .../api/support/field/DecimalFieldConverter.java | 9 +- .../api/support/field/DefaultFieldConverter.java | 10 +- .../api/support/field/FieldConversionFactory.java | 18 +- .../api/support/field/FileFieldConverter.java | 10 +- .../api/support/field/IntegerFieldConverter.java | 9 +- .../api/support/field/LinkPanelFieldHandler.java | 9 +- .../api/support/field/ListFieldConverter.java | 18 +- .../api/support/field/NumberFieldConverter.java | 2 +- .../api/support/field/ObjectFieldConverter.java | 14 +- .../validation/DefaultValidationProvider.java | 28 +- .../validation/FileUploadListValidator.java | 2 +- .../support/validation/FileUploadValidator.java | 2 +- .../validation/LocalizedMessageInterpolator.java | 16 +- .../src/test/java/org/appng/api/AbstractTest.java | 14 +- .../java/org/appng/api/ConfigValidatorTest.java | 6 +- .../java/org/appng/api/ConsumerProducerTest.java | 2 +- .../test/java/org/appng/api/DataContainerTest.java | 6 +- .../test/java/org/appng/api/FileUploadTest.java | 2 +- .../java/org/appng/api/FormDataBinderTest.java | 2 +- .../test/java/org/appng/api/MetaDataProvider.java | 2 +- appng-api/src/test/java/org/appng/api/Person.java | 12 +- .../java/org/appng/api/RequestDataBinderTest.java | 2 +- .../java/org/appng/api/XPathProcessorTest.java | 2 +- .../java/org/appng/api/auth/AuthToolsTest.java | 2 +- .../api/support/ApplicationResourceHolderTest.java | 47 ++ .../org/appng/api/support/CallableActionTest.java | 2 +- .../appng/api/support/CallableDataSourceTest.java | 4 +- .../api/support/DatasourceInheritanceTest.java | 56 +- .../org/appng/api/support/ElementHelperTest.java | 44 +- .../org/appng/api/support/FieldProcessorTest.java | 2 +- .../org/appng/api/support/HttpHeaderUtilsTest.java | 2 +- .../test/java/org/appng/api/support/I18nTest.java | 2 +- .../org/appng/api/support/LabelSupportTest.java | 8 +- .../appng/api/support/MessageSourceChainTest.java | 2 +- .../java/org/appng/api/support/OptionData.java | 6 +- .../java/org/appng/api/support/OptionImplTest.java | 2 +- .../org/appng/api/support/OptionsImplTest.java | 2 +- .../appng/api/support/ParameterSupportTest.java | 14 +- .../org/appng/api/support/PropertyHolderTest.java | 4 +- .../org/appng/api/support/RequestSupportTest.java | 6 +- .../org/appng/api/support/ResultServiceTest.java | 12 +- .../test/java/org/appng/api/support/ScopeTest.java | 2 +- .../appng/api/support/SelectionBuilderTest.java | 2 +- .../appng/api/support/SelectionFactoryTest.java | 6 +- .../appng/api/support/SortParamSupportTest.java | 2 +- .../appng/api/support/ValidationProviderTest.java | 2 +- .../java/org/appng/api/support/XmlValidator.java | 2 +- .../api/support/environment/EnvironmentTest.java | 15 +- .../support/field/AbstractFieldConverterTest.java | 8 +- .../field/DateFieldConverterDateTimeTest.java | 2 +- .../api/support/field/DateFieldConverterTest.java | 2 +- .../support/field/DefaultFieldConverterTest.java | 2 +- .../api/support/field/FileFieldConverterTest.java | 6 +- .../support/field/IntegerFieldConverterTest.java | 2 +- .../support/field/LinkPanelFieldHandlerTest.java | 4 +- .../api/support/field/ListFieldConverterTest.java | 4 +- .../support/field/ObjectFieldConverterTest.java | 8 +- .../validation/FileUploadValidatorTest.java | 2 +- .../LocalizedMessageInterpolatorTest.java | 2 +- appng-application-assembly/pom.xml | 2 +- appng-application-bom/pom.xml | 304 ++++++---- appng-application-camunda/pom.xml | 2 +- appng-application-parent/pom.xml | 2 +- appng-application/README.adoc | 11 +- appng-application/pom.xml | 12 +- .../src/main/webapp/META-INF/context.xml | 2 +- .../main/webapp/WEB-INF/conf/platformContext.xml | 153 ----- appng-application/src/main/webapp/WEB-INF/web.xml | 6 +- appng-appngizer-jaxb/pom.xml | 8 +- appng-appngizer-maven-plugin/pom.xml | 2 +- .../maven/plugins/appngizer/AppNGizerMojo.java | 4 +- .../appng/maven/plugins/appngizer/InstallMojo.java | 2 +- .../appng/maven/plugins/appngizer/UploadMojo.java | 2 +- .../maven/plugins/appngizer/AppNGizerMojoTest.java | 2 +- appng-appngizer/pom.xml | 2 +- .../org/appng/appngizer/controller/AppNGizer.java | 8 +- .../appngizer/controller/AppNGizerConfigurer.java | 2 +- .../appngizer/controller/AppNGizerServlet.java | 2 +- .../controller/ApplicationController.java | 35 +- .../appng/appngizer/controller/ControllerBase.java | 2 +- .../appngizer/controller/DatabaseController.java | 25 +- .../appngizer/controller/GroupController.java | 22 +- .../java/org/appng/appngizer/controller/Home.java | 20 +- .../appngizer/controller/Jaxb2Marshaller.java | 13 +- .../appngizer/controller/PermissionController.java | 22 +- .../appngizer/controller/PlatformController.java | 16 +- .../controller/PlatformPropertyController.java | 20 +- .../appng/appngizer/controller/PropertyBase.java | 4 +- .../appngizer/controller/RepositoryController.java | 34 +- .../appng/appngizer/controller/RoleController.java | 24 +- .../appng/appngizer/controller/SessionFilter.java | 4 +- .../controller/SiteApplicationController.java | 28 +- .../SiteApplicationPropertyController.java | 20 +- .../appng/appngizer/controller/SiteController.java | 28 +- .../controller/SitePropertyController.java | 32 +- .../appngizer/controller/SubjectController.java | 24 +- .../org/appng/appngizer/model/Application.java | 2 +- .../org/appng/appngizer/model/Applications.java | 2 +- .../java/org/appng/appngizer/model/Database.java | 2 +- .../java/org/appng/appngizer/model/Databases.java | 2 +- .../main/java/org/appng/appngizer/model/Group.java | 2 +- .../java/org/appng/appngizer/model/Groups.java | 2 +- .../main/java/org/appng/appngizer/model/Home.java | 2 +- .../main/java/org/appng/appngizer/model/Link.java | 2 +- .../main/java/org/appng/appngizer/model/Links.java | 2 +- .../java/org/appng/appngizer/model/Package.java | 2 +- .../java/org/appng/appngizer/model/Packages.java | 2 +- .../java/org/appng/appngizer/model/Permission.java | 2 +- .../org/appng/appngizer/model/Permissions.java | 2 +- .../java/org/appng/appngizer/model/Platform.java | 2 +- .../java/org/appng/appngizer/model/Properties.java | 2 +- .../java/org/appng/appngizer/model/Property.java | 2 +- .../org/appng/appngizer/model/Repositories.java | 2 +- .../java/org/appng/appngizer/model/Repository.java | 2 +- .../main/java/org/appng/appngizer/model/Role.java | 2 +- .../main/java/org/appng/appngizer/model/Roles.java | 2 +- .../main/java/org/appng/appngizer/model/Site.java | 2 +- .../main/java/org/appng/appngizer/model/Sites.java | 2 +- .../java/org/appng/appngizer/model/Subject.java | 2 +- .../java/org/appng/appngizer/model/Subjects.java | 2 +- .../java/org/appng/appngizer/model/UriAware.java | 2 +- .../controller/ApplicationControllerTest.java | 2 +- .../ApplicationPropertyControllerTest.java | 2 +- .../appng/appngizer/controller/ControllerTest.java | 7 +- .../controller/DatabaseControllerTest.java | 2 +- .../appngizer/controller/GroupControllerTest.java | 2 +- .../controller/PermissionControllerTest.java | 2 +- .../controller/PlatformPropertyControllerTest.java | 8 +- .../controller/RepositoryControllerTest.java | 2 +- .../appngizer/controller/RoleControllerTest.java | 2 +- .../controller/SiteApplicationControllerTest.java | 2 +- .../appngizer/controller/SiteControllerTest.java | 2 +- .../controller/SitePropertyControllerTest.java | 2 +- .../controller/SubjectControllerTest.java | 2 +- .../test/resources/xml/database-init-managed.xml | 2 +- .../src/test/resources/xml/database-init.xml | 2 +- .../test/resources/xml/database-root-update.xml | 2 +- .../test/resources/xml/platform-property-list.xml | 5 + .../src/test/resources/xml/site-property-list.xml | 5 + appng-archetype-application/pom.xml | 2 +- appng-archetype-application/readme.txt | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- appng-camunda/pom.xml | 6 +- .../java/org/appng/camunda/bpm/TaskWrapper.java | 2 +- .../org/appng/camunda/bpm/TaskWrapperTest.java | 2 +- appng-cli/pom.xml | 2 +- .../src/main/java/org/appng/cli/CliBootstrap.java | 55 +- .../org/appng/cli/CliBootstrapEnvironment.java | 2 +- .../src/main/java/org/appng/cli/CliCommands.java | 4 +- appng-cli/src/main/java/org/appng/cli/CliCore.java | 16 +- .../main/java/org/appng/cli/CliEnvironment.java | 18 +- .../main/java/org/appng/cli/CliEventProvider.java | 2 +- .../src/main/java/org/appng/cli/CliShell.java | 2 +- .../java/org/appng/cli/ExecutableCliCommand.java | 2 +- .../org/appng/cli/NoSuchRepositoryException.java | 2 +- .../java/org/appng/cli/NoSuchSiteException.java | 2 +- .../java/org/appng/cli/commands/CommandBatch.java | 18 +- .../java/org/appng/cli/commands/CommandList.java | 2 +- .../java/org/appng/cli/commands/CommandMain.java | 6 +- .../java/org/appng/cli/commands/FileOwner.java | 8 +- .../commands/application/ActivateApplication.java | 2 +- .../cli/commands/application/BaseApplication.java | 2 +- .../application/DeactivateApplication.java | 2 +- .../commands/application/DeleteApplication.java | 2 +- .../commands/application/InstallApplication.java | 2 +- .../cli/commands/application/ListApplications.java | 2 +- .../cli/commands/applicationrole/AddRole.java | 2 +- .../cli/commands/applicationrole/ListRoles.java | 2 +- .../org/appng/cli/commands/group/AddGroup.java | 2 +- .../org/appng/cli/commands/group/CreateGroup.java | 2 +- .../org/appng/cli/commands/group/DeleteGroup.java | 2 +- .../org/appng/cli/commands/group/ListGroups.java | 2 +- .../appng/cli/commands/heartbeat/HeartBeat.java | 273 ++------- .../cli/commands/permission/AddPermission.java | 2 +- .../cli/commands/permission/ListPermissions.java | 4 +- .../cli/commands/permission/RemovePermission.java | 2 +- .../appng/cli/commands/platform/ExtractData.java | 225 ++++++++ .../cli/commands/property/CreateProperty.java | 2 +- .../cli/commands/property/DeleteProperty.java | 2 +- .../cli/commands/property/ListProperties.java | 2 +- .../cli/commands/property/PropertyHelper.java | 2 +- .../cli/commands/property/UpdateProperty.java | 2 +- .../cli/commands/repository/CreateRepository.java | 2 +- .../cli/commands/repository/DeleteRepository.java | 2 +- .../cli/commands/repository/ListRepositories.java | 2 +- .../appng/cli/commands/site/CheckSiteRunning.java | 2 +- .../org/appng/cli/commands/site/CreateSite.java | 2 +- .../org/appng/cli/commands/site/DeleteSite.java | 2 +- .../org/appng/cli/commands/site/ListSites.java | 2 +- .../org/appng/cli/commands/site/ReloadSite.java | 2 +- .../org/appng/cli/commands/site/SetSiteActive.java | 2 +- .../appng/cli/commands/subject/CreateSubject.java | 33 +- .../appng/cli/commands/subject/DeleteSubject.java | 2 +- .../appng/cli/commands/subject/HashPassword.java | 163 ++++++ .../appng/cli/commands/subject/ListSubjects.java | 2 +- .../cli/commands/template/DeleteTemplate.java | 2 +- .../cli/commands/template/InstallTemplate.java | 2 +- .../org/appng/cli/prettytable/PrettyTable.java | 8 +- .../org/appng/cli/prettytable/TableColumn.java | 2 +- .../org/appng/cli/prettytable/TableConstants.java | 2 +- .../java/org/appng/cli/prettytable/TableRow.java | 4 +- .../org/appng/cli/servlet/InstallListener.java | 56 +- .../java/org/appng/cli/validators/FileExists.java | 2 +- appng-cli/src/main/resources/cliContext.xml | 4 +- appng-cli/src/main/resources/context-resources.xml | 5 + .../org/appng/cli/commands/platform/appng | 6 + .../org/appng/cli/commands/platform/appng.bat | 6 + .../java/org/appng/cli/CliBootstrapRunner.java | 28 + .../test/java/org/appng/cli/CliBootstrapTest.java | 2 +- .../org/appng/cli/CliCoreDBNotInitializedTest.java | 2 +- .../src/test/java/org/appng/cli/CliCoreTest.java | 2 +- .../appng/cli/commands/AbstractCommandTest.java | 2 +- .../org/appng/cli/commands/CommandBatchTest.java | 4 +- .../application/CommandInstallApplicationTest.java | 2 +- .../CommandListApplicationsForSiteTest.java | 2 +- .../application/CommandListApplicationsTest.java | 2 +- .../cli/commands/group/CommandAddGroupTest.java | 2 +- .../cli/commands/group/CommandCreateGroupTest.java | 2 +- .../cli/commands/group/CommandDeleteGroupTest.java | 2 +- .../cli/commands/group/CommandListGroupsTest.java | 2 +- .../cli/commands/permission/AddPermissionTest.java | 2 +- .../commands/permission/BasePermissionTest.java | 2 +- .../commands/permission/ListPermissionTest.java | 2 +- .../commands/permission/RemovePermissionTest.java | 2 +- .../property/CommandCreateClobPropertyTest.java | 2 +- .../property/CommandCreatePropertyTest.java | 2 +- .../property/CommandListPropertiesTest.java | 9 +- .../property/CommandUpdateClobPropertyTest.java | 2 +- .../property/CommandUpdatePropertyTest.java | 2 +- .../repository/CommandCreateRepositoryTest.java | 2 +- .../repository/CommandDeleteRepositoryTest.java | 2 +- .../repository/CommandListRepositoryTest.java | 2 +- .../commands/site/CommandCheckSiteRunningTest.java | 2 +- .../cli/commands/site/CommandCreateSiteTest.java | 2 +- .../cli/commands/site/CommandDeleteSiteTest.java | 2 +- .../cli/commands/site/CommandListSitesTest.java | 2 +- .../commands/site/CommandSetSiteActiveTest.java | 2 +- .../commands/subject/CommandCreateSubjectTest.java | 24 +- .../commands/subject/CommandDeleteSubjectTest.java | 2 +- .../commands/subject/CommandListSubjectTest.java | 2 +- .../cli/commands/subject/HashPasswordTest.java | 47 ++ .../template/CommandInstallTemplateTest.java | 2 +- .../org/appng/cli/prettyTable/PrettyTableTest.java | 2 +- appng-cli/src/test/resources/cliContext-test.xml | 2 + appng-core/pom.xml | 23 +- .../src/main/java/org/appng/core/JMXUtils.java | 12 +- .../src/main/java/org/appng/core/Redirect.java | 13 +- .../java/org/appng/core/controller/AppngCache.java | 6 +- .../appng/core/controller/CacheElementBase.java | 2 +- .../java/org/appng/core/controller/Controller.java | 118 ++-- .../org/appng/core/controller/HttpHeaders.java | 2 +- .../org/appng/core/controller/Log4jConfigurer.java | 67 +++ .../org/appng/core/controller/PlatformConfig.java | 242 ++++++++ .../org/appng/core/controller/PlatformStartup.java | 77 ++- .../appng/core/controller/RepositoryWatcher.java | 27 +- .../java/org/appng/core/controller/Session.java | 2 +- .../org/appng/core/controller/SessionListener.java | 12 +- .../core/controller/filter/CsrfSetupFilter.java | 32 +- .../core/controller/filter/JspExtensionFilter.java | 26 +- .../controller/filter/MSOfficeUserAgentFilter.java | 11 +- .../core/controller/filter/PageCacheFilter.java | 23 +- .../core/controller/filter/RedirectFilter.java | 28 +- .../core/controller/filter/ResponseWrapper.java | 2 +- .../appng/core/controller/filter/XSSFilter.java | 12 +- .../core/controller/handler/ErrorPageHandler.java | 12 +- .../appng/core/controller/handler/GuiHandler.java | 24 +- .../appng/core/controller/handler/JspHandler.java | 15 +- .../core/controller/handler/RequestHandler.java | 2 +- .../appng/core/controller/handler/RestService.java | 8 +- .../controller/handler/ServiceRequestHandler.java | 16 +- .../appng/core/controller/handler/SoapService.java | 13 +- .../controller/handler/StaticContentHandler.java | 11 +- .../appng/core/controller/messaging/JedisBase.java | 2 +- .../core/controller/messaging/JedisReceiver.java | 9 +- .../core/controller/messaging/JedisSender.java | 11 +- .../core/controller/messaging/MessageHandler.java | 2 +- .../controller/messaging/MulticastReceiver.java | 17 +- .../core/controller/messaging/MulticastSender.java | 32 +- .../appng/core/controller/messaging/NodeEvent.java | 6 +- .../core/controller/messaging/RabbitMQBase.java | 2 +- .../controller/messaging/RabbitMQReceiver.java | 9 +- .../core/controller/messaging/RabbitMQSender.java | 9 +- .../core/controller/messaging/ReloadSiteEvent.java | 2 +- .../controller/messaging/RequestNodeState.java | 2 +- .../controller/messaging/SiteDeletedEvent.java | 2 +- .../core/controller/messaging/SiteStateEvent.java | 4 +- .../core/controller/messaging/TribesReceiver.java | 10 +- .../core/controller/messaging/TribesSender.java | 10 +- .../appng/core/controller/rest/RestActionBase.java | 99 ++-- .../core/controller/rest/RestDataSourceBase.java | 18 +- .../appng/core/controller/rest/RestOperation.java | 13 +- .../core/controller/rest/RestPostProcessor.java | 2 +- .../org/appng/core/domain/ApplicationImpl.java | 18 +- .../main/java/org/appng/core/domain/Auditable.java | 2 +- .../org/appng/core/domain/DatabaseConnection.java | 9 +- .../main/java/org/appng/core/domain/GroupImpl.java | 6 +- .../java/org/appng/core/domain/ObjectUtils.java | 11 +- .../org/appng/core/domain/PackageArchiveImpl.java | 21 +- .../java/org/appng/core/domain/PermissionImpl.java | 2 +- .../core/domain/PersistentPropertyHolder.java | 2 +- .../java/org/appng/core/domain/PlatformEvent.java | 2 +- .../appng/core/domain/PlatformEventListener.java | 12 +- .../java/org/appng/core/domain/PropertyImpl.java | 2 +- .../java/org/appng/core/domain/RepositoryImpl.java | 15 +- .../java/org/appng/core/domain/ResourceImpl.java | 2 +- .../main/java/org/appng/core/domain/RoleImpl.java | 4 +- .../org/appng/core/domain/SiteApplication.java | 2 +- .../org/appng/core/domain/SiteApplicationPK.java | 8 +- .../main/java/org/appng/core/domain/SiteImpl.java | 24 +- .../java/org/appng/core/domain/SubjectImpl.java | 6 +- .../main/java/org/appng/core/domain/Template.java | 4 +- .../org/appng/core/domain/TemplateResource.java | 2 +- .../org/appng/core/domain/ValidationPatterns.java | 2 +- .../appng/core/model/AbstractRequestProcessor.java | 85 ++- .../appng/core/model/AccessibleApplication.java | 2 +- .../java/org/appng/core/model/ActionElement.java | 2 +- .../org/appng/core/model/ApplicationContext.java | 11 +- .../org/appng/core/model/ApplicationProvider.java | 55 +- .../appng/core/model/ApplicationSubjectImpl.java | 4 +- .../java/org/appng/core/model/CacheProvider.java | 12 +- .../org/appng/core/model/DataSourceElement.java | 2 +- .../org/appng/core/model/FeatureProviderImpl.java | 2 +- .../org/appng/core/model/InstallablePackage.java | 2 +- .../main/java/org/appng/core/model/JarInfo.java | 10 +- .../org/appng/core/model/NavigationBuilder.java | 21 +- .../java/org/appng/core/model/PackageArchive.java | 2 +- .../java/org/appng/core/model/PackageVersion.java | 2 +- .../java/org/appng/core/model/PackageWrapper.java | 8 +- .../appng/core/model/PageParameterProcessor.java | 25 +- .../org/appng/core/model/PlatformProcessor.java | 98 ++-- .../org/appng/core/model/PlatformTransformer.java | 147 ++--- .../main/java/org/appng/core/model/Repository.java | 13 +- .../java/org/appng/core/model/RepositoryCache.java | 13 +- .../org/appng/core/model/RepositoryCacheBase.java | 27 +- .../appng/core/model/RepositoryCacheFactory.java | 10 +- .../core/model/RepositoryCacheFilesystem.java | 30 +- .../org/appng/core/model/RepositoryCacheSoap.java | 11 +- .../java/org/appng/core/model/RepositoryMode.java | 2 +- .../org/appng/core/model/RepositoryScheme.java | 4 +- .../java/org/appng/core/model/RepositoryType.java | 2 +- .../java/org/appng/core/model/RepositoryUtils.java | 2 +- .../org/appng/core/model/RequestProcessor.java | 10 +- .../java/org/appng/core/model/ResponseType.java | 2 +- .../org/appng/core/model/TemplateProcessor.java | 99 ++++ .../org/appng/core/model/ThymeleafProcessor.java | 395 +++++++++---- .../org/appng/core/model/ZipFileProcessor.java | 2 +- .../main/java/org/appng/core/repository/.gitignore | 1 + .../core/repository/ApplicationRepository.java | 2 +- .../repository/DatabaseConnectionRepository.java | 2 +- .../org/appng/core/repository/GroupRepository.java | 2 +- .../core/repository/PermissionRepository.java | 2 +- .../core/repository/PlatformEventRepository.java | 2 +- .../appng/core/repository/PropertyRepository.java | 2 +- .../org/appng/core/repository/RepoRepository.java | 2 +- .../appng/core/repository/ResourceRepository.java | 2 +- .../org/appng/core/repository/RoleRepository.java | 2 +- .../core/repository/SiteApplicationRepository.java | 2 +- .../org/appng/core/repository/SiteRepository.java | 2 +- .../appng/core/repository/SubjectRepository.java | 2 +- .../appng/core/repository/TemplateRepository.java | 2 +- .../repository/TemplateResourceRepository.java | 2 +- .../config/ApplicationPostProcessor.java | 8 +- .../core/repository/config/DataSourceFactory.java | 10 +- .../repository/config/DatasourceConfigurer.java | 2 +- .../core/repository/config/HikariCPConfigurer.java | 7 +- .../repository/config/TomcatJdbcConfigurer.java | 12 +- .../appng/core/security/BCryptPasswordHandler.java | 2 +- .../appng/core/security/DefaultPasswordPolicy.java | 2 +- .../java/org/appng/core/security/DigestUtil.java | 2 +- .../org/appng/core/security/DigestValidator.java | 20 +- .../org/appng/core/security/PasswordHandler.java | 2 +- .../java/org/appng/core/security/SaltedDigest.java | 2 +- .../org/appng/core/security/SaltedDigestSha1.java | 12 +- .../appng/core/security/Sha1PasswordHandler.java | 2 +- .../appng/core/security/signing/BaseConfig.java | 6 +- .../core/security/signing/CertChainValidator.java | 8 +- .../org/appng/core/security/signing/CertTools.java | 2 +- .../core/security/signing/SignatureWrapper.java | 2 +- .../org/appng/core/security/signing/Signer.java | 69 ++- .../appng/core/security/signing/SignerConfig.java | 2 +- .../core/security/signing/SigningException.java | 2 +- .../core/security/signing/ValidatorConfig.java | 4 +- .../core/service/ApplicationArchiveProcessor.java | 14 +- .../appng/core/service/ApplicationProperties.java | 2 +- .../java/org/appng/core/service/CacheService.java | 23 +- .../java/org/appng/core/service/CoreService.java | 249 ++++----- .../org/appng/core/service/DatabaseService.java | 46 +- .../java/org/appng/core/service/HsqlStarter.java | 16 +- .../org/appng/core/service/InitializerService.java | 200 +++---- .../java/org/appng/core/service/LdapService.java | 38 +- .../org/appng/core/service/MigrationService.java | 33 +- .../org/appng/core/service/PlatformProperties.java | 129 +++++ .../org/appng/core/service/PropertySupport.java | 58 +- .../org/appng/core/service/TemplateService.java | 35 +- .../core/templating/AppNGThymeleafDialect.java | 2 +- .../appng/core/templating/ReplaceTagProcessor.java | 10 +- .../templating/ThymeleafReplaceInterceptor.java | 2 +- .../ThymeleafReplaceInterceptorBase.java | 6 +- ...ThymeleafStandardReplaceTagProcessorCaller.java | 2 +- .../core/templating/ThymeleafTemplateEngine.java | 2 +- .../resources/org/appng/core/controller/logo.txt | 14 + .../org/appng/core/platform-config.properties | 1 + .../org/appng/core/site-config.properties | 1 + appng-core/src/main/xsd/appng-repository.xsd | 1 + .../java/org/appng/api/messaging/TestReceiver.java | 9 +- .../src/test/java/org/appng/core/PathInfoTest.java | 14 +- .../core/application/PermissionProcessorTest.java | 4 +- .../core/controller/ApplicationContextTest.java | 4 +- .../org/appng/core/controller/ControllerTest.java | 27 +- .../appng/core/controller/PlatformConfigTest.java | 52 ++ .../core/controller/PlatformProcessorTest.java | 34 +- .../appng/core/controller/PlatformStartupTest.java | 21 +- .../org/appng/core/controller/RedirectTest.java | 2 +- .../core/controller/RepositoryWatcherTest.java | 2 +- .../org/appng/core/controller/RequestUtilTest.java | 7 +- .../appng/core/controller/SessionListenerTest.java | 4 +- .../org/appng/core/controller/TestSupport.java | 18 +- .../controller/filter/JspExtensionFilterTest.java | 2 +- .../controller/filter/PageCacheFilterTest.java | 2 +- .../core/controller/filter/RedirectFilterTest.java | 7 +- .../core/controller/handler/GuiHandlerTest.java | 12 +- .../handler/ServiceRequestHandlerTest.java | 12 +- .../controller/messaging/AbstractMessagingIT.java | 5 +- .../controller/messaging/JedisMessagingIT.java | 2 +- .../core/controller/messaging/MessagingTest.java | 25 +- .../controller/messaging/MultiCastMessagingIT.java | 2 +- .../controller/messaging/RabbitMQMessagingIT.java | 2 +- .../appng/core/controller/rest/RestActionTest.java | 23 +- .../core/controller/rest/RestDataSourceTest.java | 2 +- .../core/controller/rest/RestOperationTest.java | 17 +- .../appng/core/controller/rest/model/Payment.java | 15 + .../core/controller/rest/model/PaymentItem.java | 15 + .../appng/core/controller/rest/model/SiteForm.java | 2 +- .../org/appng/core/domain/PackageArchiveTest.java | 2 +- .../org/appng/core/domain/ResourceImplTest.java | 2 +- .../java/org/appng/core/domain/SiteImplTest.java | 4 +- .../appng/core/domain/ValidationPatternTest.java | 2 +- .../appng/core/model/ApplicationProviderTest.java | 4 +- .../org/appng/core/model/CacheProviderTest.java | 2 +- .../org/appng/core/model/JarInfoBuilderTest.java | 2 +- .../appng/core/model/OutputFormatAndTypeTest.java | 5 +- .../core/model/PageParameterProcessorTest.java | 8 +- .../src/test/java/org/appng/core/model/Person.java | 10 +- .../appng/core/model/PlatformTransformerTest.java | 72 ++- .../org/appng/core/model/RepositoryUtilsTest.java | 2 +- .../appng/core/model/ThymeleafProcessorTest.java | 149 ++++- .../core/repository/AbstractRepositoryTest.java | 5 +- .../appng/core/repository/GroupRepositoryTest.java | 2 +- .../core/repository/PermissionRepositoryTest.java | 2 +- .../core/repository/PropertyRepositoryTest.java | 2 +- .../appng/core/repository/RepositoryCacheTest.java | 10 +- .../org/appng/core/repository/RepositoryTest.java | 2 +- .../core/repository/ResourceRepositoryTest.java | 2 +- .../appng/core/repository/RoleRepositoryTest.java | 2 +- .../java/org/appng/core/repository/SchemaGen.java | 4 +- .../appng/core/repository/SiteRepositoryTest.java | 2 +- .../core/repository/SubjectRepositoryTest.java | 2 +- .../config/ApplicationPostProcessorTest.java | 2 +- .../core/security/BCryptPasswordHandlerTest.java | 2 +- .../core/security/DefaultPasswordPolicyTest.java | 2 +- .../appng/core/security/DigestValidatorTest.java | 2 +- .../appng/core/security/PasswordHandlerTest.java | 2 +- .../org/appng/core/security/SaltedDigestTest.java | 6 +- .../core/security/Sha1PasswordHandlerTest.java | 2 +- .../appng/core/security/signing/SignerTest.java | 4 +- .../appng/core/service/AppNGTestDataProvider.java | 19 +- .../service/ApplicationArchiveProcessorTest.java | 6 +- .../org/appng/core/service/CoreServiceTest.java | 16 +- .../appng/core/service/DatabaseServiceTest.java | 4 +- .../org/appng/core/service/HsqlStarterTest.java | 2 +- .../appng/core/service/InitTestDataProvider.java | 9 +- .../appng/core/service/InitializerServiceTest.java | 6 +- .../appng/core/service/LdapContextFactoryMock.java | 4 +- .../org/appng/core/service/LdapContextMock.java | 4 +- .../org/appng/core/service/LdapServiceTest.java | 4 +- .../org/appng/core/service/PlatformTestConfig.java | 188 +++++++ .../appng/core/service/PropertySupportTest.java | 2 +- .../core/service/SiteClassLoaderBuilderTest.java | 2 +- .../appng/core/service/TemplateServiceTest.java | 4 +- .../org/appng/core/service/TestInitializer.java | 3 +- .../org/appng/testapplication/TestController.java | 2 +- .../org/appng/testapplication/TestEntities.java | 4 +- .../java/org/appng/testapplication/TestEntity.java | 2 +- .../org/appng/testapplication/TestService.java | 2 +- .../src/test/resources/appNG-hsql.properties | 11 + appng-core/src/test/resources/platformContext.xml | 115 ---- .../resources/template/thymeleaf/conf/platform.xml | 615 +++++++++++++++++++++ .../template/thymeleaf/resources/css/style.css | 4 + .../thymeleaf/resources/html/hello-custom.html | 8 + .../template/thymeleaf/resources/html/hello.html | 8 + .../thymeleaf/resources/html/platform.html | 11 + appng-documentation/pom.xml | 2 +- .../src/main/asciidoc/listing/dependencies.txt | 8 +- .../java/org/appng/documentation/UrlValidator.java | 2 +- .../test/java/org/example/CalculatorService.java | 2 +- .../src/test/java/org/example/Employee.java | 2 +- .../src/test/java/org/example/Employees.java | 2 +- .../src/test/java/org/example/EmployeesTest.java | 2 +- appng-forms/pom.xml | 2 +- .../java/org/appng/el/ExpressionEvaluator.java | 22 +- .../src/main/java/org/appng/el/VariableMapper.java | 4 +- .../src/main/java/org/appng/forms/FormUpload.java | 2 +- .../java/org/appng/forms/FormUploadValidator.java | 2 +- .../src/main/java/org/appng/forms/Request.java | 2 +- .../java/org/appng/forms/RequestContainer.java | 2 +- .../src/main/java/org/appng/forms/XSSUtil.java | 17 +- .../java/org/appng/forms/impl/FormUploadBean.java | 13 +- .../java/org/appng/forms/impl/RequestBean.java | 64 +-- .../java/org/appng/el/ExpressionEvaluatorTest.java | 10 +- .../test/java/org/appng/forms/FormRequestTest.java | 6 +- .../test/java/org/appng/forms/FormUploadTest.java | 2 +- .../src/test/java/org/appng/forms/RequestTest.java | 4 +- .../src/test/java/org/appng/forms/XSSUtilTest.java | 2 +- appng-formtags/pom.xml | 2 +- .../main/java/org/appng/formtags/ErrorAware.java | 2 +- .../src/main/java/org/appng/formtags/Form.java | 13 +- .../java/org/appng/formtags/FormConfirmation.java | 2 +- .../src/main/java/org/appng/formtags/FormData.java | 6 +- .../main/java/org/appng/formtags/FormElement.java | 4 +- .../java/org/appng/formtags/FormElementOwner.java | 4 +- .../main/java/org/appng/formtags/FormGroup.java | 2 +- .../org/appng/formtags/FormProcessProvider.java | 2 +- .../main/java/org/appng/formtags/LogFormData.java | 2 +- .../java/org/appng/formtags/RuleValidation.java | 8 +- .../appng/formtags/providers/EmailProvider.java | 20 +- .../org/appng/formtags/FormElementRuleTest.java | 2 +- .../java/org/appng/formtags/FormElementTest.java | 2 +- .../org/appng/formtags/RuleValidationTest.java | 8 +- .../test/java/org/appng/formtags/TestRequest.java | 14 +- .../formtags/providers/EmailProviderTest.java | 4 +- appng-mail/pom.xml | 2 +- .../src/main/java/org/appng/mail/Address.java | 2 +- .../src/main/java/org/appng/mail/Attachment.java | 2 +- appng-mail/src/main/java/org/appng/mail/Mail.java | 2 +- .../main/java/org/appng/mail/MailException.java | 2 +- .../main/java/org/appng/mail/MailTransport.java | 2 +- .../src/main/java/org/appng/mail/Receiver.java | 2 +- .../java/org/appng/mail/impl/AttachmentImpl.java | 2 +- .../java/org/appng/mail/impl/DefaultTransport.java | 14 +- .../main/java/org/appng/mail/impl/MailImpl.java | 8 +- .../test/java/org/appng/mail/DummyTransport.java | 2 +- .../src/test/java/org/appng/mail/MailTest.java | 2 +- appng-maven-plugin/pom.xml | 2 +- .../maven/plugin/mojo/AbstractGeneratorMojo.java | 2 +- .../mojo/GenerateApplicationConstantsMojo.java | 2 +- .../plugin/mojo/GenerateMessageConstantsMojo.java | 2 +- .../maven/plugin/mojo/AbstractGenerateTest.java | 2 +- .../mojo/GenerateApplicationConstantsMojoTest.java | 2 +- .../mojo/GenerateMessageConstantsMojoTest.java | 2 +- appng-persistence/pom.xml | 6 +- .../org/appng/persistence/dialect/HSQLDialect.java | 2 +- .../persistence/dialect/MySqlTextDialect.java | 2 +- .../persistence/dialect/SQLServer2008Dialect.java | 2 +- .../repository/EnversSearchRepository.java | 10 +- .../repository/EnversSearchRepositoryImpl.java | 2 +- .../repository/QueryDslSearchRepository.java | 2 +- .../repository/QueryDslSearchRepositoryImpl.java | 2 +- .../appng/persistence/repository/SearchQuery.java | 23 +- .../persistence/repository/SearchRepository.java | 2 +- .../repository/SearchRepositoryFactoryBean.java | 2 +- .../repository/SearchRepositoryImpl.java | 8 +- .../appng/persistence/model/EnversTestEntity.java | 2 +- .../org/appng/persistence/model/QTestEntity.java | 2 +- .../org/appng/persistence/model/TestEntity.java | 2 +- .../repository/EnversRepositoryConfiguration.java | 2 +- .../repository/EnversSearchRepositoryTest.java | 12 +- .../repository/QueryDslSearchRepositoryTest.java | 2 +- .../repository/RepositoryConfiguration.java | 13 +- .../persistence/repository/SearchQueryTest.java | 8 +- .../repository/SearchRepositoryTest.java | 2 +- .../repository/TestEntityEnversRepo.java | 2 +- .../persistence/repository/TestEntityRepo.java | 2 +- appng-rest-api/pom.xml | 3 +- .../main/java/org/appng/api/rest/ActionHelper.java | 2 +- .../java/org/appng/api/rest/DataSourceHelper.java | 2 +- .../main/java/org/appng/api/rest/RestClient.java | 18 +- .../org/appng/api/rest/RestResponseEntity.java | 2 +- .../java/org/appng/api/rest/ActionHelperTest.java | 2 +- .../org/appng/api/rest/DataSourceHelperTest.java | 2 +- .../java/org/appng/api/rest/RestClientTest.java | 2 +- appng-search/pom.xml | 2 +- .../java/org/appng/search/DocumentProvider.java | 2 +- .../src/main/java/org/appng/search/Search.java | 2 +- .../main/java/org/appng/search/SearchProvider.java | 2 +- .../org/appng/search/indexer/DocumentIndexer.java | 45 +- .../appng/search/indexer/FileSystemProvider.java | 32 +- .../org/appng/search/indexer/GlobalIndexer.java | 31 +- .../java/org/appng/search/indexer/IndexConfig.java | 37 +- .../java/org/appng/search/indexer/ParseTags.java | 18 +- .../org/appng/search/indexer/SimpleDocument.java | 16 +- .../main/java/org/appng/search/json/Filter.java | 2 +- .../java/org/appng/search/json/FilterConfig.java | 2 +- .../java/org/appng/search/json/FilterData.java | 2 +- .../java/org/appng/search/json/FilterItem.java | 4 +- .../src/main/java/org/appng/search/json/Json.java | 2 +- .../src/main/java/org/appng/search/json/Page.java | 2 +- .../src/main/java/org/appng/search/json/Part.java | 4 +- .../main/java/org/appng/search/json/Result.java | 2 +- .../main/java/org/appng/search/json/Results.java | 4 +- .../main/java/org/appng/search/json/Search.java | 2 +- .../java/org/appng/search/json/SearchFilter.java | 2 +- .../org/appng/search/searcher/DateAdapter.java | 2 +- .../search/searcher/GermanSearchTermProcessor.java | 12 +- .../org/appng/search/searcher/SearchFormatter.java | 6 +- .../appng/search/searcher/SearchTermProcessor.java | 2 +- .../appng/search/searcher/StandardSearcher.java | 10 +- .../org/appng/search/indexer/ParseTagsTest.java | 2 +- .../appng/search/indexer/StandardSearcherTest.java | 10 +- .../searcher/GermanSearchTermProcessorTest.java | 2 +- appng-standalone/appng.bat | 1 + appng-standalone/appng.sh | 2 + appng-standalone/build.sh | 4 +- appng-standalone/pom.xml | 294 +++++----- appng-standalone/readme.txt | 16 +- appng-standalone/run.sh | 2 +- appng-standalone/src/main/assembly/assembly.xml | 12 +- .../org/appng/standalone/ApplicationStartup.java | 159 +++--- appng-standalone/src/main/resources/urlrewrite.xml | 11 + .../appng/standalone/ApplicationStartupTest.java | 2 +- appng-standalone/start_appng.sh | 2 +- appng-taglib/pom.xml | 2 +- .../java/org/appng/taglib/ApplicationAdapter.java | 22 +- .../src/main/java/org/appng/taglib/Attribute.java | 12 +- .../src/main/java/org/appng/taglib/If.java | 12 +- .../java/org/appng/taglib/MultiSiteSupport.java | 9 +- .../src/main/java/org/appng/taglib/Parameter.java | 12 +- .../main/java/org/appng/taglib/ParameterOwner.java | 2 +- .../src/main/java/org/appng/taglib/Permission.java | 14 +- .../main/java/org/appng/taglib/TagletAdapter.java | 16 +- .../java/org/appng/taglib/TagletProcessor.java | 53 +- .../src/main/java/org/appng/taglib/form/Form.java | 5 +- .../org/appng/taglib/form/FormConfirmation.java | 6 +- .../main/java/org/appng/taglib/form/FormData.java | 10 +- .../java/org/appng/taglib/form/FormElement.java | 9 +- .../main/java/org/appng/taglib/form/FormGroup.java | 2 +- .../main/java/org/appng/taglib/search/Search.java | 34 +- .../java/org/appng/taglib/search/SearchPart.java | 14 +- .../java/org/appng/taglib/search/Searchable.java | 9 +- .../test/java/org/appng/taglib/AttributeTest.java | 2 +- .../src/test/java/org/appng/taglib/IfTest.java | 2 +- .../org/appng/taglib/MultiSiteSupportTest.java | 6 +- .../test/java/org/appng/taglib/ParameterTest.java | 4 +- .../test/java/org/appng/taglib/PermissionTest.java | 2 +- .../java/org/appng/taglib/TagletAdapterTest.java | 4 +- .../java/org/appng/taglib/TagletProcessorTest.java | 42 +- .../test/java/org/appng/taglib/TagletTestBase.java | 12 +- .../appng/taglib/form/FormConfirmationTest.java | 2 +- .../java/org/appng/taglib/search/SearchTest.java | 8 +- appng-template-assembly/pom.xml | 2 +- appng-template-parent/pom.xml | 4 +- appng-testsupport/pom.xml | 2 +- .../main/java/org/appng/testsupport/TestBase.java | 234 ++++++-- .../testsupport/persistence/ConnectionHelper.java | 2 +- .../testsupport/persistence/ConnectionInfo.java | 2 +- .../testsupport/persistence/DatabaseUtil.java | 100 ++-- .../appng/testsupport/persistence/HsqlServer.java | 29 +- .../persistence/HsqlServerFactoryBean.java | 20 +- .../testsupport/persistence/TestDataProvider.java | 2 +- .../AttributeValueDifferenceHandler.java | 2 +- .../validation/DateFieldDifferenceHandler.java | 2 +- .../testsupport/validation/DifferenceHandler.java | 2 +- .../validation/TextValueDifferenceHandler.java | 2 +- .../validation/WritingJsonValidator.java | 11 +- .../validation/WritingXmlValidator.java | 28 +- .../validation/XPathDifferenceHandler.java | 4 +- .../appng/testsupport/SimpleApplicationTest.java | 2 +- .../java/org/appng/testsupport/TestBaseTest.java | 2 +- .../AttributeValueDifferenceHandlerTest.java | 2 +- .../validation/DateFieldDifferenceHandlerTest.java | 2 +- .../validation/DifferenceHandlerTest.java | 2 +- .../validation/TextValueDifferenceHandlerTest.java | 2 +- .../validation/WritingJsonValidatorTest.java | 2 +- .../validation/XPathDifferenceHandlerTest.java | 2 +- appng-tomcat7/.gitignore | 1 - appng-tomcat7/pom.xml | 35 -- .../org/appng/core/controller/Tomcat7Support.java | 54 -- appng-tomcat8/.gitignore | 1 - appng-tomcat8/pom.xml | 34 -- .../org/appng/core/controller/Tomcat8Support.java | 63 --- appng-tools/pom.xml | 2 +- .../src/main/java/org/appng/tools/RandomUtil.java | 2 +- .../org/appng/tools/file/FilePrefixFilter.java | 2 +- .../org/appng/tools/file/FileSuffixFilter.java | 2 +- .../java/org/appng/tools/file/MagicByteCheck.java | 13 +- .../appng/tools/file/PropertyConstantCreator.java | 26 +- .../main/java/org/appng/tools/image/Captcha.java | 15 +- .../java/org/appng/tools/image/ImageMetaData.java | 2 +- .../java/org/appng/tools/image/ImageProcessor.java | 13 +- .../java/org/appng/tools/locator/Coordinate.java | 10 +- .../org/appng/tools/locator/GMapGeoLocator.java | 36 +- .../java/org/appng/tools/locator/GeoLocator.java | 2 +- .../main/java/org/appng/tools/markup/XHTML.java | 2 +- .../src/main/java/org/appng/tools/markup/XML.java | 20 +- .../src/main/java/org/appng/tools/os/Command.java | 9 +- .../java/org/appng/tools/os/OperatingSystem.java | 2 +- .../java/org/appng/tools/os/StringConsumer.java | 14 +- .../src/main/java/org/appng/tools/poi/Border.java | 2 +- .../src/main/java/org/appng/tools/poi/Borders.java | 2 +- .../java/org/appng/tools/poi/ColumnDefinition.java | 2 +- .../main/java/org/appng/tools/poi/FontBuilder.java | 2 +- .../java/org/appng/tools/poi/WorkBookHelper.java | 4 +- .../src/main/java/org/appng/tools/ui/Chunk.java | 2 +- .../main/java/org/appng/tools/ui/Pagination.java | 2 +- .../java/org/appng/tools/ui/StringNormalizer.java | 2 +- .../tools/zipcode/DefaultZipCodeValidator.java | 2 +- .../tools/zipcode/GermanyZipCodeValidator.java | 2 +- .../org/appng/tools/zipcode/ZipCodeCountry.java | 2 +- .../org/appng/tools/zipcode/ZipCodeValidator.java | 2 +- .../tools/zipcode/ZipCodeValidatorFactory.java | 10 +- .../org/appng/tools/file/MagicByteCheckTest.java | 2 +- .../tools/file/PropertyConstantCreatorTest.java | 2 +- .../java/org/appng/tools/image/DimensionTest.java | 2 +- .../org/appng/tools/image/ImageProcessorTest.java | 2 +- .../org/appng/tools/locator/GeoLocatorTest.java | 2 +- .../java/org/appng/tools/markup/XHTMLTest.java | 2 +- .../test/java/org/appng/tools/os/CommandTest.java | 2 +- .../org/appng/tools/os/OperatingSystemTest.java | 15 + .../java/org/appng/tools/poi/WorkbookTest.java | 2 +- .../java/org/appng/tools/ui/PaginationTest.java | 2 +- .../org/appng/tools/ui/StringNormalizerTest.java | 2 +- appng-upngizr/README.adoc | 7 +- appng-upngizr/pom.xml | 2 +- .../java/org/appng/upngizr/controller/UpNGizr.java | 4 +- .../appng/upngizr/controller/UpNGizrConfig.java | 2 +- .../java/org/appng/upngizr/controller/Updater.java | 124 ++--- .../org/appng/upngizr/controller/UpdaterTest.java | 4 +- appng-xmlapi/pom.xml | 2 +- .../xml/ApplicationPropertyConstantCreator.java | 20 +- .../src/main/java/org/appng/xml/BaseObject.java | 2 +- .../main/java/org/appng/xml/MarshallService.java | 29 +- .../xml/transformation/StyleSheetProvider.java | 51 +- .../org/appng/xml/transformation/Transformer.java | 24 +- .../ApplicationPropertyConstantCreatorTest.java | 2 +- .../java/org/appng/xml/MarshallServiceTest.java | 2 +- .../xml/transformation/StyleSheetProviderTest.java | 2 +- changelog.txt | 33 ++ license-header.txt | 2 +- lombok.config | 1 + pom.xml | 127 +++-- 889 files changed, 7023 insertions(+), 4835 deletions(-) create mode 100644 appng-api/src/test/java/org/appng/api/support/ApplicationResourceHolderTest.java delete mode 100644 appng-application/src/main/webapp/WEB-INF/conf/platformContext.xml create mode 100644 appng-cli/src/main/java/org/appng/cli/commands/platform/ExtractData.java create mode 100644 appng-cli/src/main/java/org/appng/cli/commands/subject/HashPassword.java create mode 100644 appng-cli/src/main/resources/context-resources.xml create mode 100644 appng-cli/src/main/resources/org/appng/cli/commands/platform/appng create mode 100644 appng-cli/src/main/resources/org/appng/cli/commands/platform/appng.bat create mode 100644 appng-cli/src/test/java/org/appng/cli/CliBootstrapRunner.java create mode 100644 appng-cli/src/test/java/org/appng/cli/commands/subject/HashPasswordTest.java create mode 100644 appng-core/src/main/java/org/appng/core/controller/Log4jConfigurer.java create mode 100644 appng-core/src/main/java/org/appng/core/controller/PlatformConfig.java create mode 100644 appng-core/src/main/java/org/appng/core/model/TemplateProcessor.java create mode 100644 appng-core/src/main/java/org/appng/core/repository/.gitignore create mode 100644 appng-core/src/main/java/org/appng/core/service/PlatformProperties.java create mode 100644 appng-core/src/main/resources/org/appng/core/controller/logo.txt create mode 100644 appng-core/src/test/java/org/appng/core/controller/PlatformConfigTest.java create mode 100644 appng-core/src/test/java/org/appng/core/service/PlatformTestConfig.java create mode 100644 appng-core/src/test/resources/appNG-hsql.properties delete mode 100644 appng-core/src/test/resources/platformContext.xml create mode 100644 appng-core/src/test/resources/template/thymeleaf/conf/platform.xml create mode 100644 appng-core/src/test/resources/template/thymeleaf/resources/css/style.css create mode 100644 appng-core/src/test/resources/template/thymeleaf/resources/html/hello-custom.html create mode 100644 appng-core/src/test/resources/template/thymeleaf/resources/html/hello.html create mode 100644 appng-core/src/test/resources/template/thymeleaf/resources/html/platform.html create mode 100755 appng-standalone/appng.bat create mode 100755 appng-standalone/appng.sh create mode 100644 appng-standalone/src/main/resources/urlrewrite.xml delete mode 100644 appng-tomcat7/.gitignore delete mode 100644 appng-tomcat7/pom.xml delete mode 100644 appng-tomcat7/src/main/java/org/appng/core/controller/Tomcat7Support.java delete mode 100644 appng-tomcat8/.gitignore delete mode 100644 appng-tomcat8/pom.xml delete mode 100644 appng-tomcat8/src/main/java/org/appng/core/controller/Tomcat8Support.java create mode 100644 lombok.config [Pipeline] sh + git tag appng-1.19.0 [Pipeline] sh + git push origin appng-1.19.0 To github.com:appNG/appng.git * [new tag] appng-1.19.0 -> appng-1.19.0 [Pipeline] sh + git push To github.com:appNG/appng.git 5dada48..cc61fb5 master -> master [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare next version) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh + git show-ref --verify --quiet refs/heads/appng-1.19.x + git checkout appng-1.19.x Switched to branch 'appng-1.19.x' Your branch is ahead of 'origin/appng-1.19.x' by 1 commit. (use "git push" to publish your local commits) [Pipeline] sh + sed -i s/1\.19\.0/1\.19\.1-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 + sed -i s/:current: {stable}/:current: {snapshot}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh + git status On branch appng-1.19.x Your branch is ahead of 'origin/appng-1.19.x' by 1 commit. (use "git push" to publish your local commits) Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-camunda/README.adoc modified: appng-application-camunda/pom.xml modified: appng-application-parent/pom.xml modified: appng-application/README.adoc modified: appng-application/pom.xml modified: appng-appngizer-jaxb/pom.xml modified: appng-appngizer-maven-plugin/pom.xml modified: appng-appngizer/pom.xml modified: appng-archetype-application/pom.xml modified: appng-archetype-application/readme.txt modified: appng-archetype-application/src/main/resources/archetype-resources/pom.xml modified: appng-camunda/pom.xml modified: appng-cli/pom.xml modified: appng-core/pom.xml modified: appng-documentation/pom.xml modified: appng-documentation/src/main/asciidoc/listing/dependencies.txt modified: appng-forms/pom.xml modified: appng-formtags/pom.xml modified: appng-mail/pom.xml modified: appng-maven-plugin/README.adoc modified: appng-maven-plugin/pom.xml modified: appng-persistence/pom.xml modified: appng-rest-api/pom.xml modified: appng-search/pom.xml modified: appng-standalone/pom.xml modified: appng-taglib/pom.xml modified: appng-template-assembly/pom.xml modified: appng-template-parent/pom.xml modified: appng-testsupport/pom.xml modified: appng-tools/pom.xml modified: appng-upngizr/README.adoc modified: appng-upngizr/pom.xml modified: appng-xmlapi/pom.xml modified: pom.xml Untracked files: (use "git add ..." to include in what will be committed) appng-standalone/src/test/resources/xml/copyConfig.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing next version 1.19.1-SNAPSHOT [appng-1.19.x a8f2db4] preparing next version 1.19.1-SNAPSHOT 38 files changed, 56 insertions(+), 56 deletions(-) [Pipeline] sh + git push origin appng-1.19.x To github.com:appNG/appng.git 4a82331..a8f2db4 appng-1.19.x -> appng-1.19.x [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS