pentaho-kettle icon indicating copy to clipboard operation
pentaho-kettle copied to clipboard

Add GitHub Codespaces configuration

Open aleks-ivanov opened this issue 3 years ago • 27 comments

Includes:

  • ready-to-start GitHub Codespaces configuration with all necessary tooling

  • in addition, it provides basic tools for:

    • Java development
    • GitHub support
    • overall more pleasant VS Code experience

The configuration consists of:

  • "settings": - a list of VS Code settings to be applied automatically after the Codespace container is created (.editorconfig overrides these)

    • "workbench.colorTheme": "Default Dark+" - sets the theme of the VS Code workbench to the Default Dark+ theme
    • "terminal.integrated.defaultProfile.linux": "pwsh" - sets the default VS Code terminal to PowerShell Core
  • extensions: - a list of VS Code extensions that are automatically installed after the Codespace container is created

    • "coenraads.bracket-pair-colorizer" - sets different colors for each nested pair of brackets
    • "vscode-icons-team.vscode-icons" - provides a huge set of icons for the VS Code explorer
    • "editorconfig.editorconfig" - attempts to override user/workspace settings with those in the .editorconfig
    • "eamodio.gitlens" - provides git information directly inside the code
    • "cschleiden.vscode-github-actions" and "redhat.vscode-yaml" - provide YAML and GitHub Actions support
    • "bierner.markdown-preview-github-styles" and "ban.spellright" - provide assistance with writing Markdown documentation
    • "vscjava.vscode-java-pack" - a number of popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more
  • "postCreateCommand" - is a string of commands separated by && that execute after the container has been built and the source code has been cloned

  • "build" - declares the Docker configuration that the container would use to run.

  • Dockerfile:

    • "mcr.microsoft.com/vscode/devcontainers/base:0.202.1-alpine3.14" - the Codespace container runs from a clean Alpine 3.14 image with Git (0.202.1 is the latest Alpine image tagged version)
    • Additional installed tools:
      • openjdk8
      • maven

This GitHub Codespace configuration can also be used locally with the Remote - Containers extension for VS Code. It automatically creates and runs a Docker container based on the devcontainer.json configuration inside the repo, so anyone could work on the project from any computer, without the need to install anything other than VS Code and Docker.

File changes:

  • add .m2 folder declaration in the .gitignore file

aleks-ivanov avatar Aug 30 '21 06:08 aleks-ivanov

:white_check_mark: Build finished in 52m 10s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Aug 30 '21 06:08 buildguy

:white_check_mark: Build finished in 46m 28s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 02 '21 03:09 buildguy

:white_check_mark: Build finished in 47m 13s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 17 '21 03:09 buildguy

:white_check_mark: Build finished in 45m 40s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 18 '21 03:09 buildguy

:white_check_mark: Build finished in 46m 52s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 22 '21 03:09 buildguy

:white_check_mark: Build finished in 46m 40s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 23 '21 03:09 buildguy

:white_check_mark: Build finished in 46m 41s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 24 '21 03:09 buildguy

:white_check_mark: Build finished in 46m 1s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5181, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 25 '21 03:09 buildguy

:white_check_mark: Build finished in 46m 1s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 28 '21 03:09 buildguy

:white_check_mark: Build finished in 45m 16s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Sep 30 '21 03:09 buildguy

:white_check_mark: Build finished in 46m 36s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Oct 02 '21 03:10 buildguy

:white_check_mark: Build finished in 47m 2s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Oct 12 '21 03:10 buildguy

:white_check_mark: Build finished in 52m 25s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Oct 21 '21 19:10 buildguy

:white_check_mark: Build finished in 47m

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Oct 23 '21 03:10 buildguy

:white_check_mark: Build finished in 51m 2s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Oct 30 '21 19:10 buildguy

:white_check_mark: Build finished in 49m 15s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 03 '21 19:11 buildguy

:white_check_mark: Build finished in 48m 15s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5182, Failures: 0, Skipped: 7    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 04 '21 19:11 buildguy

:warning: Build finished in 49m 48s

Build command:

mvn clean verify -B -e -Daudit -amd

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 5 test(s) failed:

org.pentaho.di.core.database.DatabaseConnectingTest.connect_ManyGroups_Simultaneously (click to expand)

Could not initialize class java.util.concurrent.ThreadLocalRandom
org.pentaho.di.core.database.DatabaseMetaTest.testGetDatabaseInterfacesMapWontReturnNullIfCalledSimultaneouslyWithClear (click to expand)

java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom
org.pentaho.di.core.extension.ExtensionPointIntegrationTest.testExtensionPointMapConcurrency (click to expand)

 Run failed with exception(s): [java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom, java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom]
org.pentaho.di.core.logging.MetricsRegistryTest.testConcurrencySnap (click to expand)

expected:<20> but was:<19>
org.pentaho.di.core.logging.MetricsPainterTest.testDrawTimeScaleLineInfinityLoop (click to expand)

test timed out after 1000 milliseconds

Tests run: 5179, Failures: 5, Skipped: 9    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 10 '21 03:11 buildguy

:white_check_mark: Build finished in 49m 9s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5179, Failures: 0, Skipped: 9    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 11 '21 03:11 buildguy

:white_check_mark: Build finished in 49m 55s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5179, Failures: 0, Skipped: 9    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 12 '21 03:11 buildguy

:white_check_mark: Build finished in 50m

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5179, Failures: 0, Skipped: 9    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 16 '21 03:11 buildguy

:white_check_mark: Build finished in 50m 11s

Build command:

mvn clean verify -B -e -Daudit -amd

:ok_hand: All tests passed!

Tests run: 5179, Failures: 0, Skipped: 9    Test Results


:information_source: This is an automatic message

buildguy avatar Nov 18 '21 03:11 buildguy

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

:white_check_mark: Build finished in 4h 30m 38s

Build command:

mvn clean verify -B -e -Daudit -amd

:exclamation: No tests found!

:information_source: This is an automatic message

buildguy avatar Jan 18 '22 22:01 buildguy

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

:x: Build failed in 2h 29m 50s

Build command:

mvn clean verify -B -e -Daudit -amd

:exclamation: No tests found!

Errors:

Filtered log (click to expand)

script returned exit code 1

:information_source: This is an automatic message

buildguy avatar Jan 27 '23 22:01 buildguy

:x: Build failed in 3m 35s

Build command:

mvn clean verify -B -e -Daudit -amd -Djs.no.sandbox

:exclamation: No tests found!

:information_source: This is an automatic message

buildguy avatar Mar 04 '24 10:03 buildguy