Started by timer Running as SYSTEM Building in workspace /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/seasarorg/seasar2.git # timeout=10 Fetching upstream changes from https://github.com/seasarorg/seasar2.git > git --version # timeout=10 > git --version # 'git version 1.7.1' > git fetch --tags --progress https://github.com/seasarorg/seasar2.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision db46d1f5891159eb5ef6aab3a40af7b0e0885377 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f db46d1f5891159eb5ef6aab3a40af7b0e0885377 # timeout=10 Commit message: "Merge branch 'jfut-cleanup-test-file'" > git rev-list --no-walk db46d1f5891159eb5ef6aab3a40af7b0e0885377 # timeout=10 [workspace] $ /home/services/jenkins/tools/hudson.tasks.Maven_MavenInstallation/MAVEN-2.0.9/bin/mvn -f seasar2/pom.xml clean install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Seasar2 [INFO] Seasar2 Framework [INFO] Seasar2 Extension [INFO] Seasar2 Distribution WAGON_VERSION: 1.0-beta-2 [INFO] ------------------------------------------------------------------------ [INFO] Building Seasar2 [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] [site:attach-descriptor] [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] No goals needed for project - skipping [INFO] [source:jar {execution: source-jar}] [INFO] [install:install] [INFO] Installing /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/pom.xml to /home/services/jenkins/.m2/repository/org/seasar/container/s2-container-project/2.4.49-SNAPSHOT/s2-container-project-2.4.49-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Seasar2 Framework [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 491 source files to /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 338 source files to /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.seasar.framework.container.assembler.BindingTypeShouldDefTest WARN 2022-06-26 01:02:20,457 [main] Skip setting property, because property(hoge) of org.seasar.framework.container.assembler.BindingTypeShouldDefTest$A not found Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec Running org.seasar.framework.container.deployer.PrototypeComponentDeployerTest java.lang.UnsupportedOperationException: injectDependency Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.seasar.framework.container.factory.ComponentTagHandlerTest DEBUG 2022-06-26 01:02:20,485 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentTagHandlerTest.dicon) DEBUG 2022-06-26 01:02:20,587 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentTagHandlerTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.833 sec Running org.seasar.framework.util.ByteConversionUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.container.hotdeploy.creator.InterceptorHotdeployCreatorTest DEBUG 2022-06-26 01:03:05,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,321 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,330 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,330 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,332 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,336 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,348 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,354 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,355 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,355 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,367 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,404 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:05,409 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.interceptor.NullInterceptor[nullInterceptor]). DEBUG 2022-06-26 01:03:05,412 [main] stopping HOT Deploy Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec Running org.seasar.framework.container.hotdeploy.creator.ValidatorHotdeployCreatorTest DEBUG 2022-06-26 01:03:05,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,417 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,424 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,424 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,426 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,428 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,435 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,439 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,439 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,439 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,446 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,450 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:05,450 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.validator.FakeValidator[fakeValidator]). DEBUG 2022-06-26 01:03:05,452 [main] stopping HOT Deploy Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running org.seasar.framework.container.impl.SimpleComponentDefTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.seasar.framework.container.cooldeploy.creator.ConverterCoolCreatorTest DEBUG 2022-06-26 01:03:05,459 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,461 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ConverterCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:05,482 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ConverterCoolCreatorTest.dicon) WARN 2022-06-26 01:03:05,482 [main] Skip setting property, because property(converterCustomizer) of org.seasar.framework.container.creator.ConverterCreator not found DEBUG 2022-06-26 01:03:05,484 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.converter.DummyConverter[dummyConverter]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running org.seasar.framework.container.factory.InitMethodTagHandlerTest DEBUG 2022-06-26 01:03:05,493 [main] S2Container will be created(path=org/seasar/framework/container/factory/InitMethodTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:05,501 [main] S2Container is created(path=org/seasar/framework/container/factory/InitMethodTagHandlerTest.dicon) Hello DEBUG 2022-06-26 01:03:05,502 [main] S2Container will be created(path=org/seasar/framework/container/factory/InitMethodTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:05,505 [main] S2Container is created(path=org/seasar/framework/container/factory/InitMethodTagHandlerTest.dicon) Hello Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running org.seasar.framework.container.external.servlet.HttpServletExternalContextTest DEBUG 2022-06-26 01:03:05,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,511 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,515 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,515 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,516 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,519 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,530 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,531 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,531 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,531 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,536 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,560 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,563 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,564 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,565 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,566 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,577 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,578 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,579 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,579 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,584 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,593 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,596 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,596 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,599 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,602 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,609 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,611 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,611 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,611 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,621 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,645 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,649 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,649 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,650 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,653 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,660 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,661 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,661 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,661 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,667 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,674 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,677 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,677 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,678 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,696 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,703 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,704 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,704 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,704 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,708 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,713 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,717 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,717 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,718 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,720 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,729 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,730 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,730 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,731 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,734 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,740 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,759 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,759 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,760 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,763 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,770 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,772 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,772 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,772 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,775 [main] S2Container is created(path=creator.dicon) java.lang.UnsupportedOperationException java.lang.UnsupportedOperationException java.lang.UnsupportedOperationException DEBUG 2022-06-26 01:03:05,782 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,784 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,787 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,787 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,789 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,790 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,796 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,797 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,797 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,797 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,800 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,804 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,826 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,829 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,829 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,830 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,831 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,835 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,836 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,837 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,837 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,842 [main] S2Container is created(path=creator.dicon) java.lang.UnsupportedOperationException java.lang.UnsupportedOperationException java.lang.UnsupportedOperationException DEBUG 2022-06-26 01:03:05,846 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,847 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,850 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,850 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,851 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,853 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,859 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,860 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,860 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,860 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,864 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,867 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,885 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,887 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,887 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,889 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,890 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,894 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,895 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,895 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,895 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,899 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,903 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,906 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,906 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,908 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,909 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,914 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,917 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,918 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,918 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,921 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,926 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,946 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,946 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,948 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,949 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,953 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,954 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,955 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,955 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,958 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:05,965 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,967 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:05,967 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,968 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,969 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,980 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:05,981 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:05,981 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:05,981 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:05,985 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,011 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,014 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,014 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,015 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,016 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,022 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,023 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,023 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,023 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,027 [main] S2Container is created(path=creator.dicon) java.lang.UnsupportedOperationException java.lang.UnsupportedOperationException java.lang.UnsupportedOperationException DEBUG 2022-06-26 01:03:06,031 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,034 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,037 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,037 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,038 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,057 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,066 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,066 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,067 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,067 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,069 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,073 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,075 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,075 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,077 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,078 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,086 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,086 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,086 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,087 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,089 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,092 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,094 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,096 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,096 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,097 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,115 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,119 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,120 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,121 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,121 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,124 [main] S2Container is created(path=creator.dicon) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 sec Running org.seasar.framework.container.external.servlet.HttpSessionMapTest DEBUG 2022-06-26 01:03:06,128 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,130 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,132 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,132 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,134 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,134 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,140 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,140 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,141 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,141 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,143 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running org.seasar.framework.util.JSONSerializerTest java.lang.IllegalArgumentException: NaN java.lang.IllegalArgumentException: NaN {"map":[{"aaa":["aaa","bbb","ccc"]},{"bbb":["AAA","BBB","CCC"]}]} {map=[{aaa=[aaa, bbb, ccc]}, {bbb=[AAA, BBB, CCC]}]} [aaa, bbb, ccc] {map:{"maplist":[{"aaa":["aaa","bbb","ccc"]},{"bbb":["AAA","BBB","CCC"]}]}} {map:{"maplist":[{"ccc":[1,2],"aaa":["aaa","bbb","ccc"]},{"bbb":["AAA","BBB","CCC"]}]}} {list:[{"ccc":[1,2],"aaa":["aaa","bbb","ccc"]},{"bbb":["AAA","BBB","CCC"]}]} {bbb:[11,22,33],ddd:[1.11,2.22,3.33],ccc:[true,false,true]} {bbb:null,aaa:null} {bbb:{bbb:null,aaa:null},aaa:null} Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running org.seasar.framework.util.LocaleUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.cooldeploy.S2ContainerFactoryCoolProviderTest DEBUG 2022-06-26 01:03:06,177 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/S2ContainerFactoryCoolProviderTest.dicon) DEBUG 2022-06-26 01:03:06,179 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/S2ContainerFactoryCoolProviderTest.dicon) DEBUG 2022-06-26 01:03:06,179 [main] S2Container will be created(path=cooldeploy-autoregister.dicon) DEBUG 2022-06-26 01:03:06,180 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,182 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,182 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,183 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,184 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,189 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,189 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,190 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,190 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,193 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,193 [main] S2Container is created(path=cooldeploy-autoregister.dicon) DEBUG 2022-06-26 01:03:06,193 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:06,203 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:06,205 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running org.seasar.framework.util.DecimalFormatSymbolsUtilTest DecimalSeparator:, GroupingSeparator:. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.util.CalendarConversionUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.util.BindingUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.hotdeploy.creator.DaoHotdeployCreatorTest DEBUG 2022-06-26 01:03:06,220 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,221 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,223 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,223 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,224 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,244 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,251 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,252 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,253 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,253 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,254 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,256 [main] S2Container will be created(path=cooldeploy-autoregister.dicon) DEBUG 2022-06-26 01:03:06,258 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,259 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,259 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,260 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,261 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,267 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,267 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,268 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,268 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,271 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,272 [main] S2Container is created(path=cooldeploy-autoregister.dicon) DEBUG 2022-06-26 01:03:06,272 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:06,273 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]). DEBUG 2022-06-26 01:03:06,274 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dao.impl.BarDaoImpl[barDao]). DEBUG 2022-06-26 01:03:06,275 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:06,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,278 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,279 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,280 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,280 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,282 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,304 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,305 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,305 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,305 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,308 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,310 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:06,310 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dao.FooDao[fooDao]). DEBUG 2022-06-26 01:03:06,312 [main] stopping HOT Deploy Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec Running org.seasar.framework.log.LoggerTest ERROR 2022-06-26 01:03:06,314 [main] error test0 test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 test30 test31 test32 test33 test34 test35 test36 test37 test38 test39 test40 test41 test42 test43 test44 test45 test46 test47 test48 test49 test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 test80 test81 test82 test83 test84 test85 test86 test87 test88 test89 test90 test91 test92 test93 test94 test95 test96 test97 test98 test99 FATAL 2022-06-26 01:03:06,316 [main] test0 FATAL 2022-06-26 01:03:06,316 [main] test1 FATAL 2022-06-26 01:03:06,316 [main] test2 FATAL 2022-06-26 01:03:06,316 [main] test3 FATAL 2022-06-26 01:03:06,316 [main] test4 FATAL 2022-06-26 01:03:06,316 [main] test5 FATAL 2022-06-26 01:03:06,316 [main] test6 FATAL 2022-06-26 01:03:06,316 [main] test7 FATAL 2022-06-26 01:03:06,316 [main] test8 FATAL 2022-06-26 01:03:06,316 [main] test9 FATAL 2022-06-26 01:03:06,316 [main] test10 FATAL 2022-06-26 01:03:06,316 [main] test11 FATAL 2022-06-26 01:03:06,316 [main] test12 FATAL 2022-06-26 01:03:06,316 [main] test13 FATAL 2022-06-26 01:03:06,316 [main] test14 FATAL 2022-06-26 01:03:06,316 [main] test15 FATAL 2022-06-26 01:03:06,316 [main] test16 FATAL 2022-06-26 01:03:06,316 [main] test17 FATAL 2022-06-26 01:03:06,316 [main] test18 FATAL 2022-06-26 01:03:06,316 [main] test19 FATAL 2022-06-26 01:03:06,316 [main] test20 FATAL 2022-06-26 01:03:06,316 [main] test21 FATAL 2022-06-26 01:03:06,316 [main] test22 FATAL 2022-06-26 01:03:06,316 [main] test23 FATAL 2022-06-26 01:03:06,316 [main] test24 FATAL 2022-06-26 01:03:06,316 [main] test25 FATAL 2022-06-26 01:03:06,316 [main] test26 FATAL 2022-06-26 01:03:06,316 [main] test27 FATAL 2022-06-26 01:03:06,316 [main] test28 FATAL 2022-06-26 01:03:06,316 [main] test29 FATAL 2022-06-26 01:03:06,316 [main] test30 FATAL 2022-06-26 01:03:06,316 [main] test31 FATAL 2022-06-26 01:03:06,317 [main] test32 FATAL 2022-06-26 01:03:06,317 [main] test33 FATAL 2022-06-26 01:03:06,317 [main] test34 FATAL 2022-06-26 01:03:06,317 [main] test35 FATAL 2022-06-26 01:03:06,317 [main] test36 FATAL 2022-06-26 01:03:06,317 [main] test37 FATAL 2022-06-26 01:03:06,317 [main] test38 FATAL 2022-06-26 01:03:06,317 [main] test39 FATAL 2022-06-26 01:03:06,317 [main] test40 FATAL 2022-06-26 01:03:06,317 [main] test41 FATAL 2022-06-26 01:03:06,317 [main] test42 FATAL 2022-06-26 01:03:06,317 [main] test43 FATAL 2022-06-26 01:03:06,317 [main] test44 FATAL 2022-06-26 01:03:06,317 [main] test45 FATAL 2022-06-26 01:03:06,317 [main] test46 FATAL 2022-06-26 01:03:06,317 [main] test47 FATAL 2022-06-26 01:03:06,317 [main] test48 FATAL 2022-06-26 01:03:06,317 [main] test49 FATAL 2022-06-26 01:03:06,317 [main] test50 FATAL 2022-06-26 01:03:06,317 [main] test51 FATAL 2022-06-26 01:03:06,317 [main] test52 FATAL 2022-06-26 01:03:06,317 [main] test53 FATAL 2022-06-26 01:03:06,317 [main] test54 FATAL 2022-06-26 01:03:06,317 [main] test55 FATAL 2022-06-26 01:03:06,318 [main] test56 FATAL 2022-06-26 01:03:06,318 [main] test57 FATAL 2022-06-26 01:03:06,318 [main] test58 FATAL 2022-06-26 01:03:06,318 [main] test59 FATAL 2022-06-26 01:03:06,318 [main] test60 FATAL 2022-06-26 01:03:06,318 [main] test61 FATAL 2022-06-26 01:03:06,318 [main] test62 FATAL 2022-06-26 01:03:06,318 [main] test63 FATAL 2022-06-26 01:03:06,318 [main] test64 FATAL 2022-06-26 01:03:06,318 [main] test65 FATAL 2022-06-26 01:03:06,318 [main] test66 FATAL 2022-06-26 01:03:06,319 [main] test67 FATAL 2022-06-26 01:03:06,319 [main] test68 FATAL 2022-06-26 01:03:06,319 [main] test69 FATAL 2022-06-26 01:03:06,319 [main] test70 FATAL 2022-06-26 01:03:06,319 [main] test71 FATAL 2022-06-26 01:03:06,319 [main] test72 FATAL 2022-06-26 01:03:06,319 [main] test73 FATAL 2022-06-26 01:03:06,319 [main] test74 FATAL 2022-06-26 01:03:06,319 [main] test75 FATAL 2022-06-26 01:03:06,319 [main] test76 FATAL 2022-06-26 01:03:06,319 [main] test77 FATAL 2022-06-26 01:03:06,319 [main] test78 FATAL 2022-06-26 01:03:06,319 [main] test79 FATAL 2022-06-26 01:03:06,319 [main] test80 FATAL 2022-06-26 01:03:06,319 [main] test81 FATAL 2022-06-26 01:03:06,319 [main] test82 FATAL 2022-06-26 01:03:06,319 [main] test83 FATAL 2022-06-26 01:03:06,319 [main] test84 FATAL 2022-06-26 01:03:06,319 [main] test85 FATAL 2022-06-26 01:03:06,319 [main] test86 FATAL 2022-06-26 01:03:06,320 [main] test87 FATAL 2022-06-26 01:03:06,320 [main] test88 FATAL 2022-06-26 01:03:06,320 [main] test89 FATAL 2022-06-26 01:03:06,320 [main] test90 FATAL 2022-06-26 01:03:06,320 [main] test91 FATAL 2022-06-26 01:03:06,320 [main] test92 FATAL 2022-06-26 01:03:06,320 [main] test93 FATAL 2022-06-26 01:03:06,320 [main] test94 FATAL 2022-06-26 01:03:06,320 [main] test95 FATAL 2022-06-26 01:03:06,320 [main] test96 FATAL 2022-06-26 01:03:06,320 [main] test97 FATAL 2022-06-26 01:03:06,320 [main] test98 FATAL 2022-06-26 01:03:06,320 [main] test99 System.out:2 logger:4 DEBUG 2022-06-26 01:03:06,320 [main] debug INFO 2022-06-26 01:03:06,321 [main] info WARN 2022-06-26 01:03:06,321 [main] warn FATAL 2022-06-26 01:03:06,321 [main] fatal INFO 2022-06-26 01:03:06,322 [main] seasar started Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.seasar.framework.container.cooldeploy.creator.ValidatorCoolCreatorTest DEBUG 2022-06-26 01:03:06,324 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,324 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ValidatorCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:06,326 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ValidatorCoolCreatorTest.dicon) WARN 2022-06-26 01:03:06,327 [main] Skip setting property, because property(validatorCustomizer) of org.seasar.framework.container.creator.ValidatorCreator not found DEBUG 2022-06-26 01:03:06,328 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.validator.DummyValidator[dummyValidator]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.framework.container.assembler.SemiAutoPropertyAssemblerTest org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(hoge) of org.seasar.framework.container.assembler.SemiAutoPropertyAssemblerTest$A, because org.seasar.framework.exception.OgnlRuntimeException: [ESSR0073]OgnlException occurred, because [ESSR0046]Component(b) not found org.seasar.framework.beans.PropertyNotFoundRuntimeException: [ESSR0065]Property(abc) of class(org.seasar.framework.container.assembler.SemiAutoPropertyAssemblerTest$A) not found org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(aaa) of org.seasar.framework.container.assembler.SemiAutoPropertyAssemblerTest$B, because java.lang.NumberFormatException: For input string: "abc" Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.framework.aop.interceptors.DelegateInterceptorTest WARN 2022-06-26 01:03:06,430 [main] The qualifier not applicable as for the aspect is specified by method (parse) of java.util.Date WARN 2022-06-26 01:03:06,448 [main] The qualifier not applicable as for the aspect is specified by method (UTC) of java.util.Date WARN 2022-06-26 01:03:06,463 [main] The qualifier not applicable as for the aspect is specified by method (getClass) of java.util.Date WARN 2022-06-26 01:03:06,464 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date WARN 2022-06-26 01:03:06,464 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date WARN 2022-06-26 01:03:06,464 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date WARN 2022-06-26 01:03:06,464 [main] The qualifier not applicable as for the aspect is specified by method (notify) of java.util.Date WARN 2022-06-26 01:03:06,464 [main] The qualifier not applicable as for the aspect is specified by method (notifyAll) of java.util.Date WARN 2022-06-26 01:03:06,474 [main] The qualifier not applicable as for the aspect is specified by method (parse) of java.util.Date WARN 2022-06-26 01:03:06,487 [main] The qualifier not applicable as for the aspect is specified by method (UTC) of java.util.Date WARN 2022-06-26 01:03:06,499 [main] The qualifier not applicable as for the aspect is specified by method (getClass) of java.util.Date WARN 2022-06-26 01:03:06,499 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date WARN 2022-06-26 01:03:06,499 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date WARN 2022-06-26 01:03:06,499 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date WARN 2022-06-26 01:03:06,499 [main] The qualifier not applicable as for the aspect is specified by method (notify) of java.util.Date WARN 2022-06-26 01:03:06,500 [main] The qualifier not applicable as for the aspect is specified by method (notifyAll) of java.util.Date org.seasar.framework.exception.EmptyRuntimeException: [ESSR0007]target should not be null or empty Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec Running org.seasar.framework.container.ognl.S2ContainerPropertyAccessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.factory.ArgTagHandlerTest DEBUG 2022-06-26 01:03:06,505 [main] S2Container will be created(path=org/seasar/framework/container/factory/ArgTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:06,507 [main] S2Container is created(path=org/seasar/framework/container/factory/ArgTagHandlerTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.container.external.ApplicationMapComponentDefTest DEBUG 2022-06-26 01:03:06,508 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,511 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,512 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,512 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,514 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,515 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,519 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,520 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,520 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,520 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,523 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running org.seasar.framework.container.external.CookieMapComponentDefTest DEBUG 2022-06-26 01:03:06,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,552 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,555 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,555 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,557 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,558 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,564 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,564 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,564 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,564 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,568 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.seasar.framework.container.assembler.DefaultDestroyMethodAssemblerTest org.seasar.framework.beans.MethodNotFoundRuntimeException: [ESSR0049]The method(put()) of java.util.HashMap not found Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.container.autoregister.JarComponentAutoRegisterTest DEBUG 2022-06-26 01:03:06,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,577 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,579 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,579 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,580 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,581 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,607 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,607 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,608 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,608 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,611 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,612 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:06,616 [main] S2Container is created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:06,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,622 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,624 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,624 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,624 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,626 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,630 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,631 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,631 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,631 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,634 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,635 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:06,637 [main] S2Container is created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon) /home/services/jenkins/.m2/repository/junit/junit/3.8.2 DEBUG 2022-06-26 01:03:06,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,640 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,664 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,665 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,667 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,668 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,673 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,673 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,674 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,674 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,678 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,679 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:06,681 [main] S2Container is created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec Running org.seasar.framework.unit.S2FrameworkTestCaseNamingConventionTest DEBUG 2022-06-26 01:03:06,685 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,686 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,688 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,689 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,690 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,691 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,695 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,696 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,696 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,696 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,699 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,701 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon) DEBUG 2022-06-26 01:03:06,703 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon) DEBUG 2022-06-26 01:03:06,706 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,707 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,709 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,709 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,710 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,731 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,735 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,736 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,736 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,736 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,741 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,746 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon) DEBUG 2022-06-26 01:03:06,748 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running org.seasar.framework.container.creator.ComponentCreatorImplTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.beans.converter.SqlDateConverterTest 2008-01-16 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.util.TextUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.util.SmartDeployUtilTest DEBUG 2022-06-26 01:03:06,758 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.external.servlet.ServletInitParameterMapTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.assembler.AccessTypePropertyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.assembler.BindingTypeMustDefTest [ESSR0080]Can not bind property(message) of org.seasar.framework.container.assembler.BindingTypeMustDefTest$A automatically [ESSR0080]Can not bind property(hoge) of org.seasar.framework.container.assembler.BindingTypeMustDefTest$A automatically Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.xml.TagHandlerContextTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.ResourceBundleUtilTest {0} not found Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.util.ResourcesUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running org.seasar.framework.container.factory.ConstantAnnotationHandlerTest DEBUG 2022-06-26 01:03:06,796 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,818 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,821 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,822 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,823 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,823 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,831 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,832 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,832 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,832 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,835 [main] S2Container is created(path=creator.dicon) dummy = aaa DEBUG 2022-06-26 01:03:06,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,842 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,844 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,844 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,847 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,848 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,852 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,853 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,853 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,853 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,855 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,860 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,862 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,862 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,863 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,884 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,889 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,889 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,890 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,890 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,892 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,893 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:06,896 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:06,898 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,899 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,901 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,901 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,902 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,903 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,907 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,908 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,908 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,908 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,911 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,914 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,916 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,917 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,917 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,919 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,920 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,945 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,946 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,946 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,946 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,949 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,952 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,954 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,956 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,956 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,957 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,958 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,962 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,963 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,963 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,963 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,965 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:06,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:06,969 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,971 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:06,971 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,972 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,973 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,977 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:06,978 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:06,978 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:06,978 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,002 [main] S2Container is created(path=creator.dicon) org.seasar.framework.container.IllegalInitMethodAnnotationRuntimeException: [ESSR0081]Illegal InitMethod annotation(xxx) of class(org.seasar.framework.container.factory.ConstantAnnotationHandlerTest$Hoge4) org.seasar.framework.container.IllegalInitMethodAnnotationRuntimeException: [ESSR0081]Illegal InitMethod annotation(init) of class(org.seasar.framework.container.factory.ConstantAnnotationHandlerTest$Hoge5) DEBUG 2022-06-26 01:03:07,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,008 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,012 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,012 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,013 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,015 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,018 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,019 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,019 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,019 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,022 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,026 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,028 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,028 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,029 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,031 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,034 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,035 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,035 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,035 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,059 [main] S2Container is created(path=creator.dicon) org.seasar.framework.container.IllegalDestroyMethodAnnotationRuntimeException: [ESSR0082]Illegal DestroyMethod annotation(xxx) of class(org.seasar.framework.container.factory.ConstantAnnotationHandlerTest$Hoge4) org.seasar.framework.container.IllegalDestroyMethodAnnotationRuntimeException: [ESSR0082]Illegal DestroyMethod annotation(destroy) of class(org.seasar.framework.container.factory.ConstantAnnotationHandlerTest$Hoge5) DEBUG 2022-06-26 01:03:07,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,064 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,065 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,066 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,066 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,067 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,072 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,072 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,072 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,072 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,075 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,080 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,082 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,082 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,082 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,084 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,111 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,111 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,112 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,112 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,114 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,119 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,120 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,120 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,122 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,123 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,126 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,127 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,127 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,127 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,129 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,134 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,136 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,136 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,137 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,138 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,163 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,164 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,166 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,166 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,169 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,173 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,174 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,176 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,176 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,177 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,178 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,183 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,183 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,183 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,183 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,186 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,190 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,192 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,192 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,193 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,194 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,218 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,219 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,219 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,219 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,222 [main] S2Container is created(path=creator.dicon) Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 sec Running org.seasar.framework.container.assembler.BindingTypeMayDefTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.util.TokenizerTest DEBUG 2022-06-26 01:03:07,228 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,229 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,231 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,231 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,233 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,237 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,241 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,242 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,242 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,242 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,245 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,250 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,251 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,251 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,253 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,254 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,279 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,279 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,279 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,279 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,282 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,284 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,286 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,288 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,288 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,289 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,290 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,293 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,294 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,294 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,294 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,297 [main] S2Container is created(path=creator.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running org.seasar.framework.container.deployer.OuterComponentDeployerTest org.seasar.framework.container.ClassUnmatchRuntimeException: [ESSR0069]Actual class (java.util.HashMap) is not applicable in defined class (org.seasar.framework.util.ArrayMap) java.lang.UnsupportedOperationException: deploy Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.container.autoregister.ComponentAutoRegisterTest DEBUG 2022-06-26 01:03:07,305 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,306 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,308 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,308 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,309 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,310 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,335 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,335 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,335 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,335 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,339 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,341 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:07,342 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:07,344 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:07,346 [main] S2Container is created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:07,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,372 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,374 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,374 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,375 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,377 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,380 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,381 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,381 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,381 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,384 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,385 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon) DEBUG 2022-06-26 01:03:07,387 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:07,389 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:07,389 [main] S2Container is created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon) DEBUG 2022-06-26 01:03:07,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,432 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,434 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,434 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,435 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,436 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,440 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,441 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,441 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,441 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,444 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,445 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon) DEBUG 2022-06-26 01:03:07,447 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:07,448 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:07,449 [main] S2Container is created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec Running org.seasar.framework.aop.interceptors.InterceptorChainTest DEBUG 2022-06-26 01:03:07,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,469 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,494 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,494 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,495 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,496 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,501 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,501 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,501 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,501 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,504 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,505 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InterceptorChainTest.dicon) DEBUG 2022-06-26 01:03:07,508 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/InterceptorChainTest.dicon) before(1):1 before(2):2 before(3):3 before(4):4 before(5):5 after:5 after:4 after:3 after:2 after:1 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec Running org.seasar.framework.aop.interceptors.TraceInterceptorTest DEBUG 2022-06-26 01:03:07,519 [main] BEGIN java.util.Date#getTime() DEBUG 2022-06-26 01:03:07,519 [main] END java.util.Date#getTime() : 1656172987519 DEBUG 2022-06-26 01:03:07,521 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#hoge() DEBUG 2022-06-26 01:03:07,521 [main] END org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#hoge() Throwable:java.lang.RuntimeException: hoge DEBUG 2022-06-26 01:03:07,524 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#geho([]) DEBUG 2022-06-26 01:03:07,524 [main] END org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#geho([]) : null DEBUG 2022-06-26 01:03:07,526 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ArrayHoge#hoge([111]) DEBUG 2022-06-26 01:03:07,526 [main] END org.seasar.framework.aop.interceptors.TraceInterceptorTest$ArrayHoge#hoge([111]) : [aaa, bbb] DEBUG 2022-06-26 01:03:07,530 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ArrayHoge#hoge([1, 2]) DEBUG 2022-06-26 01:03:07,530 [main] END org.seasar.framework.aop.interceptors.TraceInterceptorTest$ArrayHoge#hoge([1, 2]) : [10, 20] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.seasar.framework.util.DecimalFormatUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.container.factory.ComponentTagHandler2Test DEBUG 2022-06-26 01:03:07,536 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,538 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,539 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,539 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,540 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,541 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,546 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,546 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,547 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,547 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,549 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,551 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon) DEBUG 2022-06-26 01:03:07,552 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,576 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,578 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon) DEBUG 2022-06-26 01:03:07,585 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,586 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,588 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,588 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,589 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,590 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,594 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,594 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,595 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,595 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,598 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,600 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon) DEBUG 2022-06-26 01:03:07,602 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,603 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,605 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running org.seasar.framework.beans.converter.TimeConverterTest 12:34:56 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.external.servlet.ServletApplicationMapTest DEBUG 2022-06-26 01:03:07,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:07,615 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,616 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:07,616 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,617 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,618 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,660 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:07,661 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:07,661 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:07,661 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:07,664 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running org.seasar.framework.util.xxx.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.beans.impl.PropertyDescImplTest org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(aaa) of org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean, because java.lang.IllegalStateException: aaa is not writable. org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(jjj) of org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean, because java.lang.IllegalStateException: jjj is not writable. org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(URL) of org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean, because org.seasar.framework.exception.SIllegalArgumentException: [ESSR0098]Exception occurred when value(java.lang.Object@10d9151) of classjava.lang.Object[null] is set to java.net.URL[null] property(URL) of class(org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean)[sun.misc.Launcher$AppClassLoader@7b7072]. Target class is (org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean)[sun.misc.Launcher$AppClassLoader@7b7072]. at org.seasar.framework.beans.impl.PropertyDescImpl.setValue(PropertyDescImpl.java:279) at org.seasar.framework.beans.impl.PropertyDescImplTest.testSetValue_invalidType(PropertyDescImplTest.java:98) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: org.seasar.framework.exception.SIllegalArgumentException: [ESSR0098]Exception occurred when value(java.lang.Object@10d9151) of classjava.lang.Object[null] is set to java.net.URL[null] property(URL) of class(org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean)[sun.misc.Launcher$AppClassLoader@7b7072]. Target class is (org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean)[sun.misc.Launcher$AppClassLoader@7b7072]. at org.seasar.framework.beans.impl.PropertyDescImpl.setValue(PropertyDescImpl.java:258) ... 26 more Caused by: java.lang.IllegalArgumentException: argument type mismatch at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.seasar.framework.util.MethodUtil.invoke(MethodUtil.java:98) at org.seasar.framework.beans.impl.PropertyDescImpl.setValue(PropertyDescImpl.java:251) ... 26 more org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(iii) of org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean, because java.lang.IllegalStateException: iii is not readable. org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(kkk) of org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean, because java.lang.IllegalStateException: kkk is not readable. org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(fff) of org.seasar.framework.beans.impl.PropertyDescImplTest$MyBean, because java.lang.NumberFormatException: For input string: "hoge" Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.container.impl.AspectDefImplTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.TimeConversionUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.aop.interceptors.ToStringInterceptorTest DEBUG 2022-06-26 01:03:07,690 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@98bbf6[intVal=12,longVal=123,charVal='a',doubleVal=1234.5,dateVal=70/01/01 9:00,nullVal=null,longArray={1,2,3},intArray={1,2,3},shortArray={1,2,3},byteArray={1,2,3},charArray={'1','2','3'},doubleArray={1.0,2.0,3.0},floatArray={1.0,2.0,3.0},booleanArray={true,false,true},booleanClassArray={true,false,false},stringArray={"1","2","3"}] DEBUG 2022-06-26 01:03:07,691 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString DEBUG 2022-06-26 01:03:07,694 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$BarEntity#toString org.seasar.framework.aop.interceptors.ToStringInterceptorTest$BarEntity@12c4c57[exIntVal=123456,exLongVal=1234567,exDoubleVal=1234567.8,exDateVal=1970/01/01 09:00:00.001,intVal=12,longVal=123,charVal='a',doubleVal=1234.5,dateVal=1970/01/01 09:00:00.000,nullVal=null,longArray={1,2,3},intArray={1,2,3},shortArray={1,2,3},byteArray={1,2,3},charArray={'1','2','3'},doubleArray={1.0,2.0,3.0},floatArray={1.0,2.0,3.0},booleanArray={true,false,true},booleanClassArray={true,false,false},stringArray={"1","2","3"}] DEBUG 2022-06-26 01:03:07,694 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$BarEntity#toString DEBUG 2022-06-26 01:03:07,695 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@bafdff[CONSTANT="Hoge",intVal=12,longVal=123,charVal='a',doubleVal=1234.5,dateVal=70/01/01 9:00,nullVal=null,longArray={1,2,3},intArray={1,2,3},shortArray={1,2,3},byteArray={1,2,3},charArray={'1','2','3'},doubleArray={1.0,2.0,3.0},floatArray={1.0,2.0,3.0},booleanArray={true,false,true},booleanClassArray={true,false,false},stringArray={"1","2","3"}] DEBUG 2022-06-26 01:03:07,696 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString DEBUG 2022-06-26 01:03:07,698 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@1f8d244[staticInt=1,intVal=12,longVal=123,charVal='a',doubleVal=1234.5,dateVal=70/01/01 9:00,nullVal=null,longArray={1,2,3},intArray={1,2,3},shortArray={1,2,3},byteArray={1,2,3},charArray={'1','2','3'},doubleArray={1.0,2.0,3.0},floatArray={1.0,2.0,3.0},booleanArray={true,false,true},booleanClassArray={true,false,false},stringArray={"1","2","3"}] DEBUG 2022-06-26 01:03:07,698 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString DEBUG 2022-06-26 01:03:07,700 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@17f4fbb[CONSTANT="Hoge",staticInt=1,intVal=12,longVal=123,charVal='a',doubleVal=1234.5,dateVal=70/01/01 9:00,nullVal=null,longArray={1,2,3},intArray={1,2,3},shortArray={1,2,3},byteArray={1,2,3},charArray={'1','2','3'},doubleArray={1.0,2.0,3.0},floatArray={1.0,2.0,3.0},booleanArray={true,false,true},booleanClassArray={true,false,false},stringArray={"1","2","3"}] DEBUG 2022-06-26 01:03:07,700 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.seasar.framework.util.DomUtilTest 111 222 c c ddd eee ddd 333 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running org.seasar.framework.mock.sql.MockResultSetMetaDataTest java.sql.SQLException: bbb not found. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.util.MetaDefSupportTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.InputStreamUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.seasar.framework.convention.impl.NamingConventionImplTest fromClassNameToComponentName:10000=17 fromComponentNameToClass:10000=106 findClass:10000=90 Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec Running org.seasar.framework.container.util.TraversalTest DEBUG 2022-06-26 01:03:07,987 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:07,988 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:07,990 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:07,990 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:07,991 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:07,992 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:07,992 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:07,993 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:07,993 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:07,995 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:07,996 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:07,997 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:07,999 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,000 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,000 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,000 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,001 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,002 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,003 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,003 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,004 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,005 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,005 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,006 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,006 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,007 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,008 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,008 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,010 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,013 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,014 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,014 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,040 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,041 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,043 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,043 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,043 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,045 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,047 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,047 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,048 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,049 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,050 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,050 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,051 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,052 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,052 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,052 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,053 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,054 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,055 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,055 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,056 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,057 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,057 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,057 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,058 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,059 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,060 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,060 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,061 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,062 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,062 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,062 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,063 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon) DEBUG 2022-06-26 01:03:08,064 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,065 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon) DEBUG 2022-06-26 01:03:08,065 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,066 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,067 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon) DEBUG 2022-06-26 01:03:08,067 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon) DEBUG 2022-06-26 01:03:08,068 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec Running org.seasar.framework.env.EnvTest DEBUG 2022-06-26 01:03:08,069 [main] The value (ut) was set from the file (org/seasar/framework/env/env.txt) into the environment variable #Env. DEBUG 2022-06-26 01:03:08,070 [main] The value (ut) was set from the file (org/seasar/framework/env/env.txt) into the environment variable #Env. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.hotdeploy.creator.DxoHotdeployCreatorTest DEBUG 2022-06-26 01:03:08,071 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:08,072 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,074 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,074 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,075 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,099 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,103 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,104 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,104 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,104 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,107 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,109 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:08,110 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeDxo[aaa_hogeDxo]). DEBUG 2022-06-26 01:03:08,111 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dxo.impl.BbbDtoDxoImpl[bbbDtoDxo]). DEBUG 2022-06-26 01:03:08,112 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:08,113 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:08,114 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,116 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,116 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,118 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,119 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,122 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,123 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,123 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,123 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,125 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,127 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:08,127 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeDxo[aaa_hogeDxo]). DEBUG 2022-06-26 01:03:08,128 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dxo.impl.BbbDtoDxoImpl[bbbDtoDxo]). DEBUG 2022-06-26 01:03:08,129 [main] stopping HOT Deploy Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running org.seasar.framework.aop.javassist.MethodInvocationClassGeneratorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running org.seasar.framework.container.factory.SimplePathResolverTest DEBUG 2022-06-26 01:03:08,208 [main] S2Container will be created(path=noExists.dicon, realPath=org/seasar/framework/container/factory/SimplePathResolverTest.dicon) DEBUG 2022-06-26 01:03:08,209 [main] S2Container is created(path=noExists.dicon, realPath=org/seasar/framework/container/factory/SimplePathResolverTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.xml.SaxHandlerTest [111][222][333] [111][222][333] [eee] Exception occured at /tag1[1]/tag3[1] java.lang.RuntimeException: testException at org.seasar.framework.xml.SaxHandlerTest$6.start(SaxHandlerTest.java:130) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:84) at org.seasar.framework.xml.SaxHandlerTest.testException(SaxHandlerTest.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) java.lang.RuntimeException: testException tagMatching /tag1[1] /tag1[1]/tag2[1] /tag1[1]/tag2[2] /tag1[1]/tag3[1] /tag1[1]/tag3[1]/tag4[1] /tag1[1]/tag3[1]/tag5[1] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.seasar.framework.aop.interceptors.SimpleTraceInterceptorTest DEBUG 2022-06-26 01:03:08,223 [main] BEGIN java.util.Date#getTime DEBUG 2022-06-26 01:03:08,223 [main] END java.util.Date#getTime DEBUG 2022-06-26 01:03:08,225 [main] BEGIN org.seasar.framework.aop.interceptors.SimpleTraceInterceptorTest$ThrowError#hoge DEBUG 2022-06-26 01:03:08,225 [main] END org.seasar.framework.aop.interceptors.SimpleTraceInterceptorTest$ThrowError#hoge Throwable:java.lang.RuntimeException: hoge Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.framework.container.cooldeploy.creator.InterceptorCoolCreatorTest DEBUG 2022-06-26 01:03:08,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:08,227 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/InterceptorCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:08,230 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/InterceptorCoolCreatorTest.dicon) WARN 2022-06-26 01:03:08,230 [main] Skip setting property, because property(interceptorCustomizer) of org.seasar.framework.container.creator.InterceptorCreator not found DEBUG 2022-06-26 01:03:08,230 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.interceptor.JjjInterceptor[jjjInterceptor]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.seasar.framework.container.warmdeploy.WarmdeployBehaviorTest DEBUG 2022-06-26 01:03:08,234 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:08,235 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,237 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,237 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,238 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,239 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,243 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,244 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,244 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,244 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,275 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:08,279 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,281 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,281 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,283 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,283 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,290 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,290 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,290 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,290 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,293 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,295 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]). DEBUG 2022-06-26 01:03:08,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:08,297 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,299 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:08,299 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,300 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,301 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,304 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:08,305 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:08,305 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:08,305 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,308 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:08,310 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]). Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running org.seasar.framework.container.factory.PropertyTagHandlerTest DEBUG 2022-06-26 01:03:08,312 [main] S2Container will be created(path=org/seasar/framework/container/factory/PropertyTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:08,340 [main] S2Container is created(path=org/seasar/framework/container/factory/PropertyTagHandlerTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running org.seasar.framework.beans.util.BeanUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.factory.AspectTagHandlerTest DEBUG 2022-06-26 01:03:08,344 [main] S2Container will be created(path=org/seasar/framework/container/factory/AspectTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:08,346 [main] S2Container is created(path=org/seasar/framework/container/factory/AspectTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:08,351 [main] BEGIN java.util.Date#getTime() DEBUG 2022-06-26 01:03:08,351 [main] END java.util.Date#getTime() : 0 DEBUG 2022-06-26 01:03:08,351 [main] BEGIN java.util.Date#hashCode() DEBUG 2022-06-26 01:03:08,351 [main] BEGIN java.util.Date#getTime() DEBUG 2022-06-26 01:03:08,351 [main] END java.util.Date#getTime() : 0 DEBUG 2022-06-26 01:03:08,351 [main] END java.util.Date#hashCode() : 0 DEBUG 2022-06-26 01:03:08,352 [main] BEGIN java.util.Date#getTime() DEBUG 2022-06-26 01:03:08,352 [main] END java.util.Date#getTime() : 0 DEBUG 2022-06-26 01:03:08,385 [main] BEGIN java.util.ArrayList#size() DEBUG 2022-06-26 01:03:08,385 [main] END java.util.ArrayList#size() : 0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running org.seasar.framework.container.util.MemoryLeakTest +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@120b2da DEBUG 2022-06-26 01:03:08,388 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:08,389 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,391 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,391 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:08,414 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@120b2da +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@c135d6 DEBUG 2022-06-26 01:03:08,583 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:08,584 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,587 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,587 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:08,610 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@c135d6 +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@dfbb43 DEBUG 2022-06-26 01:03:08,777 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:08,778 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,781 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,781 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:08,804 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@dfbb43 +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1ed1dbe DEBUG 2022-06-26 01:03:08,973 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:08,974 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,977 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:08,977 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:09,000 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1ed1dbe +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@59cbda DEBUG 2022-06-26 01:03:09,167 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:09,168 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:09,170 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:09,171 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:09,192 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@59cbda DEBUG 2022-06-26 01:03:09,545 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon) DEBUG 2022-06-26 01:03:09,546 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon) INFO 2022-06-26 01:03:09,546 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode DEBUG 2022-06-26 01:03:09,724 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon) DEBUG 2022-06-26 01:03:09,725 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon) INFO 2022-06-26 01:03:09,725 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@932fe DEBUG 2022-06-26 01:03:09,901 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:09,902 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:09,904 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:09,904 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:09,925 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@932fe +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1e536d6 DEBUG 2022-06-26 01:03:10,099 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:10,100 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,102 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,103 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:10,127 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1e536d6 +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1751a9e DEBUG 2022-06-26 01:03:10,298 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:10,299 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,302 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,302 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:10,323 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1751a9e +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@6bd9e0 DEBUG 2022-06-26 01:03:10,496 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:10,497 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,500 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,500 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:10,523 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@6bd9e0 +++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@3650ed DEBUG 2022-06-26 01:03:10,684 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) DEBUG 2022-06-26 01:03:10,685 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,688 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:10,688 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon) INFO 2022-06-26 01:03:10,712 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode --- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@3650ed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.653 sec Running org.seasar.framework.container.customizer.CustomizerChainTest DEBUG 2022-06-26 01:03:11,042 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,044 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,047 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,047 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,048 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,049 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,053 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,054 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,054 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,054 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,057 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,061 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,062 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,064 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,064 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,066 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,067 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,071 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,071 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,072 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,072 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,074 [main] S2Container is created(path=creator.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running org.seasar.framework.aop.interceptors.PrototypeDelegateInterceptorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.seasar.framework.container.external.servlet.ServletRequestParameterValuesMapTest DEBUG 2022-06-26 01:03:11,089 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,090 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,092 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,092 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,093 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,094 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,122 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,123 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,123 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,124 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,126 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running org.seasar.framework.util.ArrayUtilTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.framework.container.hotdeploy.HotdeployClassLoaderTest WARN 2022-06-26 01:03:11,137 [main] HOT deploy target class (junit.framework.TestCase) is referred to by the non-target class, and it is loaded by a normal class loader. java.lang.ClassNotFoundException: org.seasar.framework.container.hotdeploy.sub.xxx Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.unit.S2FrameworkTestCaseCoolDeployTest DEBUG 2022-06-26 01:03:11,140 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,142 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,144 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,144 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,145 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,146 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,150 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,150 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,150 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,150 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,153 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,155 [main] S2Container will be created(path=cooldeploy-autoregister.dicon) DEBUG 2022-06-26 01:03:11,156 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,158 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,158 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,158 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,160 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,165 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,165 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,165 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,165 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,167 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,167 [main] S2Container is created(path=cooldeploy-autoregister.dicon) DEBUG 2022-06-26 01:03:11,169 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running org.seasar.framework.util.Base64UtilTest YWJj Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.aop.intertype.PropertyInterTypeTest DEBUG 2022-06-26 01:03:11,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,202 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,204 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,204 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,205 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,207 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,212 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,212 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,212 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,212 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,217 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,219 [main] S2Container will be created(path=org/seasar/framework/aop/intertype/PropertyInterTypeTest.dicon) DEBUG 2022-06-26 01:03:11,220 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:11,222 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:11,222 [main] S2Container is created(path=org/seasar/framework/aop/intertype/PropertyInterTypeTest.dicon) DEBUG 2022-06-26 01:03:11,225 [main] [PropertyInterType] Introducing... org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target DEBUG 2022-06-26 01:03:11,225 [main] [PropertyInterType] Creating getter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getName DEBUG 2022-06-26 01:03:11,230 [main] [PropertyInterType] Creating setter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setName DEBUG 2022-06-26 01:03:11,231 [main] [PropertyInterType] Creating getter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getDuplicate DEBUG 2022-06-26 01:03:11,232 [main] [PropertyInterType] Creating setter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setDuplicate DEBUG 2022-06-26 01:03:11,234 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setName(hoge) DEBUG 2022-06-26 01:03:11,234 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getName() : hoge DEBUG 2022-06-26 01:03:11,234 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setDuplicate(100) DEBUG 2022-06-26 01:03:11,234 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getDuplicate() : 100 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running org.seasar.framework.util.LongConversionUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.deployer.SessionComponentDeployerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.assembler.DefaultInitMethodAssemblerTest org.seasar.framework.beans.MethodNotFoundRuntimeException: [ESSR0049]The method(put()) of java.util.HashMap not found WARN 2022-06-26 01:03:11,246 [main] Assign null, because constructorArg(interface org.seasar.framework.container.assembler.DefaultInitMethodAssemblerTest$Foo) of org.seasar.framework.container.assembler.DefaultInitMethodAssemblerTest$B not found org.seasar.framework.container.IllegalMethodRuntimeException: [ESSR0060]Can not configure method(setAaa) of org.seasar.framework.container.assembler.DefaultInitMethodAssemblerTest$B, because java.lang.NumberFormatException: For input string: "aaa" org.seasar.framework.container.IllegalMethodRuntimeException: [ESSR0060]Can not configure method(getName) of org.seasar.framework.container.assembler.DefaultInitMethodAssemblerTest$B, because java.lang.IllegalArgumentException: wrong number of arguments -2147483648 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.seasar.framework.util.DisposableUtilTest java.lang.RuntimeException at org.seasar.framework.util.DisposableUtilTest$TestDisposable2.dispose(DisposableUtilTest.java:87) at org.seasar.framework.util.DisposableUtil.dispose(DisposableUtil.java:75) at org.seasar.framework.util.DisposableUtilTest.test3(DisposableUtilTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.factory.S2ContainerFactoryTest DEBUG 2022-06-26 01:03:11,253 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon) DEBUG 2022-06-26 01:03:11,254 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularB.dicon) DEBUG 2022-06-26 01:03:11,255 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularC.dicon) Exception occured at /components[1]/include[1] org.seasar.framework.container.factory.CircularIncludeRuntimeException: [ESSR0076]The circulation include was occurred in org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon, pathway "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularB.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularC.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon" at org.seasar.framework.container.factory.S2ContainerFactory.enter(S2ContainerFactory.java:325) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:598) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.include(XmlS2ContainerBuilder.java:152) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:610) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.include(XmlS2ContainerBuilder.java:152) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:610) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.build(XmlS2ContainerBuilder.java:148) at org.seasar.framework.container.factory.AbstractS2ContainerBuilder.build(AbstractS2ContainerBuilder.java:65) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.build(S2ContainerFactory.java:644) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.create(S2ContainerFactory.java:568) at org.seasar.framework.container.factory.S2ContainerFactory.create(S2ContainerFactory.java:140) at org.seasar.framework.container.factory.S2ContainerFactoryTest.testCircularInclude(S2ContainerFactoryTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Exception occured at /components[1]/include[1] org.seasar.framework.container.factory.CircularIncludeRuntimeException: [ESSR0076]The circulation include was occurred in org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon, pathway "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularB.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularC.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon" at org.seasar.framework.container.factory.S2ContainerFactory.enter(S2ContainerFactory.java:325) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:598) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.include(XmlS2ContainerBuilder.java:152) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:610) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.include(XmlS2ContainerBuilder.java:152) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:610) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.build(XmlS2ContainerBuilder.java:148) at org.seasar.framework.container.factory.AbstractS2ContainerBuilder.build(AbstractS2ContainerBuilder.java:65) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.build(S2ContainerFactory.java:644) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.create(S2ContainerFactory.java:568) at org.seasar.framework.container.factory.S2ContainerFactory.create(S2ContainerFactory.java:140) at org.seasar.framework.container.factory.S2ContainerFactoryTest.testCircularInclude(S2ContainerFactoryTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Exception occured at /components[1]/include[1] org.seasar.framework.container.factory.CircularIncludeRuntimeException: [ESSR0076]The circulation include was occurred in org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon, pathway "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularB.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularC.dicon" includes "org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon" at org.seasar.framework.container.factory.S2ContainerFactory.enter(S2ContainerFactory.java:325) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:598) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.include(XmlS2ContainerBuilder.java:152) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:610) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.include(XmlS2ContainerBuilder.java:152) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.include(S2ContainerFactory.java:610) at org.seasar.framework.container.factory.S2ContainerFactory.include(S2ContainerFactory.java:197) at org.seasar.framework.container.factory.IncludeTagHandler.start(IncludeTagHandler.java:55) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:183) at org.seasar.framework.xml.SaxHandler.start(SaxHandler.java:175) at org.seasar.framework.xml.SaxHandler.startElement(SaxHandler.java:79) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.seasar.framework.util.SAXParserUtil.parse(SAXParserUtil.java:55) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:117) at org.seasar.framework.xml.SaxHandlerParser.parse(SaxHandlerParser.java:107) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.parse(XmlS2ContainerBuilder.java:170) at org.seasar.framework.container.factory.XmlS2ContainerBuilder.build(XmlS2ContainerBuilder.java:148) at org.seasar.framework.container.factory.AbstractS2ContainerBuilder.build(AbstractS2ContainerBuilder.java:65) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.build(S2ContainerFactory.java:644) at org.seasar.framework.container.factory.S2ContainerFactory$DefaultProvider.create(S2ContainerFactory.java:568) at org.seasar.framework.container.factory.S2ContainerFactory.create(S2ContainerFactory.java:140) at org.seasar.framework.container.factory.S2ContainerFactoryTest.testCircularInclude(S2ContainerFactoryTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) DEBUG 2022-06-26 01:03:11,258 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.Circular.dicon) DEBUG 2022-06-26 01:03:11,259 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.Circular.dicon) org.seasar.framework.container.factory.CircularIncludeRuntimeException: [ESSR0076]The circulation include was occurred in foo, pathway "foo" includes "bar" includes "baz" includes "foo" DEBUG 2022-06-26 01:03:11,286 [main] S2Container will be created(path=notExists.dicon, realPath=org/seasar/framework/container/factory/S2ContainerFactoryTest.PathResolver.dicon) DEBUG 2022-06-26 01:03:11,288 [main] S2Container is created(path=notExists.dicon, realPath=org/seasar/framework/container/factory/S2ContainerFactoryTest.PathResolver.dicon) DEBUG 2022-06-26 01:03:11,290 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.app.properties) DEBUG 2022-06-26 01:03:11,290 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.app.properties) DEBUG 2022-06-26 01:03:11,292 [main] S2Container will be created(path=hoge.dicon) DEBUG 2022-06-26 01:03:11,294 [main] S2Container is created(path=hoge.dicon) DEBUG 2022-06-26 01:03:11,295 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.dicon) DEBUG 2022-06-26 01:03:11,296 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.dicon) DEBUG 2022-06-26 01:03:11,297 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon) DEBUG 2022-06-26 01:03:11,300 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon) DEBUG 2022-06-26 01:03:11,302 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon) DEBUG 2022-06-26 01:03:11,303 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon) DEBUG 2022-06-26 01:03:11,306 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon) DEBUG 2022-06-26 01:03:11,308 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon) DEBUG 2022-06-26 01:03:11,308 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate1.dicon) DEBUG 2022-06-26 01:03:11,310 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate2.dicon) DEBUG 2022-06-26 01:03:11,311 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate2.dicon) DEBUG 2022-06-26 01:03:11,311 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate1.dicon) DEBUG 2022-06-26 01:03:11,311 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate2.dicon) DEBUG 2022-06-26 01:03:11,312 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate2.dicon) Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running org.seasar.framework.container.autoregister.MetaAutoRegisterTest DEBUG 2022-06-26 01:03:11,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,316 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,318 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,318 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,319 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,320 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,324 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,324 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,324 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,324 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,327 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,328 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon) DEBUG 2022-06-26 01:03:11,333 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running org.seasar.framework.util.ArrayIteratorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.impl.ComponentDefImplTest DEBUG 2022-06-26 01:03:11,373 [main] BEGIN org.seasar.framework.container.impl.ComponentDefImplTest$A#getHogeName() DEBUG 2022-06-26 01:03:11,373 [main] END org.seasar.framework.container.impl.ComponentDefImplTest$A#getHogeName() : B Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running org.seasar.framework.aop.interceptors.InvalidateSessionInterceptorTest DEBUG 2022-06-26 01:03:11,381 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,382 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,384 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,384 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,386 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,386 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,390 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,391 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,391 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,391 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,395 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,397 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InvalidateSessionInterceptorTest.dicon) DEBUG 2022-06-26 01:03:11,398 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/InvalidateSessionInterceptorTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running org.seasar.framework.container.cooldeploy.creator.DaoCoolCreatorTest DEBUG 2022-06-26 01:03:11,404 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,404 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/DaoCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:11,406 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:11,407 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:11,408 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/DaoCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:11,411 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.dao.AaaDao[aaaDao]). DEBUG 2022-06-26 01:03:11,412 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.dao.impl.BbbDaoImpl[bbbDao]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running org.seasar.framework.util.JarFileUtilTest jar:file:/Program Files/foo.jar!/foo/ Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.impl.ComponentNameExpressionTest name : 54ms ognl : 398ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec Running org.seasar.framework.container.impl.S2ContainerImplTest org.seasar.framework.container.TooManyRegistrationRuntimeException: [ESSR0045]Two or more components(org.seasar.framework.container.impl.S2ContainerImplTest$B, org.seasar.framework.container.impl.S2ContainerImplTest$B2) are registered in interface org.seasar.framework.container.impl.S2ContainerImplTest$Hoge org.seasar.framework.container.TooManyRegistrationRuntimeException: [ESSR0045]Two or more components(org.seasar.framework.container.impl.S2ContainerImplTest$B, org.seasar.framework.container.impl.S2ContainerImplTest$B2) are registered in B 1ms Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec Running org.seasar.framework.container.external.RequestHeaderValuesMapComponentDefTest DEBUG 2022-06-26 01:03:11,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:11,978 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,980 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:11,980 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,981 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,981 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,985 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:11,986 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:11,986 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:11,986 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:11,989 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.framework.util.ArrayMapTest remove before:{1=d, 2=d} remove after:{1=d} HashMap.put:163 ArrayMap.put:92 HashMap.get:27 ArrayMap.get:13 HashMap iteration:7 ArrayMap iteration:2 HashMap serialize:237 ArrayMap serialize:278 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec Running org.seasar.framework.container.cooldeploy.creator.DxoCoolCreatorTest DEBUG 2022-06-26 01:03:12,821 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,822 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/DxoCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:12,823 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:12,825 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:12,826 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/DxoCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:12,828 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.DddDxo[ccc_dddDxo]). DEBUG 2022-06-26 01:03:12,829 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.dxo.impl.FffDxoImpl[fffDxo]). DEBUG 2022-06-26 01:03:12,829 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.dxo.impl.HhhDxoImpl[gggDxo]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.framework.container.hotdeploy.HotdeployUtilTest DEBUG 2022-06-26 01:03:12,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,841 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,842 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,842 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,843 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,844 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,847 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,847 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,847 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,847 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,852 [main] S2Container is created(path=creator.dicon) 14ms 11ms 8ms 8ms 6ms DEBUG 2022-06-26 01:03:12,902 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,903 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,905 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,905 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,906 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,906 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,910 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,910 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,910 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,910 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,912 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,915 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,916 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,917 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,917 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,918 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,919 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,924 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,924 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,924 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,924 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,926 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,928 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,929 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,930 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,930 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,932 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,933 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,935 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,935 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,935 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,936 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,937 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,940 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,942 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,942 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,943 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,944 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,946 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,946 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,946 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,947 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,948 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,952 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,953 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,954 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,954 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,955 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,957 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,958 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,958 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,958 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,961 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,963 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,964 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,965 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,965 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,966 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,967 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,969 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,969 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,969 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,969 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,972 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,975 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,975 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,977 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,977 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,978 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,978 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,982 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,982 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,982 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,983 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,984 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,987 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:12,988 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,989 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:12,989 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,990 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,991 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,995 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:12,995 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:12,995 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:12,995 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,997 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:12,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,000 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,002 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,002 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,002 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,003 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,006 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,007 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,007 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,007 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,010 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,013 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,015 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,015 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,016 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,018 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,020 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,021 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,021 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,021 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,022 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,024 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,025 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,028 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,028 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,029 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,030 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,032 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,032 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,032 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,032 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,034 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,038 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,040 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,040 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,040 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,043 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,046 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,046 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,046 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,046 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,049 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,053 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,054 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,055 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,057 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,058 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,061 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,061 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,061 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,061 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,065 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,067 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,068 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,069 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,069 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,070 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,071 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,074 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,075 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,075 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,075 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,077 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,080 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,082 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,082 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,082 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,083 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,087 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,087 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,087 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,087 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,089 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,095 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,097 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,097 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,098 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,098 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,102 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,102 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,102 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,102 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,104 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,107 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,108 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,108 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,110 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,111 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,113 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,113 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,114 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,114 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,115 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,117 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,118 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,120 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,120 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,121 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,122 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,124 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,125 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,126 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,126 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,128 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,133 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,135 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,135 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,135 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,136 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,138 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,139 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,139 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,139 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,142 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,143 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,144 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,146 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,146 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,147 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,149 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,152 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,152 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,153 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,153 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,156 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,159 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,160 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,160 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,161 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,162 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,166 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,167 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,167 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,167 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,168 [main] S2Container is created(path=creator.dicon) Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec Running org.seasar.framework.aop.interceptors.RemoveSessionInterceptorTest DEBUG 2022-06-26 01:03:13,172 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,173 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,174 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,174 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,175 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,176 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,180 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,180 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,180 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,180 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,182 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,183 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon) DEBUG 2022-06-26 01:03:13,184 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon) DEBUG 2022-06-26 01:03:13,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,194 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,195 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,196 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,196 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,197 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,199 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,200 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,200 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,200 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,202 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,203 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon) DEBUG 2022-06-26 01:03:13,207 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running org.seasar.framework.container.cooldeploy.creator.ServiceCoolCreatorTest DEBUG 2022-06-26 01:03:13,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,212 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ServiceCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:13,214 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ServiceCoolCreatorTest.dicon) WARN 2022-06-26 01:03:13,214 [main] Skip setting property, because property(serviceCustomizer) of org.seasar.framework.container.creator.ServiceCreator not found DEBUG 2022-06-26 01:03:13,215 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.impl.DddServiceImpl[ccc_dddService]). DEBUG 2022-06-26 01:03:13,219 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.service.impl.GggServiceImpl[gggService]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.seasar.framework.container.deployer.ApplicationComponentDeployerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.autoregister.QualifiedAutoNamingTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.aop.interceptors.HotAwareDelegateInterceptorTest DEBUG 2022-06-26 01:03:13,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,226 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,227 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,227 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,228 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,229 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,231 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,231 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,232 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,232 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,235 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,236 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/HotAwareDelegateInterceptorTest.dicon) DEBUG 2022-06-26 01:03:13,237 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/HotAwareDelegateInterceptorTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.framework.message.MessageResourceBundleFactoryTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.container.autoregister.AbstComponentAutoRegisterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.autoregister.ClassPatternTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.impl.S2ContainerBehaviorTest DEBUG 2022-06-26 01:03:13,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,249 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,250 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,250 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,251 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,252 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,254 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,255 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,255 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,255 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,258 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,259 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) DEBUG 2022-06-26 01:03:13,261 [main] S2Container is created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) java.lang.UnsupportedOperationException: injectDependency DEBUG 2022-06-26 01:03:13,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,263 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,264 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,264 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,265 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,266 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,269 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,269 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,270 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,270 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,271 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,272 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) DEBUG 2022-06-26 01:03:13,274 [main] S2Container is created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) org.seasar.framework.container.TooManyRegistrationRuntimeException: [ESSR0045]Two or more components(, ) are registered in bar DEBUG 2022-06-26 01:03:13,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,276 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,277 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,277 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,278 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,280 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,282 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,282 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,282 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,282 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,284 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,285 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) DEBUG 2022-06-26 01:03:13,287 [main] S2Container is created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) DEBUG 2022-06-26 01:03:13,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,290 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,291 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,291 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,292 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,292 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,295 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,295 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,295 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,295 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,297 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,299 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) DEBUG 2022-06-26 01:03:13,300 [main] S2Container is created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running org.seasar.framework.util.OutputStreamUtilTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.util.URLUtilTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.beans.ConverterRuntimeExceptionTest [ESSR0097]Value(xxx) of property(hoge) can not be converted. because java.lang.RuntimeException: cause. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.MethodUtilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.util.ShortConversionUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.util.ConstantAnnotationUtilTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.unit.S2FrameworkTestCaseTest DEBUG 2022-06-26 01:03:13,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,317 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,318 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,318 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,319 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,320 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,324 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,324 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,324 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,324 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,326 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,327 [main] S2Container will be created(path=org/seasar/framework/unit/bbb.dicon) DEBUG 2022-06-26 01:03:13,328 [main] S2Container is created(path=org/seasar/framework/unit/bbb.dicon) DEBUG 2022-06-26 01:03:13,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,331 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,333 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,333 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,335 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,336 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,339 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,339 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,340 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,340 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,341 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,344 [main] S2Container will be created(path=org/seasar/framework/unit/aaa.dicon) DEBUG 2022-06-26 01:03:13,345 [main] S2Container is created(path=org/seasar/framework/unit/aaa.dicon) org.seasar.framework.container.TooManyRegistrationRuntimeException: [ESSR0045]Two or more components(java.util.Date, java.util.Date) are registered in class java.util.Date DEBUG 2022-06-26 01:03:13,346 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,347 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,350 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,350 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,351 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,352 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,354 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,355 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,355 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,355 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,357 [main] S2Container is created(path=creator.dicon) tearDownAaa DEBUG 2022-06-26 01:03:13,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,362 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,364 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,364 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,365 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,366 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,368 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,368 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,368 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,368 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,371 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,372 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon) DEBUG 2022-06-26 01:03:13,376 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon) testBbbTx DEBUG 2022-06-26 01:03:13,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,390 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,392 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,392 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,392 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,393 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,395 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,396 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,396 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,396 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,399 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,400 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon) DEBUG 2022-06-26 01:03:13,401 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon) DEBUG 2022-06-26 01:03:13,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,417 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,418 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,418 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,419 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,420 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,422 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,422 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,422 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,423 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,424 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,426 [main] S2Container will be created(path=org/seasar/framework/unit/bbb.dicon) DEBUG 2022-06-26 01:03:13,428 [main] S2Container is created(path=org/seasar/framework/unit/bbb.dicon) DEBUG 2022-06-26 01:03:13,429 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,429 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,431 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,431 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,432 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,432 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,434 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,436 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,436 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,436 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,438 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,439 [main] S2Container will be created(path=org/seasar/framework/unit/ccc.dicon) DEBUG 2022-06-26 01:03:13,440 [main] S2Container is created(path=org/seasar/framework/unit/ccc.dicon) DEBUG 2022-06-26 01:03:13,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,442 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,443 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,443 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,444 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,445 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,449 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,449 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,449 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,450 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,452 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,455 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,456 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,456 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,457 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,458 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,461 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,461 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,462 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,462 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,463 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,465 [main] S2Container will be created(path=org/seasar/framework/unit/empty.dicon) DEBUG 2022-06-26 01:03:13,466 [main] S2Container is created(path=org/seasar/framework/unit/empty.dicon) DEBUG 2022-06-26 01:03:13,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,468 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,470 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,470 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,471 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,472 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,475 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,475 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,475 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,475 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,477 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,480 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,482 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,482 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,483 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,484 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,486 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,486 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,486 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,487 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,488 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,489 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:13,492 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:13,492 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]). DEBUG 2022-06-26 01:03:13,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,495 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,497 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,497 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,497 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,498 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,502 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,502 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,503 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,503 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,504 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,507 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,509 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,509 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,510 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,511 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,514 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,514 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,514 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,514 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,516 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:13,519 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,520 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:13,520 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,521 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,522 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,525 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:13,525 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:13,526 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:13,526 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,527 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:13,528 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:13,529 [main] S2Container is created(path=aop.dicon) Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec Running org.seasar.framework.exception.SIllegalStateExceptionTest [ESSR0311]No transaction Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.factory.AbstTagHandlerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.deployer.RequestComponentDeployerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.util.CaseInsensitiveMapTest HashMap.put:73 CaseInsensitiveMap.put:140 HashMap.get:57 CaseInsensitiveMap.get:30 HashMap.put:70 CaseInsensitiveMap.put:58 HashMap.get:57 CaseInsensitiveMap.get:33 HashMap.put:117 CaseInsensitiveMap.put:53 HashMap.get:60 CaseInsensitiveMap.get:31 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec Running org.seasar.framework.util.EnumerationIteratorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.deployer.InstanceDefFactoryTest org.seasar.framework.container.IllegalInstanceDefRuntimeException: [ESSR0078]Illegal instance(hoge) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.seasar.framework.container.external.RequestMapComponentDefTest DEBUG 2022-06-26 01:03:14,320 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,321 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,323 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,323 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,323 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,324 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,328 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,328 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,328 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,328 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,331 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.container.assembler.AutoConstructorAssemblerTest DEBUG 2022-06-26 01:03:14,336 [main] BEGIN org.seasar.framework.container.assembler.AutoConstructorAssemblerTest$A#getHogeName() DEBUG 2022-06-26 01:03:14,336 [main] END org.seasar.framework.container.assembler.AutoConstructorAssemblerTest$A#getHogeName() : B WARN 2022-06-26 01:03:14,337 [main] Assign null, because constructorArg(interface org.seasar.framework.container.assembler.AutoConstructorAssemblerTest$Hoge) of org.seasar.framework.container.assembler.AutoConstructorAssemblerTest$A not found org.seasar.framework.exception.NoSuchConstructorRuntimeException: [ESSR0064]Constructor(AutoConstructorAssemblerTest$C()) of class(org.seasar.framework.container.assembler.AutoConstructorAssemblerTest$C) not found org.seasar.framework.container.ClassUnmatchRuntimeException: [ESSR0069]Actual class (null) is not applicable in defined class (java.lang.Object) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running org.seasar.framework.util.FieldUtilTest org.seasar.framework.exception.SIllegalArgumentException: [ESSR0094]IllegalArgumentException occurred when value(abc) of class java.lang.String[null] is set to int[null] field(intField) of class(org.seasar.framework.util.FieldUtilTest)[sun.misc.Launcher$AppClassLoader@7b7072]. Target class is (org.seasar.framework.util.FieldUtilTest)[sun.misc.Launcher$AppClassLoader@7b7072]. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.aop.intertype.InterTypeChainTest DEBUG 2022-06-26 01:03:14,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,350 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,351 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,351 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,353 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,353 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,357 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,357 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,358 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,358 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,359 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,361 [main] S2Container will be created(path=org/seasar/framework/aop/intertype/InterTypeChainTest.dicon) DEBUG 2022-06-26 01:03:14,363 [main] S2Container is created(path=org/seasar/framework/aop/intertype/InterTypeChainTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running org.seasar.framework.util.TimestampConversionUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest DEBUG 2022-06-26 01:03:14,374 [main] BEGIN java.util.Date#getTime() DEBUG 2022-06-26 01:03:14,375 [main] END java.util.Date#getTime() : 1656172994374 DEBUG 2022-06-26 01:03:14,376 [main] BEGIN org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$ThrowError#hoge() DEBUG 2022-06-26 01:03:14,376 [main] END org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$ThrowError#hoge() Throwable:java.lang.RuntimeException: hoge DEBUG 2022-06-26 01:03:14,377 [main] BEGIN org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Hoge#foo(org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Foo@17d6dbd) DEBUG 2022-06-26 01:03:14,377 [main] END org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Hoge#foo(org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Foo@17d6dbd) : org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Foo@1afbc10 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.seasar.framework.util.NumberConversionUtilTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.external.RequestParameterMapComponentDefTest DEBUG 2022-06-26 01:03:14,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,383 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,385 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,385 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,385 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,388 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,390 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,390 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,391 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,391 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,392 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.mock.portlet.MockPortletContextImplTest [file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/geronimo-j2ee_1.4_spec-1.0.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/uow_api-6.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/geronimo-jta_1.1_spec-1.0-tsr.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/sources, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/portlet-api-1.0.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/poi-3.0-FINAL.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/aopalliance-1.0.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/junit-addons-1.4.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/hsqldb-1.8.0.1.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/log4j-1.2.13.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/junit-3.8.2.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/geronimo-ejb_2.1_spec-1.0.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/javassist-3.4.ga.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/ognl-2.6.9-patch-20090427.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/geronimo-jta_1.1_spec-1.0.jar, file://home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/commons-logging-1.1.jar] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.exception.SRuntimeExceptionTest [ESSR0001]hoge not found org.seasar.framework.exception.SRuntimeException: [ESSR0017]Exception occurred, because java.lang.NullPointerException: test at org.seasar.framework.exception.SRuntimeExceptionTest.testGetCause(SRuntimeExceptionTest.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: java.lang.NullPointerException: test at org.seasar.framework.exception.SRuntimeExceptionTest.testGetCause(SRuntimeExceptionTest.java:42) ... 25 more Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.deployer.ComponentDeployerFactoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.aop.javassist.TryBlockSupportTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.factory.DestroyMethodTagHandlerTest DEBUG 2022-06-26 01:03:14,405 [main] S2Container will be created(path=org/seasar/framework/container/factory/DestroyMethodTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:14,406 [main] S2Container is created(path=org/seasar/framework/container/factory/DestroyMethodTagHandlerTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.external.SessionMapComponentDefTest DEBUG 2022-06-26 01:03:14,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,408 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,409 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,409 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,411 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,412 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,415 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,415 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,415 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,415 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,417 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.seasar.framework.aop.intertype.AbstInterTypeTest DEBUG 2022-06-26 01:03:14,420 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,421 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,423 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,423 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,424 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,424 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,426 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,427 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,427 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,427 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,429 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,430 [main] S2Container will be created(path=org/seasar/framework/aop/intertype/AbstInterTypeTest.dicon) DEBUG 2022-06-26 01:03:14,433 [main] S2Container is created(path=org/seasar/framework/aop/intertype/AbstInterTypeTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.framework.exception.SQLRuntimeExceptionTest [ESSR0072]SQLで例外(SQL=[], Message=[some reason : [SQLで例外(Message=[hoge reason], ErrorCode=7660, SQLState=barState)が発生しました。], [SQLで例外(Message=[fuga reason], ErrorCode=7670, SQLState=bazState)が発生しました。], ErrorCode=7650, SQLState=fooState)が発生しました [ESSR0072]SQLException(SQL=[], Message=[manyReason], ErrorCode=1234, SQLState=barState) occurred Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.util.LruHashMapTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest DEBUG 2022-06-26 01:03:14,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,442 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,443 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,443 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,444 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,444 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,448 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,448 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,449 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,449 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,450 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,452 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/DependencyLookupInterceptorTest.dicon) DEBUG 2022-06-26 01:03:14,454 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/DependencyLookupInterceptorTest.dicon) WARN 2022-06-26 01:03:14,460 [main] The qualifier not applicable as for the aspect is specified by method (getClass) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot WARN 2022-06-26 01:03:14,460 [main] The qualifier not applicable as for the aspect is specified by method (wait) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot WARN 2022-06-26 01:03:14,460 [main] The qualifier not applicable as for the aspect is specified by method (wait) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot WARN 2022-06-26 01:03:14,460 [main] The qualifier not applicable as for the aspect is specified by method (wait) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot WARN 2022-06-26 01:03:14,461 [main] The qualifier not applicable as for the aspect is specified by method (notify) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot WARN 2022-06-26 01:03:14,461 [main] The qualifier not applicable as for the aspect is specified by method (notifyAll) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running org.seasar.framework.container.factory.AnnotationHandlerFactoryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.seasar.framework.util.BigIntegerConversionUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.UUIDTest 0a6f071001d5a09b9a5fa1259a6369 0a6f071001d5a09b9a5fa221024b Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.BigDecimalConversionUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.cooldeploy.creator.LogicCoolCreatorTest DEBUG 2022-06-26 01:03:14,469 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,469 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/LogicCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:14,471 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/LogicCoolCreatorTest.dicon) WARN 2022-06-26 01:03:14,471 [main] Skip setting property, because property(logicCustomizer) of org.seasar.framework.container.creator.LogicCreator not found DEBUG 2022-06-26 01:03:14,472 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.logic.impl.EeeLogicImpl[eeeLogic]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.hotdeploy.HotdeployBehavior2Test DEBUG 2022-06-26 01:03:14,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,476 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,478 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,478 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,478 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,479 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,481 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,482 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,482 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,482 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,485 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,486 [main] starting HOT Deploy WARN 2022-06-26 01:03:14,486 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. DEBUG 2022-06-26 01:03:14,487 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]). DEBUG 2022-06-26 01:03:14,487 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:14,488 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,489 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,490 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,490 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,491 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,493 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,496 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,496 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,497 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,497 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,498 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,499 [main] starting HOT Deploy WARN 2022-06-26 01:03:14,500 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. DEBUG 2022-06-26 01:03:14,500 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]). DEBUG 2022-06-26 01:03:14,501 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:14,502 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,503 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,504 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,505 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,505 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,506 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,510 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,510 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,511 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,511 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,512 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,514 [main] starting HOT Deploy WARN 2022-06-26 01:03:14,514 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. DEBUG 2022-06-26 01:03:14,514 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]). DEBUG 2022-06-26 01:03:14,515 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:14,517 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,518 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,519 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,519 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,520 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,522 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,524 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,524 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,525 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,525 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,526 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,527 [main] starting HOT Deploy WARN 2022-06-26 01:03:14,528 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. DEBUG 2022-06-26 01:03:14,528 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]). DEBUG 2022-06-26 01:03:14,528 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:14,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,530 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,532 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,532 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,533 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,534 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,536 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,536 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,536 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,537 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,538 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,539 [main] starting HOT Deploy WARN 2022-06-26 01:03:14,539 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. WARN 2022-06-26 01:03:14,540 [main] Specified component name(aaa_HogeAction) is not match (aaa_hogeAction) from class name(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction), Please note the difference between the capital letter and the small letter. DEBUG 2022-06-26 01:03:14,541 [main] stopping HOT Deploy Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec Running org.seasar.framework.mock.servlet.MockHttpServletRequestImplTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.assembler.BindingTypeDefFactoryTest org.seasar.framework.container.IllegalBindingTypeDefRuntimeException: [ESSR0079]Illegal bindingType(hoge) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.aop.impl.MethodInvocationImplTest 1656172994548 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.hotdeploy.HotdeployBehaviorTest DEBUG 2022-06-26 01:03:14,550 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,551 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,552 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,552 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,553 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,555 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,558 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,558 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,558 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,558 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,560 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,561 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:14,562 [main] stopping HOT Deploy Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.beans.converter.DateConverterTest Wed Jan 16 00:00:00 JST 2008 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.FloatConversionUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.assembler.AccessTypeFieldTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.BooleanConversionUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.cooldeploy.creator.PageCoolCreatorTest DEBUG 2022-06-26 01:03:14,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,570 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/PageCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:14,571 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/PageCoolCreatorTest.dicon) WARN 2022-06-26 01:03:14,572 [main] Skip setting property, because property(pageCustomizer) of org.seasar.framework.container.creator.PageCreator not found DEBUG 2022-06-26 01:03:14,572 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.DddPage[ccc_dddPage]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.hotdeploy.creator.HelperHotdeployCreatorTest DEBUG 2022-06-26 01:03:14,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,575 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,578 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,578 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,579 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,580 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,583 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,583 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,583 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,583 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,585 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,586 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:14,587 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.helper.impl.DddHelperImpl[dddHelper]). DEBUG 2022-06-26 01:03:14,588 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:14,589 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,590 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,592 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,592 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,592 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,593 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,595 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,596 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,596 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,596 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,598 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,600 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:14,600 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.helper.impl.DddHelperImpl[dddHelper]). DEBUG 2022-06-26 01:03:14,601 [main] stopping HOT Deploy Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running org.seasar.framework.container.external.RequestHeaderMapComponentDefTest DEBUG 2022-06-26 01:03:14,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,603 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,605 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,605 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,606 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,606 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,610 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,610 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,610 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,610 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,612 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running org.seasar.framework.container.autoregister.InterTypeAutoRegisterTest DEBUG 2022-06-26 01:03:14,614 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:14,615 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,617 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:14,617 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,617 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,618 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,622 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:14,622 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:14,622 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:14,622 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,624 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:14,625 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon) DEBUG 2022-06-26 01:03:14,627 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.framework.beans.factory.BeanDescFactoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.util.ResourceTraversalTest org/seasar/framework/util/HotTextTest.txt org/seasar/framework/util/DisposableUtilTest.class org/seasar/framework/util/aaa.html org/seasar/framework/util/ClassTraversalTest$2.class org/seasar/framework/util/ClassTraversalTest$1.class org/seasar/framework/util/BigDecimalConversionUtilTest.class org/seasar/framework/util/ResourceTraversalTest$1.class org/seasar/framework/util/HotTextTest.class org/seasar/framework/util/TextUtilTest.class org/seasar/framework/util/JSONSerializerTest$MyBean.class META-INF/MANIFEST.MF junit/awtui/AboutDialog$1.class junit/awtui/AboutDialog$2.class junit/awtui/AboutDialog.class junit/awtui/Logo.class junit/awtui/ProgressBar.class junit/awtui/TestRunner$1.class junit/awtui/TestRunner$10.class junit/awtui/TestRunner$2.class junit/awtui/TestRunner$3.class awtui/AboutDialog$1.class awtui/AboutDialog$2.class awtui/AboutDialog.class awtui/Logo.class awtui/ProgressBar.class awtui/TestRunner$1.class awtui/TestRunner$10.class awtui/TestRunner$2.class awtui/TestRunner$3.class awtui/TestRunner$4.class META-INF/MANIFEST.MF junit/awtui/AboutDialog$1.class junit/awtui/AboutDialog$2.class junit/awtui/AboutDialog.class junit/awtui/Logo.class junit/awtui/ProgressBar.class junit/awtui/TestRunner$1.class junit/awtui/TestRunner$10.class junit/awtui/TestRunner$2.class junit/awtui/TestRunner$3.class awtui/AboutDialog$1.class awtui/AboutDialog$2.class awtui/AboutDialog.class awtui/Logo.class awtui/ProgressBar.class awtui/TestRunner$1.class awtui/TestRunner$10.class awtui/TestRunner$2.class awtui/TestRunner$3.class awtui/TestRunner$4.class Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.seasar.framework.util.ClassLoaderUtilTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.aop.proxy.AopProxyTest DEBUG 2022-06-26 01:03:14,663 [main] BEGIN org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting() DEBUG 2022-06-26 01:03:14,663 [main] END org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting() : Hello target:22 AOP proxy:123 JDK proxy:257 1656172995070 DEBUG 2022-06-26 01:03:15,071 [main] BEGIN org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting() DEBUG 2022-06-26 01:03:15,071 [main] END org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting() : Hello 18647258 WARN 2022-06-26 01:03:15,074 [main] The qualifier not applicable as for the aspect is specified by method (greeting) of org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl3 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 sec Running org.seasar.framework.container.assembler.AccessTypeDefFactoryTest org.seasar.framework.container.IllegalAccessTypeDefRuntimeException: [ESSR0083]Illegal accessType(hoge) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.aop.javassist.AbstGeneratorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.hotdeploy.creator.LogicHotdeployCreatorTest DEBUG 2022-06-26 01:03:15,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,079 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,080 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,080 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,081 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,082 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,085 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,086 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,086 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,086 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,088 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,089 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:15,089 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.logic.impl.CccLogicImpl[cccLogic]). DEBUG 2022-06-26 01:03:15,092 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:15,093 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,095 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,096 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,096 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,097 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,098 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,100 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,100 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,101 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,101 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,102 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,104 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:15,105 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.logic.impl.CccLogicImpl[cccLogic]). DEBUG 2022-06-26 01:03:15,108 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:15,109 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,109 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,111 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,111 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,112 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,112 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,116 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,116 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,116 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,116 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,119 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,120 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:15,121 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.logic.impl.CccLogicImpl[cccLogic]). DEBUG 2022-06-26 01:03:15,123 [main] stopping HOT Deploy Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running org.seasar.framework.container.deployer.SingletonComponentDeployerTest java.lang.UnsupportedOperationException: injectDependency Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.framework.util.HotTextTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 sec Running org.seasar.framework.aop.javassist.EnhancedClassGeneratorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running org.seasar.framework.container.cooldeploy.creator.DtoCoolCreatorTest DEBUG 2022-06-26 01:03:15,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,664 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/DtoCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:15,665 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/DtoCoolCreatorTest.dicon) WARN 2022-06-26 01:03:15,666 [main] Skip setting property, because property(dtoCustomizer) of org.seasar.framework.container.creator.DtoCreator not found DEBUG 2022-06-26 01:03:15,666 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.dto.HhhDto[hhhDto]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.aop.interceptors.InterceptorLifecycleAdapterTest DEBUG 2022-06-26 01:03:15,669 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,670 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,672 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,672 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,673 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,674 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,676 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,676 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,676 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,676 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,678 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,680 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InterceptorLifecycleAdapterTest.dicon) DEBUG 2022-06-26 01:03:15,681 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:15,682 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:15,683 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/InterceptorLifecycleAdapterTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running org.seasar.framework.util.MimeTypeUtilTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.hotdeploy.creator.PageHotdeployCreatorTest DEBUG 2022-06-26 01:03:15,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,693 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,696 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,696 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,697 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,698 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,700 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,700 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,701 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,701 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,702 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,703 [main] starting HOT Deploy WARN 2022-06-26 01:03:15,704 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. DEBUG 2022-06-26 01:03:15,704 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage[aaa_hogePage]). DEBUG 2022-06-26 01:03:15,704 [main] stopping HOT Deploy Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.seasar.framework.container.autoregister.AspectAutoRegisterTest DEBUG 2022-06-26 01:03:15,707 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,708 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,710 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,710 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,711 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,712 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,714 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,714 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,714 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,714 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,717 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,718 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon) DEBUG 2022-06-26 01:03:15,720 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running org.seasar.framework.beans.impl.BeanDescImplTest java.lang.IllegalStateException: hoge hashCode assertNull testGetMethodNoException testInvoke3 getClass toString testInvoke testInvoke4 failNotSame assertFalse assertTrue testAddFields notifyAll testGetMethodParameterNames testNewInstance2 testInvoke2 assertNotSame setName testInvoke5 testPropertyDesc testHasMethod testNewInstance fail assertNotNull assertSame testGetFields testGetMethod testInvokeForException testGetMethodNames testInvalidProperty failNotEquals getName failSame assertEquals runBare run equals wait notify countTestCases Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.framework.util.ClassTraversalTest junit.awtui.AboutDialog$1 junit.awtui.AboutDialog$2 junit.awtui.AboutDialog junit.awtui.Logo junit.awtui.ProgressBar junit.awtui.TestRunner$1 junit.awtui.TestRunner$10 junit.awtui.TestRunner$2 junit.awtui.TestRunner$3 junit.awtui.TestRunner$4 awtui.AboutDialog$1 awtui.AboutDialog$2 awtui.AboutDialog awtui.Logo awtui.ProgressBar awtui.TestRunner$1 awtui.TestRunner$10 awtui.TestRunner$2 awtui.TestRunner$3 awtui.TestRunner$4 junit.awtui.AboutDialog$1 junit.awtui.AboutDialog$2 junit.awtui.AboutDialog junit.awtui.Logo junit.awtui.ProgressBar junit.awtui.TestRunner$1 junit.awtui.TestRunner$10 junit.awtui.TestRunner$2 junit.awtui.TestRunner$3 junit.awtui.TestRunner$4 awtui.AboutDialog$1 awtui.AboutDialog$2 awtui.AboutDialog awtui.Logo awtui.ProgressBar awtui.TestRunner$1 awtui.TestRunner$10 awtui.TestRunner$2 awtui.TestRunner$3 awtui.TestRunner$4 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.mock.servlet.MockServletContextImplTest [/lib/log4j-1.2.13.jar, /lib/geronimo-jta_1.1_spec-1.0-tsr.jar, /lib/geronimo-j2ee_1.4_spec-1.0.jar, /lib/sources, /lib/commons-logging-1.1.jar, /lib/geronimo-jta_1.1_spec-1.0.jar, /lib/hsqldb-1.8.0.1.jar, /lib/junit-addons-1.4.jar, /lib/poi-3.0-FINAL.jar, /lib/aopalliance-1.0.jar, /lib/junit-3.8.2.jar, /lib/ognl-2.6.9-patch-20090427.jar, /lib/geronimo-ejb_2.1_spec-1.0.jar, /lib/uow_api-6.jar, /lib/portlet-api-1.0.jar, /lib/javassist-3.4.ga.jar] file:/home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/log4j-1.2.13.jar [/lib/log4j-1.2.13.jar, /lib/geronimo-jta_1.1_spec-1.0-tsr.jar, /lib/geronimo-j2ee_1.4_spec-1.0.jar, /lib/sources, /lib/commons-logging-1.1.jar, /lib/geronimo-jta_1.1_spec-1.0.jar, /lib/hsqldb-1.8.0.1.jar, /lib/junit-addons-1.4.jar, /lib/poi-3.0-FINAL.jar, /lib/aopalliance-1.0.jar, /lib/junit-3.8.2.jar, /lib/ognl-2.6.9-patch-20090427.jar, /lib/geronimo-ejb_2.1_spec-1.0.jar, /lib/uow_api-6.jar, /lib/portlet-api-1.0.jar, /lib/javassist-3.4.ga.jar] file:/home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/lib/log4j-1.2.13.jar Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.external.AbstExternalContextMapTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.assembler.AutoPropertyAssemblerTest WARN 2022-06-26 01:03:15,751 [main] Skip setting property, because property(hoge) of org.seasar.framework.container.assembler.AutoPropertyAssemblerTest$A not found WARN 2022-06-26 01:03:15,751 [main] Skip setting property, because property(hoge) of org.seasar.framework.container.assembler.AutoPropertyAssemblerTest$A2 not found Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.hotdeploy.creator.DtoHotdeployCreatorTest DEBUG 2022-06-26 01:03:15,753 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:15,754 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,755 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:15,755 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,756 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,757 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,761 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:15,761 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:15,761 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:15,761 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,763 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:15,764 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:15,766 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:15,766 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:15,766 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dto.BbbDto[bbbDto]). DEBUG 2022-06-26 01:03:15,768 [main] [PropertyInterType] Introducing... org.seasar.framework.container.hotdeploy.creator.dto.BbbDto DEBUG 2022-06-26 01:03:15,768 [main] [PropertyInterType] Creating getter org.seasar.framework.container.hotdeploy.creator.dto.BbbDto#getName DEBUG 2022-06-26 01:03:15,770 [main] [PropertyInterType] Creating setter org.seasar.framework.container.hotdeploy.creator.dto.BbbDto#setName DEBUG 2022-06-26 01:03:15,773 [main] CALL org.seasar.framework.container.hotdeploy.creator.dto.BbbDto#getName() : Hoge DEBUG 2022-06-26 01:03:15,774 [main] stopping HOT Deploy Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running org.seasar.framework.beans.IllegalDiiguRuntimeExceptionTest [ESSR0090]Do not process by Diigu Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.aop.impl.PointcutImplTest greeting2 greeting greeting2 greeting greeting2 greeting Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.factory.MetaTagHandlerTest DEBUG 2022-06-26 01:03:15,779 [main] S2Container will be created(path=org/seasar/framework/container/factory/MetaTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:15,780 [main] S2Container is created(path=org/seasar/framework/container/factory/MetaTagHandlerTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.message.MessageFormatterTest [ESSR0304]Already started preparing [EXXX0304] [ESSRxxxx] [] [ESSR0007]{0} should not be null or empty [ES2Framework0001]Hoge Hoge Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.message.MessageResourceBundleImplTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.message.MessageResourceBundleFacadeTest {0}が見つかりません Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 sec Running org.seasar.framework.util.ResourceUtilTest org.seasar.framework.exception.ResourceNotFoundRuntimeException: [ESSR0055]Resource(hoge.xml) not found file:/home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/test-classes/ /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/test-classes Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.beans.converter.TimestampConverterTest 2008-12-31 12:34:56.0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.filter.S2ContainerFilterTest DEBUG 2022-06-26 01:03:16,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,800 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,802 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,802 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,803 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,803 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,806 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,806 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,806 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,806 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,810 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,812 [main] HTTP session was invalidated, session id = 0a6f071001d5a09b9a68cb5238d3dc Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.container.cooldeploy.creator.HelperCoolCreatorTest DEBUG 2022-06-26 01:03:16,813 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,813 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/HelperCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:16,815 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/HelperCoolCreatorTest.dicon) WARN 2022-06-26 01:03:16,815 [main] Skip setting property, because property(helperCustomizer) of org.seasar.framework.container.creator.HelperCreator not found DEBUG 2022-06-26 01:03:16,816 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.helper.impl.IiiHelperImpl[iiiHelper]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.assembler.AbstBindingTypeDefTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.aop.interceptors.InterceptorAdapterTest DEBUG 2022-06-26 01:03:16,823 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,824 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,825 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,825 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,826 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,827 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,829 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,829 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,829 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,830 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,833 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,834 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InterceptorAdapterTest.dicon) DEBUG 2022-06-26 01:03:16,834 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:16,836 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:16,836 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/InterceptorAdapterTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.framework.container.factory.XmlS2ContainerBuilderTest DEBUG 2022-06-26 01:03:16,840 [main] S2Container will be created(path=org/seasar/framework/container/factory/XmlS2ContainerBuilderTest.dicon) DEBUG 2022-06-26 01:03:16,841 [main] S2Container is created(path=org/seasar/framework/container/factory/XmlS2ContainerBuilderTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.external.servlet.ServletRequestParameterMapTest DEBUG 2022-06-26 01:03:16,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,843 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,845 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,845 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,846 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,846 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,849 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,849 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,849 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,849 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,851 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running org.seasar.framework.util.SerializeUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.customizer.AbstCustomizerTest org.seasar.framework.container.customizer.AbstCustomizerTest$Foo org.seasar.framework.container.customizer.AbstCustomizerTest$Bar org.seasar.framework.container.customizer.AbstCustomizerTest$Baz org.seasar.framework.container.customizer.AbstCustomizerTest$Bar org.seasar.framework.container.customizer.AbstCustomizerTest$Baz org.seasar.framework.container.customizer.AbstCustomizerTest$Foo org.seasar.framework.container.customizer.AbstCustomizerTest$Bar org.seasar.framework.container.customizer.AbstCustomizerTest$Foo org.seasar.framework.container.customizer.AbstCustomizerTest$Bar Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.external.servlet.ServletRequestHeaderValuesMapTest DEBUG 2022-06-26 01:03:16,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,858 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,860 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,860 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,861 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,861 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,865 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,865 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,865 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,865 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,867 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.seasar.framework.container.impl.NestIncludeTest DEBUG 2022-06-26 01:03:16,870 [main] S2Container will be created(path=org/seasar/framework/container/impl/test3.dicon) DEBUG 2022-06-26 01:03:16,870 [main] S2Container will be created(path=org/seasar/framework/container/impl/test1.dicon) DEBUG 2022-06-26 01:03:16,871 [main] S2Container will be created(path=org/seasar/framework/container/impl/obj.dicon) DEBUG 2022-06-26 01:03:16,872 [main] S2Container is created(path=org/seasar/framework/container/impl/obj.dicon) DEBUG 2022-06-26 01:03:16,872 [main] S2Container is created(path=org/seasar/framework/container/impl/test1.dicon) DEBUG 2022-06-26 01:03:16,872 [main] S2Container will be created(path=org/seasar/framework/container/impl/test2.dicon) DEBUG 2022-06-26 01:03:16,873 [main] S2Container is created(path=org/seasar/framework/container/impl/test2.dicon) DEBUG 2022-06-26 01:03:16,873 [main] S2Container is created(path=org/seasar/framework/container/impl/test3.dicon) 初期化中 終了中 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.util.IntegerConversionUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.customizer.MetaCustomizerTest DEBUG 2022-06-26 01:03:16,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,876 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,878 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,878 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,878 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,879 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,881 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,882 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,882 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,882 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,885 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,886 [main] S2Container will be created(path=org/seasar/framework/container/customizer/MetaCustomizerTest.dicon) DEBUG 2022-06-26 01:03:16,887 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:16,888 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:16,889 [main] S2Container is created(path=org/seasar/framework/container/customizer/MetaCustomizerTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running org.seasar.framework.container.impl.InterTypeDefImplTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.aop.interceptors.MockInterceptorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.seasar.framework.util.MapUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.factory.ClassPathResourceResolverTest /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/test-classes/org/seasar/framework/container/factory/aaa.dicon DEBUG 2022-06-26 01:03:16,907 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env. /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/test-classes/org/seasar/framework/container/factory/aaa_ut.dicon Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.mock.sql.MockResultSetTest java.sql.SQLException: cursor not supported Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.factory.ComponentsTagHandlerTest DEBUG 2022-06-26 01:03:16,913 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:16,914 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:16,914 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest2.dicon) DEBUG 2022-06-26 01:03:16,915 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest2.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.container.external.RebuildableExternalContextMapTest WARN 2022-06-26 01:03:16,916 [main] resource corresponding to route package(org.seasar.framework.external) was not found from the class path. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.container.hotdeploy.creator.ServiceHotdeployCreatorTest DEBUG 2022-06-26 01:03:16,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,919 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,922 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,922 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,923 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,924 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,926 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,926 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,926 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,927 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,928 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,929 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:16,930 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.impl.HogeServiceImpl[aaa_hogeService]). DEBUG 2022-06-26 01:03:16,931 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:16,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,933 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,935 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,935 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,935 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,936 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,938 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,939 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,939 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,939 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,941 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,943 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:16,943 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.impl.HogeServiceImpl[aaa_hogeService]). DEBUG 2022-06-26 01:03:16,944 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:16,945 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,945 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,948 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,948 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,949 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,949 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,953 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,953 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,953 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,953 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,955 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,956 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:16,957 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.service.impl.HogeServiceImpl[hogeService]). DEBUG 2022-06-26 01:03:16,957 [main] stopping HOT Deploy Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running org.seasar.framework.container.hotdeploy.HotdeployHttpSessionTest DEBUG 2022-06-26 01:03:16,959 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,960 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,962 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,962 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,962 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,963 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,967 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,967 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,967 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,967 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,969 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,973 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,974 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,975 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,975 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,976 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,978 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,980 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,980 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,981 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,981 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,982 [main] S2Container is created(path=creator.dicon) org.seasar.framework.exception.SessionObjectNotSerializableRuntimeException: [ESSR0099]Class(class org.seasar.framework.container.hotdeploy.HotdeployHttpSessionTest$Bar) set to HttpSession must be Serializable. at org.seasar.framework.container.hotdeploy.HotdeployHttpSession.setAttribute(HotdeployHttpSession.java:130) at org.seasar.framework.container.hotdeploy.HotdeployHttpSessionTest.testNotSerializable(HotdeployHttpSessionTest.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519) at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) DEBUG 2022-06-26 01:03:16,985 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:16,986 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,988 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:16,988 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,990 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,991 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,993 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:16,994 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:16,994 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:16,994 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:16,996 [main] S2Container is created(path=creator.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running org.seasar.framework.util.OgnlUtilTest org.seasar.framework.exception.OgnlRuntimeException: [ESSR0073]OgnlException occurred, because test error message at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:103) at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:65) at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:50) at org.seasar.framework.util.OgnlUtilTest.testGetValueException(OgnlUtilTest.java:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: java.lang.RuntimeException: test error message at org.seasar.framework.util.OgnlUtilTest.testGetValueException(OgnlUtilTest.java:93) ... 25 more org.seasar.framework.exception.OgnlRuntimeException: [ESSR0073]OgnlException occurred, because java.lang.Object.hoge at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:103) at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:65) at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:50) at org.seasar.framework.util.OgnlUtilTest.testGetValueException2(OgnlUtilTest.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: ognl.NoSuchPropertyException: java.lang.Object.hoge at ognl.ObjectPropertyAccessor.getProperty(ObjectPropertyAccessor.java:122) at ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1758) at ognl.ASTProperty.getValueBody(ASTProperty.java:92) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:171) at ognl.SimpleNode.getValue(SimpleNode.java:211) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:413) at ognl.Ognl.getValue(Ognl.java:395) at org.seasar.framework.util.OgnlUtil.getValue(OgnlUtil.java:100) ... 28 more あ ア Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.framework.util.StringUtilTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.autoregister.InterfaceAspectAutoRegisterTest DEBUG 2022-06-26 01:03:17,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,010 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,011 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,011 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,012 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,013 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,016 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,016 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,017 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,017 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,018 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,019 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/InterfaceAspectAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:17,020 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,021 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,022 [main] S2Container is created(path=org/seasar/framework/container/autoregister/InterfaceAspectAutoRegisterTest.dicon) DEBUG 2022-06-26 01:03:17,028 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet DEBUG 2022-06-26 01:03:17,028 [main] END org.seasar.framework.container.autoregister.Foo#greet Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.seasar.framework.mock.portlet.MockPortletRequestImplTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.factory.IncludeTagHandlerTest DEBUG 2022-06-26 01:03:17,033 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env. DEBUG 2022-06-26 01:03:17,033 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:17,033 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon) DEBUG 2022-06-26 01:03:17,034 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon) DEBUG 2022-06-26 01:03:17,034 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon) DEBUG 2022-06-26 01:03:17,035 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon) DEBUG 2022-06-26 01:03:17,036 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:17,036 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env. DEBUG 2022-06-26 01:03:17,037 [main] S2Container will be created(path=org/seasar/framework/container/factory/aaa.dicon) DEBUG 2022-06-26 01:03:17,037 [main] S2Container will be created(path=org/seasar/framework/container/factory/bbb.dicon) DEBUG 2022-06-26 01:03:17,038 [main] S2Container will be created(path=org/seasar/framework/container/factory/ccc.dicon) DEBUG 2022-06-26 01:03:17,039 [main] S2Container is created(path=org/seasar/framework/container/factory/ccc.dicon) DEBUG 2022-06-26 01:03:17,039 [main] S2Container is created(path=org/seasar/framework/container/factory/bbb.dicon) DEBUG 2022-06-26 01:03:17,039 [main] S2Container is created(path=org/seasar/framework/container/factory/aaa.dicon) DEBUG 2022-06-26 01:03:17,039 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env. DEBUG 2022-06-26 01:03:17,039 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:17,040 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon) DEBUG 2022-06-26 01:03:17,042 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon) DEBUG 2022-06-26 01:03:17,042 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon) DEBUG 2022-06-26 01:03:17,043 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon) DEBUG 2022-06-26 01:03:17,043 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:17,043 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env. DEBUG 2022-06-26 01:03:17,043 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest2.dicon) DEBUG 2022-06-26 01:03:17,044 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon) DEBUG 2022-06-26 01:03:17,045 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon) DEBUG 2022-06-26 01:03:17,045 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest2.dicon) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.seasar.framework.container.assembler.DefaultConstructorConstructorAssemblerTest DEBUG 2022-06-26 01:03:17,069 [main] BEGIN java.util.ArrayList#size() DEBUG 2022-06-26 01:03:17,069 [main] END java.util.ArrayList#size() : 0 org.seasar.framework.exception.OgnlRuntimeException: [ESSR0073]OgnlException occurred, because [ESSR0046]Component(hoge) not found Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running org.seasar.framework.beans.converter.NumberConverterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.ModifierUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.util.DateConversionUtilTest yy/MM/dd yyyy/MM/dd Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.aop.javassist.AspectWeaverTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.framework.convention.impl.PersistenceConventionImplTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.customizer.InterTypeCustomizerTest DEBUG 2022-06-26 01:03:17,096 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,097 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,098 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,098 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,099 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,100 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,104 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,104 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,104 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,104 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,106 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,107 [main] S2Container will be created(path=org/seasar/framework/container/customizer/InterTypeCustomizerTest.dicon) DEBUG 2022-06-26 01:03:17,108 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,109 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,109 [main] S2Container is created(path=org/seasar/framework/container/customizer/InterTypeCustomizerTest.dicon) DEBUG 2022-06-26 01:03:17,114 [main] [PropertyInterType] Introducing... org.seasar.framework.container.autoregister.Foo DEBUG 2022-06-26 01:03:17,114 [main] [PropertyInterType] Creating getter org.seasar.framework.container.autoregister.Foo#getCOMPONENT DEBUG 2022-06-26 01:03:17,116 [main] [PropertyInterType] Creating setter org.seasar.framework.container.autoregister.Foo#setCOMPONENT DEBUG 2022-06-26 01:03:17,116 [main] [PropertyInterType] Creating getter org.seasar.framework.container.autoregister.Foo#getASPECT DEBUG 2022-06-26 01:03:17,119 [main] [PropertyInterType] Creating setter org.seasar.framework.container.autoregister.Foo#setASPECT DEBUG 2022-06-26 01:03:17,120 [main] [PropertyInterType] Creating getter org.seasar.framework.container.autoregister.Foo#getFoo2_BINDING DEBUG 2022-06-26 01:03:17,120 [main] [PropertyInterType] Creating setter org.seasar.framework.container.autoregister.Foo#setFoo2_BINDING Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running org.seasar.framework.container.assembler.AutoBindingDefFactoryTest org.seasar.framework.container.IllegalAutoBindingDefRuntimeException: [ESSR0077]Illegal autoBinding(hoge) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.cooldeploy.creator.ActionCoolCreatorTest DEBUG 2022-06-26 01:03:17,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,124 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ActionCoolCreatorTest.dicon) DEBUG 2022-06-26 01:03:17,126 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ActionCoolCreatorTest.dicon) WARN 2022-06-26 01:03:17,126 [main] Skip setting property, because property(actionCustomizer) of org.seasar.framework.container.creator.ActionCreator not found DEBUG 2022-06-26 01:03:17,126 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.EeeAction[ccc_eeeAction]). DEBUG 2022-06-26 01:03:17,126 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.DddAction[ccc_dddAction]). DEBUG 2022-06-26 01:03:17,127 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.CccAction[ccc_cccAction]). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.external.servlet.ServletRequestMapTest DEBUG 2022-06-26 01:03:17,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,131 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,132 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,132 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,133 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,134 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,136 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,136 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,136 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,136 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,140 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.container.external.RequestParameterValuesMapComponentDefTest DEBUG 2022-06-26 01:03:17,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,143 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,144 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,144 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,145 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,146 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,148 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,150 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,150 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,150 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,152 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.seasar.framework.container.autoregister.DefaultAutoNamingTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.assembler.ManualOnlyPropertyAssemblerTest org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(hoge) of org.seasar.framework.container.assembler.ManualOnlyPropertyAssemblerTest$A, because org.seasar.framework.exception.OgnlRuntimeException: [ESSR0073]OgnlException occurred, because [ESSR0046]Component(b) not found org.seasar.framework.beans.PropertyNotFoundRuntimeException: [ESSR0065]Property(abc) of class(org.seasar.framework.container.assembler.ManualOnlyPropertyAssemblerTest$A) not found org.seasar.framework.beans.IllegalPropertyRuntimeException: [ESSR0059]Can not configure property(aaa) of org.seasar.framework.container.assembler.ManualOnlyPropertyAssemblerTest$B, because java.lang.NumberFormatException: For input string: "abc" Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.assembler.BindingTypeNoneDefTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.framework.util.ClassUtilTest org.seasar.framework.exception.NoSuchConstructorRuntimeException: [ESSR0064]Constructor(ClassUtilTest(java.lang.Integer)) of class(org.seasar.framework.util.ClassUtilTest) not found org.seasar.framework.exception.NoSuchFieldRuntimeException: [ESSR0070]Field(aaa) of class(org.seasar.framework.util.ClassUtilTest) not found Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.container.autoregister.FileSystemComponentAutoRegisterTest DEBUG 2022-06-26 01:03:17,164 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,165 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,167 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,167 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,168 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,170 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,175 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,175 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,175 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,175 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,177 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,178 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister.dicon) DEBUG 2022-06-26 01:03:17,179 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,181 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,181 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister.dicon) DEBUG 2022-06-26 01:03:17,191 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,192 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,193 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,193 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,194 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,195 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,199 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,199 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,199 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,199 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,201 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,202 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister3.dicon) DEBUG 2022-06-26 01:03:17,203 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,204 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,205 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister3.dicon) org.seasar.framework.container.TooManyRegistrationRuntimeException: [ESSR0045]Two or more components(org.seasar.framework.container.autoregister.sub.Foo5, org.seasar.framework.container.autoregister.Foo5) are registered in foo5 DEBUG 2022-06-26 01:03:17,210 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,211 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,213 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,213 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,213 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,214 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,216 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,217 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,217 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,217 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,219 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,221 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister.dicon) DEBUG 2022-06-26 01:03:17,222 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,223 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,223 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec Running org.seasar.framework.container.external.servlet.ServletRequestHeaderMapTest DEBUG 2022-06-26 01:03:17,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,234 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,235 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,235 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,237 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,238 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,240 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,240 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,240 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,240 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,242 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest ERROR 2022-06-26 01:03:17,248 [main] hoge java.lang.Throwable: hoge at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest$ThrowerImpl.throwThrowable(TraceThrowsInterceptorTest.java:66) at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$16a8418.$$throwThrowable$$invokeSuperMethod$$(TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$16a8418.java) at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$16a8418$$MethodInvocation$$throwThrowable$$0.proceed(MethodInvocationClassGenerator.java) at org.seasar.framework.aop.interceptors.ThrowsInterceptor.invoke(ThrowsInterceptor.java:79) at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$16a8418$$MethodInvocation$$throwThrowable$$0.proceed(MethodInvocationClassGenerator.java) at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$16a8418.throwThrowable(TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$16a8418.java) at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest.testHandleThrowable(TraceThrowsInterceptorTest.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.util.FileUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.aop.interceptors.ThrowsInterceptorTest handleThrowable org.seasar.framework.beans.MethodNotFoundRuntimeException: [ESSR0049]The method(handleThrowable(java.lang.Throwable, org.aopalliance.intercept.MethodInvocation)) of org.seasar.framework.aop.interceptors.ThrowsInterceptorTest$MyThrowsInterceptor4 not found Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.seasar.framework.container.external.servlet.CookieMapTest DEBUG 2022-06-26 01:03:17,261 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,262 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,265 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,265 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,266 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,267 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,269 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,270 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,270 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,270 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,272 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.seasar.framework.container.factory.InterTypeTagHandlerTest DEBUG 2022-06-26 01:03:17,276 [main] S2Container will be created(path=org/seasar/framework/container/factory/InterTypeTagHandlerTest.dicon) DEBUG 2022-06-26 01:03:17,277 [main] S2Container is created(path=org/seasar/framework/container/factory/InterTypeTagHandlerTest.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.util.SLinkedListTest java.util.NoSuchElementException java.util.NoSuchElementException java.lang.IndexOutOfBoundsException: Index: -1, Size: 3 java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.framework.util.ZipFileUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.impl.ArgDefImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.framework.container.external.InitParameterMapComponentDefTest DEBUG 2022-06-26 01:03:17,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,289 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,290 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,290 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,291 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,292 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,294 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,295 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,296 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,297 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,298 [main] S2Container is created(path=creator.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.seasar.framework.container.assembler.AbstPropertyAssemblerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.framework.util.CaseInsensitiveSetTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.util.DoubleConversionUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.framework.container.customizer.AspectCustomizerTest DEBUG 2022-06-26 01:03:17,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,307 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,310 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,310 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,311 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,312 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,314 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,314 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,314 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,314 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,316 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,317 [main] S2Container will be created(path=org/seasar/framework/container/customizer/AspectCustomizerTest.dicon) DEBUG 2022-06-26 01:03:17,320 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,322 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,322 [main] S2Container is created(path=org/seasar/framework/container/customizer/AspectCustomizerTest.dicon) DEBUG 2022-06-26 01:03:17,328 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet() DEBUG 2022-06-26 01:03:17,328 [main] END org.seasar.framework.container.autoregister.Foo#greet() : Hello DEBUG 2022-06-26 01:03:17,329 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,330 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,331 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,331 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,332 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,333 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,337 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,337 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,337 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,338 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,339 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,341 [main] S2Container will be created(path=org/seasar/framework/container/customizer/AspectCustomizerTest2.dicon) DEBUG 2022-06-26 01:03:17,341 [main] S2Container will be created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,343 [main] S2Container is created(path=aop.dicon) DEBUG 2022-06-26 01:03:17,343 [main] S2Container is created(path=org/seasar/framework/container/customizer/AspectCustomizerTest2.dicon) DEBUG 2022-06-26 01:03:17,352 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet() DEBUG 2022-06-26 01:03:17,352 [main] END org.seasar.framework.container.autoregister.Foo#greet() : org.seasar.framework.container.autoregister.Greeting2Interceptor@1919acb DEBUG 2022-06-26 01:03:17,352 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet() DEBUG 2022-06-26 01:03:17,352 [main] END org.seasar.framework.container.autoregister.Foo#greet() : org.seasar.framework.container.autoregister.Greeting2Interceptor@49bfad Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running org.seasar.framework.container.hotdeploy.creator.ActionHotdeployCreatorTest DEBUG 2022-06-26 01:03:17,354 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,355 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,356 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,357 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,357 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,358 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,362 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,362 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,362 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,362 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,364 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,365 [main] starting HOT Deploy WARN 2022-06-26 01:03:17,366 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. DEBUG 2022-06-26 01:03:17,366 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]). DEBUG 2022-06-26 01:03:17,367 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:17,367 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,368 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,370 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,370 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,370 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,371 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,375 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,375 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,375 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,375 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,377 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,378 [main] starting HOT Deploy WARN 2022-06-26 01:03:17,379 [main] HOT deploy target class (org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage) is referred to by the non-target class, and it is loaded by a normal class loader. WARN 2022-06-26 01:03:17,379 [main] Specified component name(aaa_HogeAction) is not match (aaa_hogeAction) from class name(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction), Please note the difference between the capital letter and the small letter. DEBUG 2022-06-26 01:03:17,380 [main] stopping HOT Deploy DEBUG 2022-06-26 01:03:17,380 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,381 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,382 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,382 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,383 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,385 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,387 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,388 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,388 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,388 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,390 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,390 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:17,391 [main] stopping HOT Deploy Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running org.seasar.framework.container.warmdeploy.WarmDeployTest DEBUG 2022-06-26 01:03:17,393 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,396 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,396 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,397 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,397 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,399 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,400 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,400 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,400 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,401 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,404 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,405 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,405 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,406 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,407 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,409 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,410 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,410 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,410 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,411 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,412 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,413 [main] S2Container is created(path=convention.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.seasar.framework.container.hotdeploy.creator.ConverterHotdeployCreatorTest DEBUG 2022-06-26 01:03:17,416 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:17,417 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,419 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:17,419 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,419 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,420 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,422 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:17,423 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:17,423 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:17,423 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,426 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:17,427 [main] starting HOT Deploy DEBUG 2022-06-26 01:03:17,427 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.converter.FakeConverter[fakeConverter]). DEBUG 2022-06-26 01:03:17,428 [main] stopping HOT Deploy Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Results : Tests run: 996, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] Building jar: /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/s2-framework-2.4.49-SNAPSHOT.jar [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] No goals needed for project - skipping [INFO] [source:jar {execution: source-jar}] [INFO] Building jar: /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/s2-framework-2.4.49-SNAPSHOT-sources.jar [INFO] [jar:test-jar {execution: test-jar}] [INFO] Building jar: /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/s2-framework-2.4.49-SNAPSHOT-tests.jar [INFO] [install:install] [INFO] Installing /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/s2-framework-2.4.49-SNAPSHOT.jar to /home/services/jenkins/.m2/repository/org/seasar/container/s2-framework/2.4.49-SNAPSHOT/s2-framework-2.4.49-SNAPSHOT.jar [INFO] Installing /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/s2-framework-2.4.49-SNAPSHOT-sources.jar to /home/services/jenkins/.m2/repository/org/seasar/container/s2-framework/2.4.49-SNAPSHOT/s2-framework-2.4.49-SNAPSHOT-sources.jar [INFO] Installing /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-framework/target/s2-framework-2.4.49-SNAPSHOT-tests.jar to /home/services/jenkins/.m2/repository/org/seasar/container/s2-framework/2.4.49-SNAPSHOT/s2-framework-2.4.49-SNAPSHOT-tests.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Seasar2 Extension [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-extension/target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 285 source files to /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-extension/target/classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 148 source files to /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-extension/target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-extension/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.seasar.extension.dataset.impl.DataTableImplTest DEBUG 2022-06-26 01:03:20,112 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,152 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,198 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,198 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,200 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,201 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,220 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,223 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,224 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,224 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,234 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,282 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,296 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,296 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,297 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,298 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,306 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,307 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,308 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,308 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,313 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,319 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,321 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,325 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,325 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,327 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,332 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,356 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,357 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,357 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,357 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,363 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,368 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,369 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,372 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,372 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,374 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,377 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,384 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,386 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,386 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,386 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,394 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,402 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,403 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,415 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,416 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,417 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,419 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,424 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,424 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,425 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,425 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,429 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,435 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,437 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,439 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,439 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,440 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,441 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,449 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,451 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,451 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,451 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,456 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,473 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,474 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,476 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,476 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,477 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,478 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,483 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,483 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,484 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,484 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,489 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,495 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,497 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,497 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,499 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,501 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,507 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,508 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,508 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,508 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,511 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,527 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,529 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,529 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,530 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,531 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,535 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,535 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,536 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,536 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,538 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,543 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,545 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,547 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,547 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,548 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,549 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,555 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,556 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,556 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,556 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,559 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,563 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,564 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,577 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,577 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,578 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,579 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,583 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,583 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,583 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,584 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,587 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,590 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:20,592 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,599 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,599 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,600 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,601 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,602 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,603 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,613 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,617 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:20,745 [main] Physical connection got DEBUG 2022-06-26 01:03:20,746 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:20,798 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:20,798 [main] Physical connection closed Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 sec Running org.seasar.extension.sql.parser.SqlParserImplTest WARN 2022-06-26 01:03:20,813 [main] Argument(job) not found WARN 2022-06-26 01:03:20,813 [main] Argument(deptno) not found SELECT * FROM emp SELECT * FROM emp WHERE job = ? SELECT * FROM emp WHERE job = ? AND deptno = ? SELECT * FROM emp WHERE deptno = ? org.seasar.extension.sql.TokenNotClosedRuntimeException: [ESSR0087]*/ not closed in (hoge) SELECT * FROM emp WHERE job = ? AND deptno = ? SELECT * FROM emp WHERE job = 'CLERK' BETWEEN sal ? AND ? SELECT * FROM emp WHERE job = #*job*#'CLERK' AND deptno = #*deptno*#20 SELECT * FROM emp WHERE empno = ? AND 1 = 1 SELECT * FROM emp WHERE job = ? WARN 2022-06-26 01:03:20,816 [main] Argument(job) not found SELECT * FROM emp WARN 2022-06-26 01:03:20,817 [main] Argument(aaa) not found [] [] [aaabbb] [aaa] WARN 2022-06-26 01:03:20,817 [main] Argument(aaa) not found [] [aaa,] [] [aaa,] [] [aaa] [SELECT * FROM emp WHERE job = ?] WARN 2022-06-26 01:03:20,818 [main] Argument(job) not found [SELECT * FROM emp WHERE job is null] [bbb = ?] [bbbddd] SELECT * FROM emp WHERE deptno = 10 [WHERE aaa BETWEEN ? AND ?] [bbb] SELECT * FROM emp WHERE deptno IN (?, ?) ORDER BY ename SELECT * FROM emp WHERE deptno IN (?, ?) ORDER BY ename SELECT * FROM emp WHERE ename IN (?, ?) AND job IN (?, ?) org.seasar.extension.sql.EndCommentNotFoundRuntimeException: [ESSR0085]END comment not found in (/*BEGIN*/) INSERT INTO ITEM (ID, NUM) VALUES (?, ?) 0 org.seasar.extension.sql.SemicolonNotAllowedRuntimeException: [ESSR0325]Semicolon is not allowed for SQL injection id desc Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running org.seasar.extension.jdbc.impl.BeanResultSetHandlerTest DEBUG 2022-06-26 01:03:20,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,826 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,830 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,830 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,830 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,831 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,837 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,837 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,837 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,837 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,841 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,844 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:20,845 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,846 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,846 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,848 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,849 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,851 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,851 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,853 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,853 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:20,856 [main] Physical connection got DEBUG 2022-06-26 01:03:20,856 [main] Logical connection got, tx=null 7788,SCOTT DEBUG 2022-06-26 01:03:20,873 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:20,873 [main] Physical connection closed DEBUG 2022-06-26 01:03:20,875 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,876 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,878 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,878 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,879 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,880 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,902 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,903 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,903 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,903 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,907 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,910 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:20,911 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,913 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,913 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,914 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,915 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,916 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,916 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,918 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,919 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:20,923 [main] Physical connection got DEBUG 2022-06-26 01:03:20,923 [main] Logical connection got, tx=null SCOTT,ANALYST DEBUG 2022-06-26 01:03:20,923 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:20,923 [main] Physical connection closed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec Running org.seasar.extension.datasource.impl.DataSourceFactoryImplTest DEBUG 2022-06-26 01:03:20,927 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,927 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,930 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,930 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,932 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,933 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,939 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,940 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,940 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,940 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,943 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,945 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,946 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,947 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,948 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,948 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,950 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,950 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,953 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,956 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:20,957 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,959 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,959 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,960 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,961 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,965 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:20,965 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:20,965 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:20,966 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,986 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:20,988 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,989 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,991 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:20,991 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,992 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,993 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:20,993 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:20,995 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:20,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,000 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,002 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,002 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,003 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,004 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,010 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,011 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,011 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,011 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,013 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,015 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,016 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,017 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,017 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,018 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,019 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,020 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,021 [main] S2Container is created(path=jdbc.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec Running org.seasar.extension.dxo.builder.impl.BeanToBeanDxoCommandBuilderTest DEBUG 2022-06-26 01:03:21,026 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,027 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,029 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,029 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,031 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,032 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,036 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,036 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,036 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,036 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,039 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,040 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,041 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,051 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,058 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,063 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,083 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,084 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,084 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,086 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,086 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,090 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,091 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,091 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,091 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,093 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,094 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,096 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,098 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,099 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,104 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,105 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,105 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,106 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,107 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,111 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,111 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,111 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,111 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,113 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,115 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,116 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,118 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,119 [main] S2Container is created(path=dxo.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running org.seasar.extension.tx.AbstTxInterceptorTest DEBUG 2022-06-26 01:03:21,123 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,124 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,126 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,126 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,127 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,127 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,132 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,132 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,132 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,132 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,135 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,137 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) DEBUG 2022-06-26 01:03:21,139 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) org.seasar.framework.exception.SIllegalArgumentException: [ESSR0365]java.lang.Object is not a Throwable org.seasar.framework.exception.SIllegalArgumentException: [ESSR0365]java.lang.String is not a Throwable DEBUG 2022-06-26 01:03:21,226 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,227 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,229 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,229 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,230 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,231 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,236 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,236 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,236 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,236 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,238 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,243 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) DEBUG 2022-06-26 01:03:21,244 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) java.lang.Exception: hoge DEBUG 2022-06-26 01:03:21,253 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,254 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,255 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,255 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,257 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,258 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,261 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,262 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,262 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,262 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,264 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,266 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) DEBUG 2022-06-26 01:03:21,268 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) javax.transaction.SystemException DEBUG 2022-06-26 01:03:21,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,278 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,279 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,279 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,282 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,283 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,287 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,287 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,287 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,287 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,290 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,291 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) DEBUG 2022-06-26 01:03:21,293 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) java.lang.UnsupportedOperationException DEBUG 2022-06-26 01:03:21,299 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,300 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,302 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,302 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,303 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,303 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,307 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,307 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,307 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,307 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,310 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,334 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) DEBUG 2022-06-26 01:03:21,335 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) java.rmi.AccessException: DEBUG 2022-06-26 01:03:21,345 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,346 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,348 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,348 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,349 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,350 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,353 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,354 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,354 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,354 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,358 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,362 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) DEBUG 2022-06-26 01:03:21,363 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) java.lang.Throwable DEBUG 2022-06-26 01:03:21,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,373 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,374 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,374 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,376 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,377 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,381 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,381 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,381 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,381 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,384 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,385 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) DEBUG 2022-06-26 01:03:21,386 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon) java.lang.OutOfMemoryError Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec Running org.seasar.extension.jta.RestrictedTransactionManagerImplTest DEBUG 2022-06-26 01:03:21,398 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/0, BranchId=] DEBUG 2022-06-26 01:03:21,398 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/0, BranchId=] DEBUG 2022-06-26 01:03:21,398 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/1, BranchId=] DEBUG 2022-06-26 01:03:21,399 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/1, BranchId=] DEBUG 2022-06-26 01:03:21,399 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/2, BranchId=] DEBUG 2022-06-26 01:03:21,399 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/3, BranchId=] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.seasar.extension.jdbc.types.SerializableTypeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.extension.unit.MapReaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.dxo.util.DxoUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.jdbc.impl.BasicUpdateHandlerTest DEBUG 2022-06-26 01:03:21,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,412 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,414 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,414 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,414 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,415 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,419 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,419 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,420 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,420 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,445 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,447 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,448 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,449 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,449 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,450 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,451 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,453 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,453 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,455 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,455 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,458 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/4, BranchId=] DEBUG 2022-06-26 01:03:21,459 [main] Physical connection got DEBUG 2022-06-26 01:03:21,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/4, BranchId=] DEBUG 2022-06-26 01:03:21,460 [main] update emp set ename = 'SCOTT', comm = null where empno = 7788 DEBUG 2022-06-26 01:03:21,462 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/4, BranchId=] DEBUG 2022-06-26 01:03:21,462 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/4, BranchId=] DEBUG 2022-06-26 01:03:21,462 [main] Physical connection closed DEBUG 2022-06-26 01:03:21,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,465 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,466 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,467 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,468 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,469 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,473 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,474 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,474 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,474 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,476 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,482 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,483 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,484 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,484 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,485 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,486 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,487 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,489 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,494 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,496 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,500 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/5, BranchId=] DEBUG 2022-06-26 01:03:21,500 [main] Physical connection got DEBUG 2022-06-26 01:03:21,500 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/5, BranchId=] DEBUG 2022-06-26 01:03:21,500 [main] update emp set job = 'AA?A' where empno = 7788 DEBUG 2022-06-26 01:03:21,501 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/5, BranchId=] DEBUG 2022-06-26 01:03:21,501 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/5, BranchId=] DEBUG 2022-06-26 01:03:21,501 [main] Physical connection closed DEBUG 2022-06-26 01:03:21,503 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,504 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,507 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,507 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,508 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,508 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,513 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,513 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,513 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,514 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,516 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,517 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,518 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,519 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,519 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,521 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,522 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,523 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,523 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,524 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,524 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,527 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/6, BranchId=] DEBUG 2022-06-26 01:03:21,527 [main] Physical connection got DEBUG 2022-06-26 01:03:21,527 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/6, BranchId=] DEBUG 2022-06-26 01:03:21,527 [main] update emp set job = 'AA' where empno = 7788 DEBUG 2022-06-26 01:03:21,527 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/6, BranchId=] DEBUG 2022-06-26 01:03:21,527 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/6, BranchId=] DEBUG 2022-06-26 01:03:21,527 [main] Physical connection closed DEBUG 2022-06-26 01:03:21,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,531 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,553 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,553 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,554 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,556 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,561 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,561 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,561 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,561 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,564 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,566 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,567 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,567 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,567 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,569 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,569 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,571 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,571 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,573 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,573 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,575 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/7, BranchId=] DEBUG 2022-06-26 01:03:21,576 [main] Physical connection got DEBUG 2022-06-26 01:03:21,576 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/7, BranchId=] DEBUG 2022-06-26 01:03:21,576 [main] update emp set ename = 'SCOTT', job = 'AA' where empno = 7788 DEBUG 2022-06-26 01:03:21,576 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/7, BranchId=] DEBUG 2022-06-26 01:03:21,576 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/7, BranchId=] DEBUG 2022-06-26 01:03:21,577 [main] Physical connection closed DEBUG 2022-06-26 01:03:21,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,580 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,582 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,582 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,583 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,584 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,587 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,587 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,587 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,587 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,589 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,591 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,591 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,594 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,594 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,594 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,595 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,597 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,597 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,598 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,598 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,601 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/8, BranchId=] DEBUG 2022-06-26 01:03:21,601 [main] Physical connection got DEBUG 2022-06-26 01:03:21,601 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/8, BranchId=] DEBUG 2022-06-26 01:03:21,602 [main] pdate emp set ename = 'SCOTT', comm = null where empno = 7788 DEBUG 2022-06-26 01:03:21,603 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/8, BranchId=] DEBUG 2022-06-26 01:03:21,603 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/8, BranchId=] DEBUG 2022-06-26 01:03:21,603 [main] Physical connection closed DEBUG 2022-06-26 01:03:21,604 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,607 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,608 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,608 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,609 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,610 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,613 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,614 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,614 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,614 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,616 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,617 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,618 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,619 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,619 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,620 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,621 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,622 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,622 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,650 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,651 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,653 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/9, BranchId=] DEBUG 2022-06-26 01:03:21,653 [main] Physical connection got DEBUG 2022-06-26 01:03:21,653 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/9, BranchId=] DEBUG 2022-06-26 01:03:21,653 [main] update emp set comm = '2022-06-26' DEBUG 2022-06-26 01:03:21,654 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/9, BranchId=] DEBUG 2022-06-26 01:03:21,654 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/9, BranchId=] DEBUG 2022-06-26 01:03:21,654 [main] Physical connection closed Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec Running org.seasar.extension.j2ee.JndiResourceLocatorTest DEBUG 2022-06-26 01:03:21,657 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,658 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,660 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,660 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,661 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,662 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,665 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,665 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,666 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,666 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,668 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,669 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,670 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,671 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,671 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,672 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,673 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,673 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,674 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,675 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,675 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,682 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,683 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,684 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,684 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,685 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,688 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,689 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,689 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,689 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,692 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,693 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,694 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,694 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,695 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,696 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,696 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,698 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,698 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,699 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,700 [main] S2Container is created(path=j2ee.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running org.seasar.extension.dxo.converter.impl.ConversionContextImplTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.extension.jdbc.impl.MapResultSetHandlerTest DEBUG 2022-06-26 01:03:21,708 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,709 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,731 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,731 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,732 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,733 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,736 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,737 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,737 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,737 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,739 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,741 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,741 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,743 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:21,743 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,744 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,744 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,746 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,746 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:21,748 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:21,748 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:21,752 [main] Physical connection got DEBUG 2022-06-26 01:03:21,752 [main] Logical connection got, tx=null {empno=7788, ename=SCOTT, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, deptno=20, tstamp=2005-01-18 13:09:32.213} DEBUG 2022-06-26 01:03:21,754 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:21,754 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running org.seasar.extension.dao.DaoNotFoundRuntimeExceptionTest [ESSR0088]Dao interface not found in org.seasar.extension.dao.DaoNotFoundRuntimeExceptionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.extension.dxo.util.SimpleExpressionParserTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.extension.dxo.builder.impl.MapToBeanDxoCommandBuilderTest DEBUG 2022-06-26 01:03:21,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,766 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,767 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,767 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,768 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,769 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,773 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,774 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,774 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,774 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,777 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,778 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,779 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,781 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,782 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,784 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,786 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,788 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,788 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,789 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,790 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,793 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,793 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,793 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,793 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,795 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,797 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,798 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,800 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,801 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,824 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,825 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,826 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,826 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,827 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,828 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,831 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,832 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,832 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,832 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,834 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,836 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,836 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,838 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,839 [main] S2Container is created(path=dxo.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running org.seasar.extension.dxo.converter.impl.BeanConverterTest DEBUG 2022-06-26 01:03:21,842 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,844 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,845 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,846 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,846 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,847 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,851 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,851 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,851 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,851 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,853 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,855 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,855 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,857 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,858 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,863 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,865 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,865 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,866 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,867 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,870 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,870 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,870 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,870 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,873 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,874 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,875 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,876 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,878 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,881 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,882 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,883 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,884 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,905 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,909 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,909 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,909 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,909 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,912 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,913 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,914 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,916 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,917 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,921 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,922 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,924 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,924 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,925 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,925 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,929 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,929 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,929 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,929 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,931 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,933 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,933 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,936 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,936 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,940 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,942 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,942 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,943 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,943 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,946 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,947 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,947 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,947 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,949 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,952 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,953 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,955 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,956 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,958 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:21,959 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,984 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:21,984 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,985 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,986 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,990 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:21,991 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:21,991 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:21,991 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,993 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:21,994 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:21,995 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,998 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:21,998 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,001 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,003 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,004 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,004 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,005 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,006 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,010 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,010 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,010 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,010 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,013 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,015 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,015 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,018 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,019 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,024 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,026 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,026 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,026 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,027 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,030 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,030 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,031 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,031 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,033 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,034 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,035 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,037 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,037 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,040 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,041 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,042 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,042 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,043 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,044 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,048 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,048 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,048 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,048 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,072 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,074 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,075 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,077 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,079 [main] S2Container is created(path=dxo.dicon) org.seasar.extension.dxo.CircularReferenceDeptDto@1b17d49 DEBUG 2022-06-26 01:03:22,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,084 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,085 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,085 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,086 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,087 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,090 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,091 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,091 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,091 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,093 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,094 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,095 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,097 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,098 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,106 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,106 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,109 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,109 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,110 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,111 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,114 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,115 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,115 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,115 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,117 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,118 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,119 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,121 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,121 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,124 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,126 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,127 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,127 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,128 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,129 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,166 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,166 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,166 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,166 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,169 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,171 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,172 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,175 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,176 [main] S2Container is created(path=dxo.dicon) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 sec Running org.seasar.extension.dataset.impl.XlsWriterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec Running org.seasar.extension.jdbc.types.DateTimeTypeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.seasar.extension.dxo.converter.impl.ListConverterTest DEBUG 2022-06-26 01:03:22,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,314 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,316 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,316 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,318 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,318 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,328 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,328 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,328 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,328 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,330 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,332 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,332 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,335 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,336 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,339 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,343 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,343 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,344 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,344 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,348 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,348 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,348 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,349 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,351 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,352 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,353 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,355 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,356 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,358 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,359 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,360 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,360 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,362 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,363 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,366 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,367 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,367 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,367 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,369 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,370 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,371 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,400 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,403 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,406 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,408 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,409 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,409 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,410 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,411 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,414 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,415 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,415 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,415 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,417 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,418 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:22,420 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,422 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:22,423 [main] S2Container is created(path=dxo.dicon) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec Running org.seasar.extension.unit.S2TestCaseTest DEBUG 2022-06-26 01:03:22,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,428 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,429 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,429 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,430 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,431 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,434 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,435 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,435 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,435 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,437 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,438 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,439 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,440 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,440 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,441 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,442 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,443 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,443 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,445 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,445 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,448 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,450 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,452 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,452 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,452 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,453 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,481 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,481 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,482 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,482 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,484 [main] S2Container is created(path=creator.dicon) emp:empno, ename, dname {9900, hoge, aaa} {9901, foo, bbb} dept:deptno, dname {90, RESEARCH} DEBUG 2022-06-26 01:03:22,492 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,493 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,495 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,495 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,496 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,496 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,500 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,500 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,500 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,500 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,502 [main] S2Container is created(path=creator.dicon) emp:empno, ename, dname {9900, hoge , aaa } {9901, foo , bbb } dept:deptno, dname {90, RESEARCH} DEBUG 2022-06-26 01:03:22,507 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,508 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,510 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,510 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,511 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,512 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,515 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,515 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,515 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,515 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,517 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,519 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,520 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,521 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,521 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,522 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,523 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,524 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,524 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,526 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,526 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,527 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,531 [main] Physical connection got DEBUG 2022-06-26 01:03:22,531 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,536 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,537 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge') DEBUG 2022-06-26 01:03:22,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,537 [main] INSERT INTO emp (empno, ename) VALUES (9901, 'foo') DEBUG 2022-06-26 01:03:22,537 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,537 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,538 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,539 [main] INSERT INTO dept (deptno, dname) VALUES (90, 'RESEARCH') DEBUG 2022-06-26 01:03:22,539 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,539 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/10, BranchId=] DEBUG 2022-06-26 01:03:22,539 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,542 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,544 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,544 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,545 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,546 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,549 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,550 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,550 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,550 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,577 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,581 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,581 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,583 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,583 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,584 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,585 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,586 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,586 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,590 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,591 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,596 [main] Physical connection got DEBUG 2022-06-26 01:03:22,596 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,597 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,597 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,597 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,598 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,599 [main] SELECT * FROM emp ORDER BY empno DEBUG 2022-06-26 01:03:22,605 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,605 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,605 [main] SELECT * FROM dept ORDER BY deptno DEBUG 2022-06-26 01:03:22,606 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800, null, 20, 2000-01-01 00:00:00.0} {7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600, 300, 30, 2000-01-01 00:00:00.0} {7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250, 500, 30, 2000-01-01 00:00:00.0} {7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975, null, 20, 2000-01-01 00:00:00.0} {7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250, 1400, 30, 2000-01-01 00:00:00.0} {7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850, null, 30, 2000-01-01 00:00:00.0} {7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450, null, 10, 2000-01-01 00:00:00.0} {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} {7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000, null, 10, 2000-01-01 00:00:00.0} {7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500, 0, 30, 2000-01-01 00:00:00.0} {7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100, null, 20, 2000-01-01 00:00:00.0} {7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950, null, 30, 2000-01-01 00:00:00.0} {7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000, null, 20, 2000-01-01 00:00:00.0} {7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300, null, 10, 2000-01-01 00:00:00.0} dept:DEPTNO, DNAME, LOC, VERSIONNO, ACTIVE {10, ACCOUNTING, NEW YORK, 0, 1} {20, RESEARCH, DALLAS, 0, 1} {30, SALES, CHICAGO, 0, 1} {40, OPERATIONS, BOSTON, 0, 1} DEBUG 2022-06-26 01:03:22,607 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,608 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,609 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,611 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,611 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,612 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,613 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,616 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,617 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,617 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,617 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,619 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,621 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,621 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,623 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,623 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,624 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,625 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,626 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,626 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,627 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,627 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,629 [main] Physical connection got DEBUG 2022-06-26 01:03:22,629 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,630 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,630 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,630 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno DEBUG 2022-06-26 01:03:22,644 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} DEBUG 2022-06-26 01:03:22,645 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,647 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,649 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,649 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,650 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,651 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,654 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,654 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,655 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,655 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,657 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,658 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,659 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,660 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,660 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,661 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,662 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,663 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,663 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,665 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,665 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,666 [main] Physical connection got DEBUG 2022-06-26 01:03:22,666 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,666 [main] SELECT * FROM emp WHERE empno = 7788 DEBUG 2022-06-26 01:03:22,702 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} DEBUG 2022-06-26 01:03:22,702 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,704 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,706 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,708 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,708 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,708 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,709 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,713 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,713 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,713 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,713 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,716 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,717 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,718 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,719 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,719 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,720 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,721 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,722 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,723 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,724 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,724 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,726 [main] Physical connection got DEBUG 2022-06-26 01:03:22,726 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,731 [main] Physical connection got DEBUG 2022-06-26 01:03:22,731 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,734 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,734 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,734 [main] SELECT empno, ename FROM emp WHERE empno = 7788 DEBUG 2022-06-26 01:03:22,734 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,739 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,739 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,739 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:22,739 [main] SELECT * FROM dept ORDER BY deptno DEBUG 2022-06-26 01:03:22,742 [main] Logical connection closed, tx=null emp:empno, ename {7788, SCOTT} dept:DEPTNO, DNAME, LOC, VERSIONNO, ACTIVE {10, ACCOUNTING, NEW YORK, 0, 1} {20, RESEARCH, DALLAS, 0, 1} {30, SALES, CHICAGO, 0, 1} {40, OPERATIONS, BOSTON, 0, 1} DEBUG 2022-06-26 01:03:22,742 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:22,742 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,742 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,745 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,746 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,748 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,748 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,749 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,750 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,753 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,753 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,753 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,753 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,755 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,768 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,769 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,771 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,771 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,772 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,773 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,803 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,804 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,804 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,804 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,806 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,808 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,809 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,810 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,810 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,811 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,812 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,813 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,813 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,815 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,815 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,816 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,818 [main] Physical connection got DEBUG 2022-06-26 01:03:22,818 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,821 [main] DELETE FROM dept WHERE deptno = 90 DEBUG 2022-06-26 01:03:22,821 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,821 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,822 [main] DELETE FROM emp WHERE empno = 9900 DEBUG 2022-06-26 01:03:22,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,822 [main] DELETE FROM emp WHERE empno = 9901 DEBUG 2022-06-26 01:03:22,822 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,822 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,822 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge') DEBUG 2022-06-26 01:03:22,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,823 [main] INSERT INTO emp (empno, ename) VALUES (9901, 'foo') DEBUG 2022-06-26 01:03:22,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,823 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,823 [main] INSERT INTO dept (deptno, dname) VALUES (90, 'RESEARCH') DEBUG 2022-06-26 01:03:22,823 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,823 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/11, BranchId=] DEBUG 2022-06-26 01:03:22,823 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,825 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,826 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,828 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,828 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,829 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,829 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,833 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,833 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,833 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,833 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,835 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,836 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,838 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,839 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,839 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,840 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,841 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,842 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,842 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,844 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,844 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,845 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,846 [main] Physical connection got DEBUG 2022-06-26 01:03:22,848 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,848 [main] DELETE FROM dept DEBUG 2022-06-26 01:03:22,849 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,849 [main] DELETE FROM emp DEBUG 2022-06-26 01:03:22,849 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,849 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,853 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,853 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,853 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge') DEBUG 2022-06-26 01:03:22,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,854 [main] INSERT INTO emp (empno, ename) VALUES (9901, 'foo') DEBUG 2022-06-26 01:03:22,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,857 [main] INSERT INTO dept (deptno, dname) VALUES (90, 'RESEARCH') DEBUG 2022-06-26 01:03:22,857 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,858 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/12, BranchId=] DEBUG 2022-06-26 01:03:22,858 [main] Physical connection closed DEBUG 2022-06-26 01:03:22,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,860 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,862 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,862 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,863 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,863 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,868 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,868 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,868 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,868 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,870 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,875 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,876 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,876 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,877 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,878 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,881 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,881 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,881 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,881 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,910 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,913 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,914 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,916 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,916 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,917 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,917 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,921 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,921 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,921 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,921 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,923 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,929 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,930 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,931 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,931 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,932 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,933 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,936 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,937 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,937 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,937 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,939 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,942 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:22,943 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,944 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,944 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,945 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,946 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,949 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:22,949 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:22,949 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:22,949 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,951 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:22,953 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:22,954 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,956 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:22,956 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,956 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,957 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,958 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:22,958 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:22,960 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:22,960 [main] S2Container is created(path=j2ee.dicon) Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec Running org.seasar.extension.httpsession.S2HttpSessionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.787 sec Running org.seasar.extension.dataset.types.BigDecimalTypeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.sql.EndCommendNotFoundRuntimeExceptionTest [ESSR0085]END comment not found in (hoge) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.jdbc.types.UserDefineTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running org.seasar.extension.unit.BeanReaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.extension.dxo.DxoInterceptorTest DEBUG 2022-06-26 01:03:46,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:46,795 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,798 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,798 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,798 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,800 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,803 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,803 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,804 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,804 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,806 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,808 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:46,809 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:46,810 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:46,813 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:46,814 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:46,816 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:46,851 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:46,853 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,854 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,854 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,855 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,856 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,859 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,859 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,859 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,860 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,862 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,863 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:46,864 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:46,865 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:46,867 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:46,868 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:46,869 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:46,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:46,900 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,902 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,902 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,903 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,904 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,907 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,907 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,907 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,907 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,910 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,911 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:46,911 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:46,912 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:46,943 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:46,944 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:46,944 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:46,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:46,982 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,984 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:46,984 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,984 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,987 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,990 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:46,990 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:46,990 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:46,991 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,993 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:46,994 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:46,996 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:46,997 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,000 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,002 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,002 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,033 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,034 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,036 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,036 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,036 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,037 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,040 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,040 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,040 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,040 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,043 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,044 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,046 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,046 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,048 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,049 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,050 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,079 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,116 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,116 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,117 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,118 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,121 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,122 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,122 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,122 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,124 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,125 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,126 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,127 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,129 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,129 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,130 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,158 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,159 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,161 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,161 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,161 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,162 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,165 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,166 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,166 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,166 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,168 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,169 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,170 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,171 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,173 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,173 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,174 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,201 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,203 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,203 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,204 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,205 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,208 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,208 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,209 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,209 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,210 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,212 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,212 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,214 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,215 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,216 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,217 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,246 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,247 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,276 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,276 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,277 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,278 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,281 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,281 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,281 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,281 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,283 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,285 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,285 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,286 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,288 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,289 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,289 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,315 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,316 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,318 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,318 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,319 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,319 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,322 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,323 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,323 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,323 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,325 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,327 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,328 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,328 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,330 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,331 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,331 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,361 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,363 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,363 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,363 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,364 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,367 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,367 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,367 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,367 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,369 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,371 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,371 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,372 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,374 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,374 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,375 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,429 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,430 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,431 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,432 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,432 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,435 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,436 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,436 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,436 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,438 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,439 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,440 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,441 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,443 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,444 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,445 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,475 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,476 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,478 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,478 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,479 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,479 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,482 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,483 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,483 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,483 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,486 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,487 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,488 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,489 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,495 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,495 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,496 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,519 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,520 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,522 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,522 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,523 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,524 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,554 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,555 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,555 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,555 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,557 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,558 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,559 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,560 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,562 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,563 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,563 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,596 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,597 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,598 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,598 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,599 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,601 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,604 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,604 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,604 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,604 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,606 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,608 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,608 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,609 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,611 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,612 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,612 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,638 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,638 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,640 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,640 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,641 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,642 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,644 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,645 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,645 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,645 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,647 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,652 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,653 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,653 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,655 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,656 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,688 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,715 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,716 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,718 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,718 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,718 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,719 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,722 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,723 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,723 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,723 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,725 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,726 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,726 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,728 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,730 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,730 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,731 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,760 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,761 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,763 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,763 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,764 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,765 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,768 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,768 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,768 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,768 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,770 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,771 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,772 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,773 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,779 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,780 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,780 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,807 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,808 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,810 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,810 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,810 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,840 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,843 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,844 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,844 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,844 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,846 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,848 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,848 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,849 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,851 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,852 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,852 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,873 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,874 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,876 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,876 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,876 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,877 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,880 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,881 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,881 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,881 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,883 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,884 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,885 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,885 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,887 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,888 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,888 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,909 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,911 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,912 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,912 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,913 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,913 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,916 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,917 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,917 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,917 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,919 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,920 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,921 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,921 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,923 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,924 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,925 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,978 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:47,979 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,981 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:47,981 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,982 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,983 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,985 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:47,986 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:47,986 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:47,986 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,988 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:47,989 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:47,990 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,991 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,993 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:47,993 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:47,994 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:48,015 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,016 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,018 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,018 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,018 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,019 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,022 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,022 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,023 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,023 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,024 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,026 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) DEBUG 2022-06-26 01:03:48,027 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,027 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,029 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,030 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,031 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon) Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.263 sec Running org.seasar.extension.dataset.impl.DataSetImplTest org.seasar.extension.dataset.TableNotFoundRuntimeException: [ESSR0067]Table(hoge) not found Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.extension.jdbc.types.BytesTypeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.extension.unit.MapListReaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.sql.parser.SqlTokenizerImplTest org.seasar.extension.sql.TokenNotClosedRuntimeException: [ESSR0087]*/ not closed in (hoge) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.extension.sql.context.SqlContextImplTest WARN 2022-06-26 01:03:48,065 [main] Argument(hoge) not found WARN 2022-06-26 01:03:48,065 [main] Argument(hoge) not found Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.extension.jdbc.types.CalendarTimeTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.jdbc.types.OracleResultSetTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommandTest DEBUG 2022-06-26 01:03:48,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,104 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,105 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,105 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,106 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,107 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,110 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,110 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,110 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,110 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,112 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,114 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,114 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,116 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,116 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,121 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,122 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,122 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,123 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,124 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,127 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,127 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,127 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,127 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,129 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,130 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,132 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,133 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,134 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,137 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,137 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,139 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,139 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,139 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,141 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,143 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,143 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,144 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,144 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,145 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,147 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,147 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,149 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,150 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,152 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,154 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,154 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,155 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,156 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,159 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,159 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,159 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,159 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,161 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,162 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,163 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,164 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,165 [main] S2Container is created(path=dxo.dicon) [ESSR0601]Destination is null, method public abstract void org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommandTest$ToScalarDxo.convert(org.seasar.extension.dxo.Hoge,org.seasar.extension.dxo.HogeHoge) of class interface org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommandTest$ToScalarDxo DEBUG 2022-06-26 01:03:48,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,197 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,199 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,199 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,200 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,200 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,203 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,204 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,204 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,204 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,206 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,208 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,208 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,210 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,211 [main] S2Container is created(path=dxo.dicon) [ESSR0602]interface org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommandTest$ToScalarDxo, public abstract void org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommandTest$ToScalarDxo.convert(org.seasar.extension.dxo.Hoge,org.seasar.extension.dxo.HogeHoge) DEBUG 2022-06-26 01:03:48,213 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,214 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,215 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,215 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,216 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,217 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,219 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,220 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,220 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,220 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,222 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,223 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,224 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,225 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,226 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,230 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,231 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,232 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,232 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,233 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,236 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,236 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,236 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,236 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,238 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,239 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,240 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,242 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,242 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,245 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,245 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,247 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,247 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,248 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,249 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,252 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,252 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,252 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,252 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,254 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,255 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,256 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,258 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,259 [main] S2Container is created(path=dxo.dicon) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec Running org.seasar.extension.dxo.util.SimpleExpressionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.dataset.impl.DataRowReloadResultSetHandlerTest DEBUG 2022-06-26 01:03:48,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,264 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,266 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,266 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,267 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,267 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,270 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,271 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,271 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,271 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,301 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,303 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,303 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,305 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,305 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,306 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,307 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,308 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,308 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,310 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,310 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,312 [main] Physical connection got DEBUG 2022-06-26 01:03:48,312 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:48,312 [main] select empno, ename from emp where empno = 7788 DEBUG 2022-06-26 01:03:48,312 [main] Logical connection closed, tx=null {7788, SCOTT} DEBUG 2022-06-26 01:03:48,313 [main] Physical connection closed DEBUG 2022-06-26 01:03:48,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,315 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,317 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,317 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,317 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,318 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,321 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,321 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,321 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,321 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,323 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,325 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,326 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,326 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,326 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,328 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,328 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,329 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,329 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,331 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,331 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,332 [main] Physical connection got DEBUG 2022-06-26 01:03:48,332 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:48,332 [main] select dept_no, d_name from dept3 where dept_no = 20 DEBUG 2022-06-26 01:03:48,333 [main] Logical connection closed, tx=null {20, RESEARCH} DEBUG 2022-06-26 01:03:48,333 [main] Physical connection closed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running org.seasar.extension.jdbc.impl.MapArrayResultSetHandlerTest DEBUG 2022-06-26 01:03:48,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,336 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,338 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,338 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,339 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,339 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,342 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,343 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,343 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,343 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,345 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,346 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,346 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,347 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,348 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,348 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,349 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,349 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,351 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,352 [main] Physical connection got DEBUG 2022-06-26 01:03:48,352 [main] Logical connection got, tx=null {empno=7369, ename=SMITH, job=CLERK, mgr=7902, hiredate=1980-12-17 00:00:00.0, sal=800, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7499, ename=ALLEN, job=SALESMAN, mgr=7698, hiredate=1981-02-20 00:00:00.0, sal=1600, comm=300, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7521, ename=WARD, job=SALESMAN, mgr=7698, hiredate=1981-02-22 00:00:00.0, sal=1250, comm=500, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7566, ename=JONES, job=MANAGER, mgr=7839, hiredate=1981-04-02 00:00:00.0, sal=2975, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7654, ename=MARTIN, job=SALESMAN, mgr=7698, hiredate=1981-09-28 00:00:00.0, sal=1250, comm=1400, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7698, ename=BLAKE, job=MANAGER, mgr=7839, hiredate=1981-05-01 00:00:00.0, sal=2850, comm=null, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7782, ename=CLARK, job=MANAGER, mgr=7839, hiredate=1981-06-09 00:00:00.0, sal=2450, comm=null, deptno=10, tstamp=2000-01-01 00:00:00.0} {empno=7788, ename=SCOTT, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, deptno=20, tstamp=2005-01-18 13:09:32.213} {empno=7839, ename=KING, job=PRESIDENT, mgr=null, hiredate=1981-11-17 00:00:00.0, sal=5000, comm=null, deptno=10, tstamp=2000-01-01 00:00:00.0} {empno=7844, ename=TURNER, job=SALESMAN, mgr=7698, hiredate=1981-09-08 00:00:00.0, sal=1500, comm=0, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7876, ename=ADAMS, job=CLERK, mgr=7788, hiredate=1983-01-12 00:00:00.0, sal=1100, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7900, ename=JAMES, job=CLERK, mgr=7698, hiredate=1981-12-03 00:00:00.0, sal=950, comm=null, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7902, ename=FORD, job=ANALYST, mgr=7566, hiredate=1981-12-03 00:00:00.0, sal=3000, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7934, ename=MILLER, job=CLERK, mgr=7782, hiredate=1982-01-23 00:00:00.0, sal=1300, comm=null, deptno=10, tstamp=2000-01-01 00:00:00.0} DEBUG 2022-06-26 01:03:48,354 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:48,354 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running org.seasar.extension.jdbc.impl.ObjectResultSetHandlerTest DEBUG 2022-06-26 01:03:48,356 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,357 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,359 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,359 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,359 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,360 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,363 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,363 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,363 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,363 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,365 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,367 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,367 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,368 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,368 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,369 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,370 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,400 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,400 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,402 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,402 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,403 [main] Physical connection got DEBUG 2022-06-26 01:03:48,404 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:48,404 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:48,404 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec Running org.seasar.extension.jdbc.util.DatabaseMetaDataUtilTest DEBUG 2022-06-26 01:03:48,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,408 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,409 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,409 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,410 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,411 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,414 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,414 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,414 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,414 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,416 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,418 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) DEBUG 2022-06-26 01:03:48,421 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) {empno={name:EMPNO, type:2}, ename={name:ENAME, type:12}, job={name:JOB, type:12}, mgr={name:MGR, type:2}, hiredate={name:HIREDATE, type:91}, sal={name:SAL, type:2}, comm={name:COMM, type:2}, deptno={name:DEPTNO, type:2}, tstamp={name:TSTAMP, type:93}} DEBUG 2022-06-26 01:03:48,427 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,428 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,429 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,430 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,431 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,431 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,434 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,434 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,435 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,435 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,437 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,438 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) DEBUG 2022-06-26 01:03:48,439 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) HSQL Database Engine 1.8.0 DEBUG 2022-06-26 01:03:48,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,442 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,443 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,443 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,444 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,445 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,448 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,449 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,449 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,449 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,451 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,452 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) DEBUG 2022-06-26 01:03:48,454 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) DEBUG 2022-06-26 01:03:48,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,462 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,464 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,464 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,464 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,465 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,497 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,497 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,497 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,497 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,499 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,501 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) DEBUG 2022-06-26 01:03:48,502 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) {empno={name:EMPNO, type:2}, ename={name:ENAME, type:12}, job={name:JOB, type:12}, mgr={name:MGR, type:2}, hiredate={name:HIREDATE, type:91}, sal={name:SAL, type:2}, comm={name:COMM, type:2}, deptno={name:DEPTNO, type:2}, tstamp={name:TSTAMP, type:93}} DEBUG 2022-06-26 01:03:48,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,507 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,509 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,509 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,509 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,510 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,513 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,513 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,513 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,513 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,516 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,517 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) DEBUG 2022-06-26 01:03:48,518 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) [empno] HSQL Database Engine DEBUG 2022-06-26 01:03:48,520 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,522 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,523 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,523 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,524 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,524 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,527 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,528 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,528 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,528 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,530 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,531 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) DEBUG 2022-06-26 01:03:48,532 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon) Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec Running org.seasar.extension.httpsession.SessionStateTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.extension.jta.TransactionManagerImplTest DEBUG 2022-06-26 01:03:48,538 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/13, BranchId=] DEBUG 2022-06-26 01:03:48,538 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/13, BranchId=] DEBUG 2022-06-26 01:03:48,539 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/14, BranchId=] DEBUG 2022-06-26 01:03:48,539 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/14, BranchId=] DEBUG 2022-06-26 01:03:48,539 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/15, BranchId=] DEBUG 2022-06-26 01:03:48,539 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/16, BranchId=] DEBUG 2022-06-26 01:03:48,539 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/16, BranchId=] DEBUG 2022-06-26 01:03:48,539 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/15, BranchId=] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.dxo.converter.impl.SetConverterTest DEBUG 2022-06-26 01:03:48,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,541 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,542 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,543 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,543 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,544 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,547 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,547 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,547 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,548 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,549 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,551 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,551 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,553 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,554 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,556 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,556 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,558 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,558 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,559 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,560 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,594 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,595 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,595 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,595 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,597 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,598 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,599 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,601 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,602 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,603 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,605 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,606 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,606 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,607 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,607 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,610 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,611 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,611 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,611 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,613 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,614 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,615 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,617 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,617 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,620 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,621 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,621 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,622 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,623 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,626 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,626 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,626 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,626 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,628 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,629 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:48,630 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,632 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:48,632 [main] S2Container is created(path=dxo.dicon) Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running org.seasar.extension.jdbc.impl.PropertyTypeUtilTest DEBUG 2022-06-26 01:03:48,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,636 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,638 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,638 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,638 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,639 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,642 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,642 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,642 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,642 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,644 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,646 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,647 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,647 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,647 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,649 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,649 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,650 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,651 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,652 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,652 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,653 [main] Physical connection got DEBUG 2022-06-26 01:03:48,653 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:48,653 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:48,653 [main] Physical connection closed DEBUG 2022-06-26 01:03:48,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,656 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,657 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,657 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,658 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,659 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,661 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,662 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,662 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,662 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,693 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,694 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,695 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,696 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:48,697 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,697 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,698 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,699 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,699 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:48,701 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:48,701 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:48,702 [main] Physical connection got DEBUG 2022-06-26 01:03:48,702 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:48,702 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:48,703 [main] Physical connection closed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec Running org.seasar.extension.j2ee.JndiContextFactoryTest DEBUG 2022-06-26 01:03:48,705 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,706 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,708 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,708 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,708 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,709 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,712 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,712 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,712 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,712 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,714 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,716 [main] S2Container will be created(path=org/seasar/extension/j2ee/jndi.dicon) DEBUG 2022-06-26 01:03:48,717 [main] S2Container is created(path=org/seasar/extension/j2ee/jndi.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.seasar.extension.httpsession.SessionIdUtilTest /example/hello.html;S2SESSIONID=0a6f07100f2da219b9ae5736fea8925 /example/hello.html;S2SESSIONID=0a6f07100f2da219b9ae5736fea8925?aaa=111 /example/hello.html;CUSTOMID=0a6f07100f2da219b9ae57301c92e4 /example/hello.html;CUSTOMID=0a6f07100f2da219b9ae57301c92e4?aaa=111 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.seasar.extension.sql.IllegalBoolExpressionRuntimeExceptionTest [ESSR0084](hoge) is not bool expression Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.dxo.util.OgnlExpressionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.extension.dbcp.impl.ConnectionWrapperImplTest DEBUG 2022-06-26 01:03:48,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,731 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,733 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,733 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,734 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,734 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,737 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,738 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,738 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,738 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,739 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,741 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,744 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,748 [main] Physical connection closed DEBUG 2022-06-26 01:03:48,750 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,751 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,753 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,753 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,754 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,755 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,759 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,759 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,760 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,760 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,762 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,763 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,766 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,800 [main] Physical connection closed DEBUG 2022-06-26 01:03:48,802 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,802 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,805 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,805 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,805 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,806 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,809 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,809 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,809 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,809 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,811 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,813 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,815 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,818 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:48,820 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,821 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,822 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,822 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,823 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,824 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,827 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,827 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,827 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,827 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,829 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,830 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,833 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) java.sql.SQLException: This function is not supported DEBUG 2022-06-26 01:03:48,836 [main] Physical connection closed DEBUG 2022-06-26 01:03:48,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,838 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,840 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,840 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,840 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,841 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,844 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,844 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,844 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,844 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,846 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,848 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,850 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,853 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/17, BranchId=] DEBUG 2022-06-26 01:03:48,853 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/17, BranchId=] DEBUG 2022-06-26 01:03:48,853 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:48,855 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,856 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,857 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,857 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,858 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,859 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,862 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,862 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,862 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,862 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,864 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,865 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,899 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,902 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/18, BranchId=] DEBUG 2022-06-26 01:03:48,902 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/18, BranchId=] DEBUG 2022-06-26 01:03:48,903 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,904 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,906 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,906 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,906 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,907 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,910 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,910 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,910 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,910 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,912 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,914 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,916 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,919 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/19, BranchId=] DEBUG 2022-06-26 01:03:48,919 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/19, BranchId=] DEBUG 2022-06-26 01:03:48,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,922 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,923 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,923 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,924 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,924 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,927 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,928 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,928 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,928 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,930 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,931 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,933 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:48,936 [main] Physical connection closed Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec Running org.seasar.extension.dbcp.impl.DataSourceImplTest DEBUG 2022-06-26 01:03:48,938 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,939 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,941 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,941 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,942 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,942 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,945 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,945 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,946 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,946 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,948 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,949 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon) DEBUG 2022-06-26 01:03:48,950 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon) DEBUG 2022-06-26 01:03:48,953 [main] Physical connection got DEBUG 2022-06-26 01:03:48,953 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:48,953 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:48,953 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.seasar.extension.unit.BeanListReaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.extension.jdbc.impl.BeanListResultSetHandlerTest DEBUG 2022-06-26 01:03:48,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:48,958 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,959 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:48,959 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,960 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,961 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,995 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:48,995 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:48,995 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:48,995 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,998 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:48,999 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,000 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,000 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,001 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,001 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,002 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,003 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,003 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,004 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,005 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,007 [main] Physical connection got DEBUG 2022-06-26 01:03:49,007 [main] Logical connection got, tx=null 7369,SMITH 7499,ALLEN 7521,WARD 7566,JONES 7654,MARTIN 7698,BLAKE 7782,CLARK 7788,SCOTT 7839,KING 7844,TURNER 7876,ADAMS 7900,JAMES 7902,FORD 7934,MILLER DEBUG 2022-06-26 01:03:49,008 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:49,008 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running org.seasar.extension.jta.TransactionSynchronizationRegistryImplTest DEBUG 2022-06-26 01:03:49,010 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,011 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,013 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,013 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,013 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,014 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,017 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,018 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,018 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,018 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,020 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,021 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,021 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,022 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,022 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,023 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,024 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,025 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,025 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,026 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,026 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,030 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,031 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,031 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,032 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,033 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,036 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,036 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,036 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,036 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,038 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,039 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,040 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,041 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,041 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,041 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,042 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,043 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,043 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,044 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,045 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,046 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/20, BranchId=] DEBUG 2022-06-26 01:03:49,047 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/20, BranchId=] DEBUG 2022-06-26 01:03:49,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,049 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,050 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,051 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,051 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,052 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,055 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,055 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,055 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,055 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,057 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,058 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,059 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,060 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,060 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,061 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,061 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,063 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,063 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,064 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,064 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,095 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,096 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,098 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,098 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,098 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,099 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,102 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,102 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,102 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,102 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,104 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,106 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,106 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,108 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,108 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,108 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,109 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,110 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,110 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,111 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,112 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,112 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/21, BranchId=] DEBUG 2022-06-26 01:03:49,113 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/21, BranchId=] DEBUG 2022-06-26 01:03:49,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,115 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,116 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,116 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,117 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,118 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,121 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,121 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,121 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,121 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,123 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,124 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,125 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,126 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,126 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,127 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,128 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,128 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,128 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,130 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,130 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,132 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,133 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,135 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,135 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,136 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,136 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,139 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,140 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,140 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,140 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,142 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,143 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,144 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,144 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,144 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,146 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,146 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,147 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,147 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,148 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,149 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,150 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/22, BranchId=] DEBUG 2022-06-26 01:03:49,150 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/22, BranchId=] DEBUG 2022-06-26 01:03:49,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,152 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,154 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,154 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,154 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,155 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,158 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,158 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,158 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,158 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,160 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,162 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,162 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,163 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,163 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,193 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,194 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,195 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,196 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,197 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,198 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,201 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,203 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,203 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,203 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,204 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,207 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,207 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,207 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,207 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,209 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,211 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,211 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,213 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,213 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,213 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,214 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,215 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,215 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,216 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,217 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,217 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/23, BranchId=] DEBUG 2022-06-26 01:03:49,218 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/23, BranchId=] DEBUG 2022-06-26 01:03:49,219 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,220 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,221 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,221 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,222 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,223 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,226 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,226 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,226 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,226 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,228 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,230 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,230 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,232 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,232 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,232 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,233 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,234 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,234 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,236 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,236 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,241 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,243 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,243 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,243 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,244 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,248 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,248 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,249 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,249 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,251 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,252 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,253 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,253 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,253 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,255 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,256 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,257 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,257 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,258 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,259 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,260 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/24, BranchId=] DEBUG 2022-06-26 01:03:49,260 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/24, BranchId=] DEBUG 2022-06-26 01:03:49,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,296 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,297 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,298 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,298 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,299 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,302 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,303 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,303 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,303 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,305 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,306 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,307 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,308 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,309 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,309 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,310 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,311 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,311 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,313 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,313 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,317 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,319 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,319 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,320 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,320 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,324 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,324 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,324 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,324 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,326 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,327 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,328 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,329 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,329 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,330 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,331 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,332 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,332 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,333 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,333 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,335 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/25, BranchId=] DEBUG 2022-06-26 01:03:49,335 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/25, BranchId=] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec Running org.seasar.extension.tx.MandatoryInterceptorTest DEBUG 2022-06-26 01:03:49,338 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,339 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,340 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,340 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,341 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,342 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,345 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,345 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,345 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,345 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,347 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,349 [main] S2Container will be created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon) DEBUG 2022-06-26 01:03:49,350 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,351 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,352 [main] S2Container is created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon) org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction DEBUG 2022-06-26 01:03:49,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,361 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,362 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,363 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,363 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,364 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,367 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,368 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,368 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,368 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,370 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,371 [main] S2Container will be created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon) DEBUG 2022-06-26 01:03:49,372 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,405 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,405 [main] S2Container is created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon) DEBUG 2022-06-26 01:03:49,409 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/26, BranchId=] [FormatId=4360, GlobalId=1656173001397/26, BranchId=] DEBUG 2022-06-26 01:03:49,410 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/26, BranchId=] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec Running org.seasar.extension.jta.xa.DefaultXAResourceTest org.seasar.framework.exception.SXAException: [ESSR0320]Status must be RS_SUCCESS org.seasar.framework.exception.SXAException: [ESSR0321]Status must be RS_PREPARED org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1656173001397/28, BranchId=] is not same [FormatId=4360, GlobalId=1656173001397/27, BranchId=] org.seasar.framework.exception.SXAException: [ESSR0322]Status must be RS_FAIL or RS_PREPARED org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1656173001397/30, BranchId=] is not same [FormatId=4360, GlobalId=1656173001397/29, BranchId=] org.seasar.framework.exception.SXAException: [ESSR0316]Nested transactions not supported org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1656173001397/31, BranchId=] is not same [FormatId=4360, GlobalId=1656173001397/32, BranchId=] org.seasar.framework.exception.SXAException: [ESSR0032]unexpected 2097152 org.seasar.framework.exception.SXAException: [ESSR0032]unexpected -1 org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1656173001397/33, BranchId=] is not same null org.seasar.framework.exception.SXAException: [ESSR0032]unexpected -1 org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1656173001397/34, BranchId=] is not same [FormatId=4360, GlobalId=1656173001397/33, BranchId=] org.seasar.framework.exception.SXAException: [ESSR0320]Status must be RS_SUCCESS org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1656173001397/36, BranchId=] is not same [FormatId=4360, GlobalId=1656173001397/35, BranchId=] org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1656173001397/38, BranchId=] is not same [FormatId=4360, GlobalId=1656173001397/37, BranchId=] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.extension.jdbc.impl.BasicBatchHandlerTest DEBUG 2022-06-26 01:03:49,415 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,417 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,419 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,419 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,420 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,420 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,423 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,424 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,424 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,424 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,426 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,428 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,428 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,429 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,429 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,430 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,431 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,432 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,432 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,434 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,434 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,435 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/39, BranchId=] DEBUG 2022-06-26 01:03:49,435 [main] Physical connection got DEBUG 2022-06-26 01:03:49,435 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/39, BranchId=] DEBUG 2022-06-26 01:03:49,436 [main] update emp set ename = 'aaa', comm = null where empno = 7369 DEBUG 2022-06-26 01:03:49,436 [main] update emp set ename = 'bbb', comm = 100.5 where empno = 7499 DEBUG 2022-06-26 01:03:49,436 [main] update emp set ename = 'ccc', comm = null where empno = 7521 DEBUG 2022-06-26 01:03:49,436 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/39, BranchId=] DEBUG 2022-06-26 01:03:49,437 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/39, BranchId=] DEBUG 2022-06-26 01:03:49,437 [main] select empno, ename, comm from emp where empno in (7369, 7499, 7521) order by empno DEBUG 2022-06-26 01:03:49,437 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/39, BranchId=] DEBUG 2022-06-26 01:03:49,437 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/39, BranchId=] DEBUG 2022-06-26 01:03:49,437 [main] Physical connection closed DEBUG 2022-06-26 01:03:49,439 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,440 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,441 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,441 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,442 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,443 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,447 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,447 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,448 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,448 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,450 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,451 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,452 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,453 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,453 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,454 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,455 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,456 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,456 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,457 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,457 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,459 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/40, BranchId=] DEBUG 2022-06-26 01:03:49,459 [main] Physical connection got DEBUG 2022-06-26 01:03:49,459 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/40, BranchId=] DEBUG 2022-06-26 01:03:49,459 [main] updat emp set ename = 'aaa', comm = null where empno = 7369 DEBUG 2022-06-26 01:03:49,460 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/40, BranchId=] DEBUG 2022-06-26 01:03:49,460 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/40, BranchId=] DEBUG 2022-06-26 01:03:49,460 [main] Physical connection closed DEBUG 2022-06-26 01:03:49,461 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,462 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,464 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,464 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,464 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,465 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,469 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,469 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,469 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,469 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,471 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,472 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,473 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,474 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,474 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,475 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,476 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,477 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,477 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,478 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,479 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,480 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/41, BranchId=] DEBUG 2022-06-26 01:03:49,480 [main] Physical connection got DEBUG 2022-06-26 01:03:49,480 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/41, BranchId=] DEBUG 2022-06-26 01:03:49,480 [main] update emp set ename = 'aaa', comm = '2022-06-26' where empno = 7369 DEBUG 2022-06-26 01:03:49,480 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/41, BranchId=] DEBUG 2022-06-26 01:03:49,480 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/41, BranchId=] DEBUG 2022-06-26 01:03:49,480 [main] Physical connection closed Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running org.seasar.extension.dataset.impl.SqlReloadReaderTest DEBUG 2022-06-26 01:03:49,483 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,484 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,515 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,515 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,517 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,517 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,521 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,521 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,521 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,521 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,523 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,524 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,525 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,526 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,526 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,527 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,529 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,529 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,529 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,531 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,531 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,533 [main] Physical connection got DEBUG 2022-06-26 01:03:49,533 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:49,535 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:49,535 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:49,535 [main] SELECT empno, ename FROM emp WHERE empno = 7788 DEBUG 2022-06-26 01:03:49,535 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:49,535 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running org.seasar.extension.dataset.impl.SqlTableWriterTest DEBUG 2022-06-26 01:03:49,538 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,539 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,541 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,541 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,542 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,543 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,547 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,547 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,547 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,547 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,549 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,551 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,552 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,553 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,553 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,554 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,555 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,555 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,556 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,557 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,557 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,559 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,559 [main] Physical connection got DEBUG 2022-06-26 01:03:49,559 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,561 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,561 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,561 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge') DEBUG 2022-06-26 01:03:49,561 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,561 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,562 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,562 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,562 [main] SELECT * FROM emp WHERE empno = 9900 ORDER BY empno DEBUG 2022-06-26 01:03:49,563 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {9900, hoge, null, null, null, null, null, null, null} DEBUG 2022-06-26 01:03:49,563 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/42, BranchId=] DEBUG 2022-06-26 01:03:49,563 [main] Physical connection closed DEBUG 2022-06-26 01:03:49,565 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,566 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,567 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,567 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,568 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,569 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,572 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,573 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,573 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,573 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,575 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,576 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,577 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,578 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,578 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,579 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,580 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,581 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,581 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,582 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,582 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,584 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,584 [main] Physical connection got DEBUG 2022-06-26 01:03:49,584 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,584 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno DEBUG 2022-06-26 01:03:49,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,587 [main] UPDATE emp SET ENAME = 'hoge' WHERE EMPNO = 7788 DEBUG 2022-06-26 01:03:49,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,587 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,587 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,587 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno DEBUG 2022-06-26 01:03:49,588 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7788, hoge, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} DEBUG 2022-06-26 01:03:49,589 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/43, BranchId=] DEBUG 2022-06-26 01:03:49,589 [main] Physical connection closed DEBUG 2022-06-26 01:03:49,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,592 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,593 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,593 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,594 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,595 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,598 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,598 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,598 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,598 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,632 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,633 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,635 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,636 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,636 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,636 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,638 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,638 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,639 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,640 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,640 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,642 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/44, BranchId=] DEBUG 2022-06-26 01:03:49,642 [main] Physical connection got DEBUG 2022-06-26 01:03:49,642 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/44, BranchId=] DEBUG 2022-06-26 01:03:49,642 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno DEBUG 2022-06-26 01:03:49,644 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/44, BranchId=] org.seasar.extension.dataset.PrimaryKeyNotFoundRuntimeException: [ESSR0101]Table(emp) without the primary key cannot be updated. at org.seasar.extension.dataset.states.ModifiedState.getSqlContext(ModifiedState.java:70) at org.seasar.extension.dataset.states.AbstractRowState.update(AbstractRowState.java:37) at org.seasar.extension.dataset.impl.SqlTableWriter.doWrite(SqlTableWriter.java:75) at org.seasar.extension.dataset.impl.SqlTableWriter.write(SqlTableWriter.java:62) at org.seasar.extension.dataset.impl.SqlTableWriterTest.testModifiedNoPrimaryKeyTx(SqlTableWriterTest.java:91) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519) at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103) at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) DEBUG 2022-06-26 01:03:49,645 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/44, BranchId=] DEBUG 2022-06-26 01:03:49,645 [main] Physical connection closed DEBUG 2022-06-26 01:03:49,647 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,649 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,651 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,652 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,653 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,653 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,657 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,657 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,657 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,657 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,659 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,660 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,661 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,662 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,662 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,663 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,664 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,665 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,665 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,666 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,667 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,668 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,668 [main] Physical connection got DEBUG 2022-06-26 01:03:49,668 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,668 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno DEBUG 2022-06-26 01:03:49,670 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,670 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,670 [main] DELETE FROM emp WHERE EMPNO = 7788 DEBUG 2022-06-26 01:03:49,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,671 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,671 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,671 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno DEBUG 2022-06-26 01:03:49,671 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,671 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/45, BranchId=] DEBUG 2022-06-26 01:03:49,671 [main] Physical connection closed DEBUG 2022-06-26 01:03:49,673 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,674 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,676 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,676 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,677 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,678 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,681 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,681 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,681 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,681 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,683 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,684 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,685 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,686 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,686 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,687 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,688 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,689 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,689 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,690 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,690 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,692 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/46, BranchId=] DEBUG 2022-06-26 01:03:49,692 [main] Physical connection got DEBUG 2022-06-26 01:03:49,692 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/46, BranchId=] DEBUG 2022-06-26 01:03:49,692 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno DEBUG 2022-06-26 01:03:49,694 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/46, BranchId=] org.seasar.extension.dataset.PrimaryKeyNotFoundRuntimeException: [ESSR0101]Table(emp) without the primary key cannot be updated. at org.seasar.extension.dataset.states.RemovedState.getSqlContext(RemovedState.java:59) at org.seasar.extension.dataset.states.AbstractRowState.update(AbstractRowState.java:37) at org.seasar.extension.dataset.impl.SqlTableWriter.doWrite(SqlTableWriter.java:75) at org.seasar.extension.dataset.impl.SqlTableWriter.write(SqlTableWriter.java:62) at org.seasar.extension.dataset.impl.SqlTableWriterTest.testRemovedNoPrimaryKeyTx(SqlTableWriterTest.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519) at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103) at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) DEBUG 2022-06-26 01:03:49,694 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/46, BranchId=] DEBUG 2022-06-26 01:03:49,695 [main] Physical connection closed Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec Running org.seasar.extension.jdbc.types.DateSqlDateTypeTest Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE! Running org.seasar.extension.jdbc.types.UserDefineTypeDbTest DEBUG 2022-06-26 01:03:49,702 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,703 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,704 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,704 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,705 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,706 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,739 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,739 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,739 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,739 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,742 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,743 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,744 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,745 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:49,745 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,746 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,747 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,748 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,748 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:49,749 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:49,750 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:49,751 [main] Physical connection got DEBUG 2022-06-26 01:03:49,751 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:49,752 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:49,752 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec Running org.seasar.extension.dxo.annotation.impl.ConstantAnnotationReaderTest DEBUG 2022-06-26 01:03:49,755 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,756 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,757 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,758 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,758 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,759 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,763 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,763 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,763 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,763 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,765 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,766 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,767 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,768 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,770 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,771 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,771 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,776 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,777 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,777 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,778 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,779 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,782 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,782 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,782 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,782 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,784 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,786 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,787 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,788 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,790 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,790 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,790 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,792 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,793 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,795 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,795 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,796 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,796 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,800 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,800 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,800 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,800 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,803 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,804 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,836 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,837 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,840 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,840 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,841 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,844 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,846 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,846 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,847 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,848 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,851 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,851 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,851 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,851 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,854 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,855 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,856 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,856 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,858 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,859 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,859 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,862 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,863 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,864 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,864 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,865 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,866 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,869 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,870 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,870 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,870 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,872 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,873 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,874 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,875 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,877 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,878 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,878 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,880 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,882 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,882 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,883 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,884 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,887 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,887 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,887 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,887 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,889 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,891 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,891 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,892 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,894 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,895 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,895 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,896 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,898 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,899 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,899 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,900 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,900 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,935 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,936 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,936 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,936 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,938 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,940 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) DEBUG 2022-06-26 01:03:49,940 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,941 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,943 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:49,944 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:49,944 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon) Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec Running org.seasar.extension.jdbc.util.BindVariableUtilTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.extension.dbcp.impl.DBXAResourceImplTest DEBUG 2022-06-26 01:03:49,951 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,952 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,954 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,954 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,955 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,955 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,959 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,959 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,959 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,959 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,961 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,964 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon) DEBUG 2022-06-26 01:03:49,966 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon) DEBUG 2022-06-26 01:03:49,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,969 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,970 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,970 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,971 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,972 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,975 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,975 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,975 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,975 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,977 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,979 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon) DEBUG 2022-06-26 01:03:49,981 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon) DEBUG 2022-06-26 01:03:49,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:49,984 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,985 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:49,985 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,986 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,987 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,990 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:49,990 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:49,990 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:49,990 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,992 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:49,994 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon) DEBUG 2022-06-26 01:03:49,996 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running org.seasar.extension.jdbc.impl.BasicReturningRowsBatchHandlerTest DEBUG 2022-06-26 01:03:49,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:50,030 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,032 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,032 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:50,033 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:50,034 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:50,037 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:50,038 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:50,038 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:50,038 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:50,040 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:50,041 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:50,042 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:50,043 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:50,043 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:50,044 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:50,045 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,046 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,046 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:50,047 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:50,047 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:50,049 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/50, BranchId=] DEBUG 2022-06-26 01:03:50,049 [main] Physical connection got DEBUG 2022-06-26 01:03:50,049 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/50, BranchId=] DEBUG 2022-06-26 01:03:50,050 [main] update emp set ename = 'aaa', comm = null where empno = 7369 DEBUG 2022-06-26 01:03:50,050 [main] update emp set ename = 'bbb', comm = 100.5 where empno = 7499 DEBUG 2022-06-26 01:03:50,050 [main] update emp set ename = 'ccc', comm = null where empno = 7521 DEBUG 2022-06-26 01:03:50,050 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/50, BranchId=] DEBUG 2022-06-26 01:03:50,050 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/50, BranchId=] DEBUG 2022-06-26 01:03:50,050 [main] select empno, ename, comm from emp where empno in (7369, 7499, 7521) order by empno DEBUG 2022-06-26 01:03:50,050 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/50, BranchId=] DEBUG 2022-06-26 01:03:50,050 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/50, BranchId=] DEBUG 2022-06-26 01:03:50,051 [main] Physical connection closed DEBUG 2022-06-26 01:03:50,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:50,053 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,055 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,055 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:50,055 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:50,056 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:50,059 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:50,059 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:50,059 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:50,059 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:50,061 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:50,063 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:50,063 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:50,064 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:50,064 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:50,066 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:50,066 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,068 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,068 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:50,069 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:50,069 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:50,070 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/51, BranchId=] DEBUG 2022-06-26 01:03:50,070 [main] Physical connection got DEBUG 2022-06-26 01:03:50,070 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/51, BranchId=] DEBUG 2022-06-26 01:03:50,070 [main] updat emp set ename = 'aaa', comm = null where empno = 7369 DEBUG 2022-06-26 01:03:50,070 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/51, BranchId=] DEBUG 2022-06-26 01:03:50,071 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/51, BranchId=] DEBUG 2022-06-26 01:03:50,071 [main] Physical connection closed DEBUG 2022-06-26 01:03:50,072 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:50,073 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,074 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,075 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:50,076 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:50,076 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:50,079 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:50,080 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:50,080 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:50,080 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:50,082 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:50,083 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:50,083 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:50,085 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:50,085 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:50,085 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:50,087 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,087 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:50,087 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:50,089 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:50,089 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:50,090 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/52, BranchId=] DEBUG 2022-06-26 01:03:50,090 [main] Physical connection got DEBUG 2022-06-26 01:03:50,091 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/52, BranchId=] DEBUG 2022-06-26 01:03:50,091 [main] update emp set ename = 'aaa', comm = '2022-06-26' where empno = 7369 DEBUG 2022-06-26 01:03:50,091 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/52, BranchId=] DEBUG 2022-06-26 01:03:50,091 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/52, BranchId=] DEBUG 2022-06-26 01:03:50,091 [main] Physical connection closed Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running org.seasar.extension.dao.helper.impl.DaoHelperImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.extension.timer.TimeoutManagerTest expired Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.013 sec Running org.seasar.extension.sql.IfConditionNotFoundRuntimeExceptionTest [ESSR0086]Condition of IF comment not found Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.tx.TxJ2EEConfigTest DEBUG 2022-06-26 01:03:56,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,111 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,113 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,113 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,114 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,115 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,118 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,118 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,119 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,119 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,121 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,122 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,122 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,153 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,153 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,154 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,155 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,156 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,156 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,159 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,159 [main] S2Container is created(path=j2ee.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec Running org.seasar.extension.jta.RestrictedTransactionImplTest DEBUG 2022-06-26 01:03:56,164 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/53, BranchId=] DEBUG 2022-06-26 01:03:56,164 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/54, BranchId=] DEBUG 2022-06-26 01:03:56,164 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/54, BranchId=] DEBUG 2022-06-26 01:03:56,164 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/55, BranchId=] DEBUG 2022-06-26 01:03:56,164 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/55, BranchId=] DEBUG 2022-06-26 01:03:56,164 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/56, BranchId=] DEBUG 2022-06-26 01:03:56,165 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/57, BranchId=] DEBUG 2022-06-26 01:03:56,165 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/57, BranchId=] DEBUG 2022-06-26 01:03:56,165 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/58, BranchId=] DEBUG 2022-06-26 01:03:56,165 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/58, BranchId=] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.extension.jdbc.types.DateTimestampTypeTest Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE! Running org.seasar.extension.component.impl.ComponentInvokerImplTest DEBUG 2022-06-26 01:03:56,170 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,171 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,173 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,173 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,173 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,174 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,177 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,177 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,177 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,177 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,180 [main] S2Container is created(path=creator.dicon) java.lang.StringIndexOutOfBoundsException: String index out of range: -1 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running org.seasar.extension.tx.TxEJBConfigTest DEBUG 2022-06-26 01:03:56,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,185 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,187 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,187 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,188 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,189 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,192 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,192 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,192 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,192 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,194 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,195 [main] S2Container will be created(path=ejbtx.dicon) DEBUG 2022-06-26 01:03:56,196 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,197 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,198 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,198 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,199 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,200 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,200 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,200 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,202 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,202 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,203 [main] S2Container is created(path=ejbtx.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.seasar.extension.httpsession.S2HttpServletRequestWrapperTest DEBUG 2022-06-26 01:03:56,208 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,208 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,210 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,210 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,211 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,212 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,215 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,215 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,215 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,215 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,217 [main] S2Container is created(path=creator.dicon) 0a6f07100f2da219b9b2bbcb144b2 DEBUG 2022-06-26 01:03:56,221 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,222 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,224 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,224 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,225 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,225 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,259 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,260 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,260 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,260 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,262 [main] S2Container is created(path=creator.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running org.seasar.extension.dataset.impl.DataRowImplTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.seasar.extension.tx.RequiredInterceptorTest DEBUG 2022-06-26 01:03:56,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,271 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,273 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,273 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,274 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,274 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,292 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,293 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,293 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,293 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,295 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,297 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,297 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,298 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,298 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,306 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/59, BranchId=] [FormatId=4360, GlobalId=1656173001397/59, BranchId=] DEBUG 2022-06-26 01:03:56,306 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/59, BranchId=] DEBUG 2022-06-26 01:03:56,308 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,309 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,310 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,310 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,311 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,312 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,315 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,315 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,316 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,316 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,318 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,319 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,319 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,321 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,321 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,326 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/60, BranchId=] [FormatId=4360, GlobalId=1656173001397/60, BranchId=] DEBUG 2022-06-26 01:03:56,327 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/60, BranchId=] DEBUG 2022-06-26 01:03:56,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,329 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,330 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,330 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,331 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,332 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,336 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,336 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,336 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,336 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,338 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,340 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,341 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,341 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,342 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,349 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/61, BranchId=] DEBUG 2022-06-26 01:03:56,349 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/61, BranchId=] DEBUG 2022-06-26 01:03:56,351 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,352 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,353 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,353 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,354 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,355 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,358 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,358 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,358 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,358 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,360 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,362 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,362 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,398 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,399 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon) DEBUG 2022-06-26 01:03:56,406 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/62, BranchId=] DEBUG 2022-06-26 01:03:56,407 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/62, BranchId=] java.lang.Exception: hoge Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec Running org.seasar.extension.jdbc.impl.BasicHandlerTest DEBUG 2022-06-26 01:03:56,409 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,410 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,412 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,412 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,412 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,413 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,416 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,417 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,417 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,417 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,419 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,420 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,421 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,422 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,422 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,423 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,423 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,425 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,425 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,426 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,426 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,427 [main] update emp set ename = 'hoge', comm = 100.5 where empno = 7788 DEBUG 2022-06-26 01:03:56,427 [main] update emp set ename = 'hoge', comm = 100.5 where empno = 7788 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running org.seasar.extension.dataset.impl.SqlReloadTableReaderTest DEBUG 2022-06-26 01:03:56,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,432 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,433 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,433 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,434 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,434 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,438 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,438 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,438 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,438 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,440 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,441 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,442 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,443 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,443 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,444 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,445 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,446 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,446 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,447 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,448 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,449 [main] Physical connection got DEBUG 2022-06-26 01:03:56,449 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:56,452 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:56,452 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:56,452 [main] SELECT empno, ename FROM emp WHERE empno = 7788 DEBUG 2022-06-26 01:03:56,452 [main] Logical connection closed, tx=null emp:empno, ename {7788, SCOTT} DEBUG 2022-06-26 01:03:56,453 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running org.seasar.extension.j2ee.JndiContextTest DEBUG 2022-06-26 01:03:56,455 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,456 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,458 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,458 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,459 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,459 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,462 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,463 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,463 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,463 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,465 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,466 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,467 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,468 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,468 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,469 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,469 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,470 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,470 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,472 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,472 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,474 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,509 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,511 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,511 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,512 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,513 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,516 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,517 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,517 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,517 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,519 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,521 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,521 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,522 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,522 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,523 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,524 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,525 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,525 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,526 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,527 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,529 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,530 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,532 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,532 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,532 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,533 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,536 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,537 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,537 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,537 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,539 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,540 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,541 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,542 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,542 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,543 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,543 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,544 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,545 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,546 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,546 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,547 [main] S2Container will be created(path=org/seasar/extension/j2ee/bind.dicon) DEBUG 2022-06-26 01:03:56,548 [main] S2Container is created(path=org/seasar/extension/j2ee/bind.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running org.seasar.extension.sql.TokenNotClosedRuntimeExceptionTest [ESSR0087]aaa not closed in (bbb) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.extension.dxo.converter.impl.ConverterFactoryImplTest DEBUG 2022-06-26 01:03:56,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,554 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,555 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,555 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,556 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,556 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,560 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,560 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,560 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,560 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,562 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,563 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,564 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,567 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,568 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,570 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,571 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,573 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,573 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,573 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,574 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,577 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,578 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,578 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,578 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,580 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,611 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,612 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,614 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,615 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,618 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,619 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,619 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,620 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,621 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,625 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,625 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,626 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,626 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,628 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,629 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,630 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,631 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,632 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,634 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,635 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,637 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,637 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,638 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,638 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,642 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,642 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,642 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,642 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,644 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,646 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,646 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,648 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,649 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,651 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,651 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,653 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,653 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,654 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,655 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,658 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,658 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,658 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,658 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,660 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,661 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,662 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,664 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,665 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,666 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,668 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,669 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,669 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,670 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,670 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,674 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,674 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,674 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,674 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,676 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,677 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,708 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,710 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,711 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,714 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,715 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,716 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,716 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,717 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,718 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,721 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,721 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,721 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,722 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,725 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,726 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,727 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,729 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,730 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,734 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,736 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,736 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,736 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,737 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,740 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,741 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,741 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,741 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,743 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,744 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:03:56,745 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,747 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:03:56,747 [main] S2Container is created(path=dxo.dicon) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec Running org.seasar.extension.jdbc.impl.BooleanToIntStatementTest DEBUG 2022-06-26 01:03:56,752 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,754 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,756 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,756 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,757 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,757 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,761 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,761 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,761 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,761 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,763 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,765 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,765 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,766 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,766 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,767 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,768 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,769 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,769 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,771 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,771 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,772 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/63, BranchId=] DEBUG 2022-06-26 01:03:56,772 [main] Physical connection got DEBUG 2022-06-26 01:03:56,772 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/63, BranchId=] DEBUG 2022-06-26 01:03:56,773 [main] update dept set active = false where deptno = 10 DEBUG 2022-06-26 01:03:56,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/63, BranchId=] DEBUG 2022-06-26 01:03:56,773 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/63, BranchId=] DEBUG 2022-06-26 01:03:56,773 [main] select active from dept where deptno = 10 DEBUG 2022-06-26 01:03:56,773 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/63, BranchId=] DEBUG 2022-06-26 01:03:56,773 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/63, BranchId=] DEBUG 2022-06-26 01:03:56,773 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running org.seasar.extension.dbcp.impl.DataSourceImpl2Test DEBUG 2022-06-26 01:03:56,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,778 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,779 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,779 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,780 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,781 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,784 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,785 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,785 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,785 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,787 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,788 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,823 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,824 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:03:56,824 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,825 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,826 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,827 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,827 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:03:56,828 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:03:56,829 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:03:56,830 [main] Physical connection got DEBUG 2022-06-26 01:03:56,830 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:56,830 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:56,830 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running org.seasar.extension.dbcp.impl.ConnectionPoolImplTest DEBUG 2022-06-26 01:03:56,834 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:56,835 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,837 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:56,837 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,838 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,838 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,842 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:56,842 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:56,842 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:56,842 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,844 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:56,846 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:56,849 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:56,854 [main] Physical connection got DEBUG 2022-06-26 01:03:56,854 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:56,854 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:57,055 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:57,055 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:03:57,055 [main] Physical connection closed DEBUG 2022-06-26 01:03:57,057 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:03:57,058 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:03:57,060 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:03:57,060 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:03:57,060 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:57,061 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:57,065 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:03:57,066 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:03:57,066 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:03:57,066 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:03:57,068 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:03:57,069 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:57,071 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:03:58,575 [main] Physical connection got DEBUG 2022-06-26 01:03:58,575 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:03:58,575 [main] Physical connection closed DEBUG 2022-06-26 01:04:00,077 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:00,078 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:00,080 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:00,080 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:00,081 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:00,082 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:00,085 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:00,085 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:00,085 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:00,085 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:00,088 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:00,089 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:00,092 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:00,096 [Thread-1] Physical connection got DEBUG 2022-06-26 01:04:00,096 [Thread-1] Logical connection got, tx=null checkIn DEBUG 2022-06-26 01:04:04,096 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:04,097 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,099 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,100 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,101 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,101 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,102 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,103 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,107 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,107 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,107 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,107 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,109 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,145 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,149 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,153 [main] Physical connection got DEBUG 2022-06-26 01:04:04,153 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:04,153 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:04,154 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,156 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,158 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,158 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,159 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,159 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,162 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,163 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,163 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,163 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,165 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,166 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,169 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,172 [main] Physical connection got DEBUG 2022-06-26 01:04:04,172 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:04,172 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:04,172 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,174 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,175 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,176 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,177 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,177 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,178 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,181 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,181 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,181 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,182 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,184 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,185 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,188 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,191 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/64, BranchId=] DEBUG 2022-06-26 01:04:04,191 [main] Physical connection got DEBUG 2022-06-26 01:04:04,191 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/64, BranchId=] DEBUG 2022-06-26 01:04:04,191 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/64, BranchId=] DEBUG 2022-06-26 01:04:04,191 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,192 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,194 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,195 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,195 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,196 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,197 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,200 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,200 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,200 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,200 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,202 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,203 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,206 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,209 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/65, BranchId=] DEBUG 2022-06-26 01:04:04,209 [main] Physical connection got DEBUG 2022-06-26 01:04:04,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/65, BranchId=] DEBUG 2022-06-26 01:04:04,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/65, BranchId=] DEBUG 2022-06-26 01:04:04,209 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/65, BranchId=] DEBUG 2022-06-26 01:04:04,209 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/65, BranchId=] DEBUG 2022-06-26 01:04:04,209 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/65, BranchId=] DEBUG 2022-06-26 01:04:04,209 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,211 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,211 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,213 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,213 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,213 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,215 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,217 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,218 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,218 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,218 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,220 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,222 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,256 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,259 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/66, BranchId=] DEBUG 2022-06-26 01:04:04,259 [main] Physical connection got DEBUG 2022-06-26 01:04:04,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/66, BranchId=] DEBUG 2022-06-26 01:04:04,259 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/66, BranchId=] DEBUG 2022-06-26 01:04:04,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/66, BranchId=] DEBUG 2022-06-26 01:04:04,259 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/66, BranchId=] DEBUG 2022-06-26 01:04:04,259 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/66, BranchId=] DEBUG 2022-06-26 01:04:04,259 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,260 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,262 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,264 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,264 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,264 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,265 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,268 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,269 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,269 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,269 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,271 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,272 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,274 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,277 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/67, BranchId=] DEBUG 2022-06-26 01:04:04,277 [main] Physical connection got DEBUG 2022-06-26 01:04:04,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/67, BranchId=] DEBUG 2022-06-26 01:04:04,277 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/67, BranchId=] DEBUG 2022-06-26 01:04:04,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/67, BranchId=] DEBUG 2022-06-26 01:04:04,278 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/67, BranchId=] DEBUG 2022-06-26 01:04:04,278 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/67, BranchId=] DEBUG 2022-06-26 01:04:04,278 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,280 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,282 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,282 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,283 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,283 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,286 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,287 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,287 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,287 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,289 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,290 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,293 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,296 [main] Physical connection got DEBUG 2022-06-26 01:04:04,296 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:04,296 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/68, BranchId=] DEBUG 2022-06-26 01:04:04,296 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:04,296 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/68, BranchId=] DEBUG 2022-06-26 01:04:04,296 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,298 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,300 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,300 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,300 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,301 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,304 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,304 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,304 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,305 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,307 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,308 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,310 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,314 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/69, BranchId=] DEBUG 2022-06-26 01:04:04,314 [main] Physical connection got DEBUG 2022-06-26 01:04:04,314 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/69, BranchId=] DEBUG 2022-06-26 01:04:04,314 [main] Physical connection got DEBUG 2022-06-26 01:04:04,315 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/69, BranchId=] DEBUG 2022-06-26 01:04:04,315 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/69, BranchId=] DEBUG 2022-06-26 01:04:04,316 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/69, BranchId=] DEBUG 2022-06-26 01:04:04,316 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/69, BranchId=] DEBUG 2022-06-26 01:04:04,316 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,316 [main] Physical connection closed DEBUG 2022-06-26 01:04:04,317 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:04,318 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,320 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:04,320 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,321 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,321 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,325 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:04,325 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:04,325 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:04,325 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,327 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:04,328 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,363 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:04,366 [main] Physical connection got DEBUG 2022-06-26 01:04:04,366 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:11,095 [Seasar2-TimeoutManager] Physical connection closed DEBUG 2022-06-26 01:04:12,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:12,371 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:12,372 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:12,372 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:12,373 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:12,374 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:12,377 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:12,377 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:12,377 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:12,377 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:12,379 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:12,381 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:12,384 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:12,386 [main] Physical connection got DEBUG 2022-06-26 01:04:12,387 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:12,387 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,387 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:20,390 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:20,391 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:20,392 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:20,392 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:20,393 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:20,397 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:20,397 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:20,397 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:20,397 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:20,399 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:20,400 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:20,403 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:20,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:20,408 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:20,409 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:20,409 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:20,410 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:20,410 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:20,414 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:20,414 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:20,414 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:20,414 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:20,416 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:20,418 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:20,420 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:20,423 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,424 [main] Physical connection got DEBUG 2022-06-26 01:04:20,424 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,425 [main] Physical connection got DEBUG 2022-06-26 01:04:20,425 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,426 [main] Physical connection got DEBUG 2022-06-26 01:04:20,426 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,427 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,427 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,428 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,428 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,428 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,428 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,428 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,428 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,428 [main] Physical connection got DEBUG 2022-06-26 01:04:20,428 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,429 [main] Physical connection got DEBUG 2022-06-26 01:04:20,429 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,430 [main] Physical connection got DEBUG 2022-06-26 01:04:20,430 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,431 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,431 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,432 [main] Physical connection got DEBUG 2022-06-26 01:04:20,432 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,433 [main] Physical connection got DEBUG 2022-06-26 01:04:20,433 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,433 [main] Physical connection got DEBUG 2022-06-26 01:04:20,433 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,433 [main] Physical connection got DEBUG 2022-06-26 01:04:20,433 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,433 [main] Physical connection got DEBUG 2022-06-26 01:04:20,433 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,433 [main] Physical connection got DEBUG 2022-06-26 01:04:20,433 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,433 [main] Physical connection got DEBUG 2022-06-26 01:04:20,433 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,433 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,434 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,435 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,436 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,436 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,436 [main] Physical connection closed DEBUG 2022-06-26 01:04:20,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:20,438 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:20,439 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:20,440 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:20,441 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:20,441 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:20,445 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:20,445 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:20,445 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:20,445 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:20,447 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:20,448 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:20,451 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:20,454 [main] Physical connection got DEBUG 2022-06-26 01:04:20,454 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:20,454 [main] Physical connection got DEBUG 2022-06-26 01:04:20,454 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,098 [Seasar2-TimeoutManager] Physical connection closed DEBUG 2022-06-26 01:04:22,454 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,455 [main] Physical connection closed DEBUG 2022-06-26 01:04:22,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:22,491 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:22,492 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:22,492 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:22,493 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:22,494 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:22,497 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:22,498 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:22,498 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:22,498 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:22,500 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:22,502 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:22,504 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:22,507 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/70, BranchId=] DEBUG 2022-06-26 01:04:22,507 [main] Physical connection got DEBUG 2022-06-26 01:04:22,507 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/70, BranchId=] DEBUG 2022-06-26 01:04:22,508 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/70, BranchId=] DEBUG 2022-06-26 01:04:22,608 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/70, BranchId=] DEBUG 2022-06-26 01:04:22,608 [Thread-2] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,708 [main] Physical connection closed DEBUG 2022-06-26 01:04:22,711 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:22,711 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:22,713 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:22,713 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:22,714 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:22,715 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:22,722 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:22,722 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:22,722 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:22,722 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:22,724 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:22,725 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:22,728 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:22,731 [main] Physical connection got DEBUG 2022-06-26 01:04:22,731 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,731 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:22,731 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,731 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:22,731 [main] Physical connection closed DEBUG 2022-06-26 01:04:22,732 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:22,734 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:22,735 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:22,735 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:22,736 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:22,736 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:22,740 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:22,740 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:22,740 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:22,740 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:22,742 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:22,744 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:22,746 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:22,752 [main] Physical connection got DEBUG 2022-06-26 01:04:22,752 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,952 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,952 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:22,952 [main] Physical connection got DEBUG 2022-06-26 01:04:22,952 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:23,153 [main] Physical connection closed DEBUG 2022-06-26 01:04:23,153 [main] Physical connection closed ERROR 2022-06-26 01:04:23,155 [main] Disposed pooled connection org.seasar.framework.exception.SSQLException: [ESSR0072]SQLException(SQL=[select * from hogehoge], Message=[Table not found in statement [select * from hogehoge]], ErrorCode=-22, SQLState=S0002) occurred at org.seasar.extension.dbcp.impl.ConnectionWrapperImpl.wrapException(ConnectionWrapperImpl.java:581) at org.seasar.extension.dbcp.impl.ConnectionWrapperImpl.prepareStatement(ConnectionWrapperImpl.java:195) at org.seasar.extension.dbcp.impl.ConnectionPoolImpl.validateConnection(ConnectionPoolImpl.java:418) at org.seasar.extension.dbcp.impl.ConnectionPoolImpl.checkOutFreePool(ConnectionPoolImpl.java:405) at org.seasar.extension.dbcp.impl.ConnectionPoolImpl.checkOut(ConnectionPoolImpl.java:364) at org.seasar.extension.dbcp.impl.ConnectionPoolImplTest.testValidationQuery(ConnectionPoolImplTest.java:422) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at org.seasar.framework.unit.S2FrameworkTestCase.doRunTest(S2FrameworkTestCase.java:519) at org.seasar.extension.unit.S2TestCase.doRunTest(S2TestCase.java:103) at org.seasar.framework.unit.S2FrameworkTestCase.runBare(S2FrameworkTestCase.java:308) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: java.sql.SQLException: Table not found in statement [select * from hogehoge] at org.hsqldb.jdbc.Util.throwError(Unknown Source) at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source) at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source) at org.seasar.extension.dbcp.impl.ConnectionWrapperImpl.prepareStatement(ConnectionWrapperImpl.java:191) ... 31 more DEBUG 2022-06-26 01:04:23,156 [main] Physical connection got DEBUG 2022-06-26 01:04:23,156 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:23,156 [main] Physical connection closed DEBUG 2022-06-26 01:04:23,157 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:23,159 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:23,161 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:23,161 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:23,162 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:23,162 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:23,168 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:23,168 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:23,168 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:23,168 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:23,171 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:23,173 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:23,176 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:23,179 [main] Physical connection got DEBUG 2022-06-26 01:04:23,179 [main] Logical connection got, tx=null org.seasar.framework.exception.SSQLException: [ESSR0104]Connection pool did not have a free connection. org.seasar.framework.exception.SSQLException: [ESSR0104]Connection pool did not have a free connection. 1000 org.seasar.framework.exception.SSQLException: [ESSR0104]Connection pool did not have a free connection. 2002 DEBUG 2022-06-26 01:04:26,181 [main] Physical connection closed Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.352 sec Running org.seasar.extension.dxo.command.impl.BeanToMapDxoCommandTest DEBUG 2022-06-26 01:04:26,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,187 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,188 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,188 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,189 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,190 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,193 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,194 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,194 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,194 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,226 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,228 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,229 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,232 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,233 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,235 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,236 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,238 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,238 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,238 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,240 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,242 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,243 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,243 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,243 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,245 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,246 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,247 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,249 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,249 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,252 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,253 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,254 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,255 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,256 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,256 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,259 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,260 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,260 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,260 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,262 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,263 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,264 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,266 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,267 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,269 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,270 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,271 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,271 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,272 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,273 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,276 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,276 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,276 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,276 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,278 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,280 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,280 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,282 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,283 [main] S2Container is created(path=dxo.dicon) [ESSR0601]Destination is null, method public abstract void org.seasar.extension.dxo.command.impl.BeanToMapDxoCommandTest$ScalarDxo.convert(org.seasar.extension.dxo.Hoge,java.util.Map) of class interface org.seasar.extension.dxo.command.impl.BeanToMapDxoCommandTest$ScalarDxo DEBUG 2022-06-26 01:04:26,285 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,285 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,287 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,287 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,288 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,288 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,292 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,292 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,292 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,292 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,324 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,325 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,326 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,328 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,329 [main] S2Container is created(path=dxo.dicon) [ESSR0602]interface org.seasar.extension.dxo.command.impl.BeanToMapDxoCommandTest$ScalarDxo, public abstract void org.seasar.extension.dxo.command.impl.BeanToMapDxoCommandTest$ScalarDxo.convert(org.seasar.extension.dxo.Hoge,java.util.Map) DEBUG 2022-06-26 01:04:26,331 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,332 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,334 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,334 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,334 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,335 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,338 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,338 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,339 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,339 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,341 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,342 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,343 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,345 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,345 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,348 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,350 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,351 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,351 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,352 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,352 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,356 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,356 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,356 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,356 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,358 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,359 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,360 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,362 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,363 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,365 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,366 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,368 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,368 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,368 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,369 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,372 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,373 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,373 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,373 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,375 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,376 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,377 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,379 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,379 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,382 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,383 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,385 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,385 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,386 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,386 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,390 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,390 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,390 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,390 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,392 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,394 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,394 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,427 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,427 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,430 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,431 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,432 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,432 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,434 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,434 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,437 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,438 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,438 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,438 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,440 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,441 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,442 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,444 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,445 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,447 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,448 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,450 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,450 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,450 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,451 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,454 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,454 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,455 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,455 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,457 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,458 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,459 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,461 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,462 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,464 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,464 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,466 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,466 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,467 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,468 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,471 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,471 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,471 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,471 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,473 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,475 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,475 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,477 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,478 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,481 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,482 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,484 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,484 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,484 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,485 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,488 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,489 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,489 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,489 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,491 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,492 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,493 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,495 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,495 [main] S2Container is created(path=dxo.dicon) Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec Running org.seasar.extension.jdbc.impl.ConfigurableStatementFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.seasar.extension.dxo.builder.impl.BeanToMapDxoCommandBuilderTest DEBUG 2022-06-26 01:04:26,505 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,505 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,536 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,537 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,538 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,538 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,542 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,542 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,542 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,542 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,545 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,546 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,547 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,548 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,549 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,552 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,552 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,554 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,554 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,555 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,555 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,559 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,559 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,559 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,559 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,561 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,562 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,563 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,565 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,565 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,568 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,570 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,570 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,571 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,571 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,575 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,575 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,575 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,575 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,577 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,581 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,581 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,583 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:26,584 [main] S2Container is created(path=dxo.dicon) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec Running org.seasar.extension.tx.NotSupportedInterceptorTest DEBUG 2022-06-26 01:04:26,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,591 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,593 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,593 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,594 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,594 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,597 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,598 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,598 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,598 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,600 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,601 [main] S2Container will be created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon) DEBUG 2022-06-26 01:04:26,602 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,603 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,604 [main] S2Container is created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon) null DEBUG 2022-06-26 01:04:26,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,612 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,613 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,613 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,614 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,615 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,618 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,618 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,619 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,619 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,653 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,654 [main] S2Container will be created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon) DEBUG 2022-06-26 01:04:26,656 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,656 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,657 [main] S2Container is created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon) DEBUG 2022-06-26 01:04:26,663 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/71, BranchId=] null DEBUG 2022-06-26 01:04:26,664 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/71, BranchId=] DEBUG 2022-06-26 01:04:26,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,666 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,668 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,668 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,668 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,669 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,672 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,673 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,673 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,673 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,675 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,676 [main] S2Container will be created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon) DEBUG 2022-06-26 01:04:26,677 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,678 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,678 [main] S2Container is created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon) DEBUG 2022-06-26 01:04:26,684 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/72, BranchId=] java.lang.Exception: hoge DEBUG 2022-06-26 01:04:26,684 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/72, BranchId=] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running org.seasar.extension.dataset.impl.DataTableResultSetHandlerTest DEBUG 2022-06-26 01:04:26,687 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,688 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,690 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,690 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,690 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,691 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,694 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,695 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,695 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,695 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,697 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,698 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,699 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,699 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,699 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,701 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,701 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,702 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,703 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,704 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,705 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,706 [main] Physical connection got DEBUG 2022-06-26 01:04:26,706 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,706 [main] select * from emp DEBUG 2022-06-26 01:04:26,710 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800, null, 20, 2000-01-01 00:00:00.0} {7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600, 300, 30, 2000-01-01 00:00:00.0} {7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250, 500, 30, 2000-01-01 00:00:00.0} {7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975, null, 20, 2000-01-01 00:00:00.0} {7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250, 1400, 30, 2000-01-01 00:00:00.0} {7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850, null, 30, 2000-01-01 00:00:00.0} {7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450, null, 10, 2000-01-01 00:00:00.0} {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} {7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000, null, 10, 2000-01-01 00:00:00.0} {7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500, 0, 30, 2000-01-01 00:00:00.0} {7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100, null, 20, 2000-01-01 00:00:00.0} {7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950, null, 30, 2000-01-01 00:00:00.0} {7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000, null, 20, 2000-01-01 00:00:00.0} {7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300, null, 10, 2000-01-01 00:00:00.0} DEBUG 2022-06-26 01:04:26,711 [main] Physical connection closed DEBUG 2022-06-26 01:04:26,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,714 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,716 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,716 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,717 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,718 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,721 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,722 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,722 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,722 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,724 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,726 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,726 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,727 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,727 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,728 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,729 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,730 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,730 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,732 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,732 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,733 [main] Physical connection got DEBUG 2022-06-26 01:04:26,733 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,733 [main] select ename, dname from emp, dept where emp.deptno = dept.deptno DEBUG 2022-06-26 01:04:26,771 [main] Logical connection closed, tx=null emp:ENAME, DNAME {SMITH, RESEARCH} {ALLEN, SALES} {WARD, SALES} {JONES, RESEARCH} {MARTIN, SALES} {BLAKE, SALES} {CLARK, ACCOUNTING} {SCOTT, RESEARCH} {KING, ACCOUNTING} {TURNER, SALES} {ADAMS, RESEARCH} {JAMES, SALES} {FORD, RESEARCH} {MILLER, ACCOUNTING} DEBUG 2022-06-26 01:04:26,771 [main] Physical connection closed DEBUG 2022-06-26 01:04:26,772 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,774 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,776 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,776 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,777 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,777 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,781 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,781 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,781 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,781 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,783 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,784 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,785 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,786 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,786 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,787 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,788 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,789 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,789 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,790 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,791 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,792 [main] Physical connection got DEBUG 2022-06-26 01:04:26,792 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,792 [main] select dept_no, d_name from dept3 where dept_no = 20 DEBUG 2022-06-26 01:04:26,794 [main] Logical connection closed, tx=null dept3:DEPT_NO, D_NAME {20, RESEARCH} DEBUG 2022-06-26 01:04:26,794 [main] Physical connection closed Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec Running org.seasar.extension.jdbc.types.ValueTypesTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.extension.datasource.impl.SelectableDataSourceProxyTest DEBUG 2022-06-26 01:04:26,800 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,801 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,803 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,803 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,803 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,804 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,807 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,807 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,808 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,808 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,810 [main] S2Container is created(path=creator.dicon) WARN 2022-06-26 01:04:26,816 [main] Skip setting property, because property(con) of org.seasar.extension.datasource.impl.SelectableDataSourceProxyTest$TestDataSource not found WARN 2022-06-26 01:04:26,816 [main] Skip setting property, because property(con) of org.seasar.extension.datasource.impl.SelectableDataSourceProxyTest$TestDataSource not found Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running org.seasar.extension.dataset.impl.SqlTableReaderTest DEBUG 2022-06-26 01:04:26,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,820 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,821 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,821 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,822 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,823 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,826 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,826 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,827 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,827 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,829 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,830 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,831 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,831 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,831 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,833 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,833 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,834 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,834 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,835 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,836 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,837 [main] Physical connection got DEBUG 2022-06-26 01:04:26,837 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,837 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:26,837 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,837 [main] SELECT * FROM emp ORDER BY empno DEBUG 2022-06-26 01:04:26,840 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800, null, 20, 2000-01-01 00:00:00.0} {7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600, 300, 30, 2000-01-01 00:00:00.0} {7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250, 500, 30, 2000-01-01 00:00:00.0} {7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975, null, 20, 2000-01-01 00:00:00.0} {7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250, 1400, 30, 2000-01-01 00:00:00.0} {7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850, null, 30, 2000-01-01 00:00:00.0} {7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450, null, 10, 2000-01-01 00:00:00.0} {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} {7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000, null, 10, 2000-01-01 00:00:00.0} {7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500, 0, 30, 2000-01-01 00:00:00.0} {7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100, null, 20, 2000-01-01 00:00:00.0} {7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950, null, 30, 2000-01-01 00:00:00.0} {7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000, null, 20, 2000-01-01 00:00:00.0} {7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300, null, 10, 2000-01-01 00:00:00.0} DEBUG 2022-06-26 01:04:26,842 [main] Physical connection closed DEBUG 2022-06-26 01:04:26,843 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,874 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,876 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,876 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,877 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,878 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,881 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,882 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,882 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,882 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,884 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,885 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,886 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,887 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,887 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,888 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,889 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,889 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,890 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,891 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,891 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,893 [main] Physical connection got DEBUG 2022-06-26 01:04:26,893 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,893 [main] SELECT * FROM emp ORDER BY ename DEBUG 2022-06-26 01:04:26,895 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100, null, 20, 2000-01-01 00:00:00.0} {7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600, 300, 30, 2000-01-01 00:00:00.0} {7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850, null, 30, 2000-01-01 00:00:00.0} {7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450, null, 10, 2000-01-01 00:00:00.0} {7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000, null, 20, 2000-01-01 00:00:00.0} {7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950, null, 30, 2000-01-01 00:00:00.0} {7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975, null, 20, 2000-01-01 00:00:00.0} {7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000, null, 10, 2000-01-01 00:00:00.0} {7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250, 1400, 30, 2000-01-01 00:00:00.0} {7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300, null, 10, 2000-01-01 00:00:00.0} {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} {7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800, null, 20, 2000-01-01 00:00:00.0} {7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500, 0, 30, 2000-01-01 00:00:00.0} {7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250, 500, 30, 2000-01-01 00:00:00.0} DEBUG 2022-06-26 01:04:26,897 [main] Physical connection closed DEBUG 2022-06-26 01:04:26,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,900 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,901 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,901 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,902 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,903 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,906 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,907 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,907 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,907 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,910 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,910 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,912 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,912 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,912 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,913 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,914 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,915 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,915 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,916 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,917 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,918 [main] Physical connection got DEBUG 2022-06-26 01:04:26,918 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,919 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:26,919 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,919 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno DEBUG 2022-06-26 01:04:26,921 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} DEBUG 2022-06-26 01:04:26,921 [main] Physical connection closed DEBUG 2022-06-26 01:04:26,923 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,923 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,925 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,925 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,926 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,927 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,930 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,931 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,931 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,931 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,933 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,934 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,934 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,935 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:26,935 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,936 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,937 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,938 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,938 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:26,939 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:26,940 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:26,941 [main] Physical connection got DEBUG 2022-06-26 01:04:26,941 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:26,941 [main] select * from emp DEBUG 2022-06-26 01:04:26,943 [main] Logical connection closed, tx=null emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP {7369, SMITH, CLERK, 7902, 1980-12-17 00:00:00.0, 800, null, 20, 2000-01-01 00:00:00.0} {7499, ALLEN, SALESMAN, 7698, 1981-02-20 00:00:00.0, 1600, 300, 30, 2000-01-01 00:00:00.0} {7521, WARD, SALESMAN, 7698, 1981-02-22 00:00:00.0, 1250, 500, 30, 2000-01-01 00:00:00.0} {7566, JONES, MANAGER, 7839, 1981-04-02 00:00:00.0, 2975, null, 20, 2000-01-01 00:00:00.0} {7654, MARTIN, SALESMAN, 7698, 1981-09-28 00:00:00.0, 1250, 1400, 30, 2000-01-01 00:00:00.0} {7698, BLAKE, MANAGER, 7839, 1981-05-01 00:00:00.0, 2850, null, 30, 2000-01-01 00:00:00.0} {7782, CLARK, MANAGER, 7839, 1981-06-09 00:00:00.0, 2450, null, 10, 2000-01-01 00:00:00.0} {7788, SCOTT, ANALYST, 7566, 1982-12-09 00:00:00.0, 3000.0, null, 20, 2005-01-18 13:09:32.213} {7839, KING, PRESIDENT, null, 1981-11-17 00:00:00.0, 5000, null, 10, 2000-01-01 00:00:00.0} {7844, TURNER, SALESMAN, 7698, 1981-09-08 00:00:00.0, 1500, 0, 30, 2000-01-01 00:00:00.0} {7876, ADAMS, CLERK, 7788, 1983-01-12 00:00:00.0, 1100, null, 20, 2000-01-01 00:00:00.0} {7900, JAMES, CLERK, 7698, 1981-12-03 00:00:00.0, 950, null, 30, 2000-01-01 00:00:00.0} {7902, FORD, ANALYST, 7566, 1981-12-03 00:00:00.0, 3000, null, 20, 2000-01-01 00:00:00.0} {7934, MILLER, CLERK, 7782, 1982-01-23 00:00:00.0, 1300, null, 10, 2000-01-01 00:00:00.0} DEBUG 2022-06-26 01:04:26,947 [main] Physical connection closed Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec Running org.seasar.extension.dxo.command.impl.MapToBeanDxoCommandTest DEBUG 2022-06-26 01:04:26,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:26,951 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,952 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:26,953 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,954 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,954 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,958 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:26,958 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:26,958 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:26,958 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,960 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:26,961 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:26,962 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,000 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,000 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,004 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,006 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,006 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,007 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,008 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,011 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,011 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,011 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,011 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,013 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,015 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,015 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,017 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,018 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,020 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,021 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,022 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,022 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,023 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,024 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,027 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,027 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,027 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,028 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,030 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,030 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,032 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,033 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,034 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,037 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,038 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,038 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,039 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,039 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,043 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,043 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,043 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,043 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,045 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,046 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,047 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,049 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,050 [main] S2Container is created(path=dxo.dicon) [ESSR0601]Destination is null, method public abstract void org.seasar.extension.dxo.command.impl.MapToBeanDxoCommandTest$ToScalarDxo.convert(java.util.Map,org.seasar.extension.dxo.Hoge) of class interface org.seasar.extension.dxo.command.impl.MapToBeanDxoCommandTest$ToScalarDxo DEBUG 2022-06-26 01:04:27,051 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,052 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,054 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,054 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,054 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,055 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,058 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,059 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,059 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,059 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,091 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,093 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,093 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,096 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,096 [main] S2Container is created(path=dxo.dicon) [ESSR0602]interface org.seasar.extension.dxo.command.impl.MapToBeanDxoCommandTest$ToScalarDxo, public abstract void org.seasar.extension.dxo.command.impl.MapToBeanDxoCommandTest$ToScalarDxo.convert(java.util.Map,org.seasar.extension.dxo.Hoge) DEBUG 2022-06-26 01:04:27,098 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,100 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,101 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,101 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,102 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,102 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,106 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,106 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,106 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,106 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,108 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,109 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,111 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,113 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,113 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,116 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,116 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,118 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,118 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,119 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,120 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,123 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,123 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,123 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,123 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,125 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,127 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,127 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,129 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,130 [main] S2Container is created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,133 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,134 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,135 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,135 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,136 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,137 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,140 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,140 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,140 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,140 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,143 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,143 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:27,145 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,147 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:27,147 [main] S2Container is created(path=dxo.dicon) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec Running org.seasar.extension.jdbc.types.PostgreResultSetTypeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.seasar.extension.component.impl.ComponentInvokerCreatorTest DEBUG 2022-06-26 01:04:27,152 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,153 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,154 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,154 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,155 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,186 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,190 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,190 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,191 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,191 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,193 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,196 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,196 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,198 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,198 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,199 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,200 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,203 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,203 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,203 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,203 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,205 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,208 [main] starting HOT Deploy WARN 2022-06-26 01:04:27,208 [main] HOT deploy target class (org.seasar.extension.component.impl.ComponentInvokerImpl) is referred to by the non-target class, and it is loaded by a normal class loader. DEBUG 2022-06-26 01:04:27,208 [main] Registering component definition of class(org.seasar.extension.component.impl.ComponentInvokerImpl[componentInvoker]). DEBUG 2022-06-26 01:04:27,210 [main] stopping HOT Deploy Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec Running org.seasar.extension.httpsession.impl.DbSessionStateManagerImplTest DEBUG 2022-06-26 01:04:27,212 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,214 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,215 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,215 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,216 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,216 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,220 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,220 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,220 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,220 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,222 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,224 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,224 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,225 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,225 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,226 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,227 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,228 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,228 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,229 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,230 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,231 [main] Physical connection got DEBUG 2022-06-26 01:04:27,231 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:27,231 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,231 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:27,231 [main] Physical connection closed DEBUG 2022-06-26 01:04:27,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,234 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,235 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,235 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,236 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,237 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,240 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,240 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,241 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,241 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,242 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,244 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,244 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,246 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,246 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,246 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,247 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,248 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,248 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,250 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,250 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,251 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/73, BranchId=] DEBUG 2022-06-26 01:04:27,352 [main] Physical connection got DEBUG 2022-06-26 01:04:27,353 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/73, BranchId=] DEBUG 2022-06-26 01:04:27,354 [main] insert into s2session values('hoge', 'aaa', '[B@1117681', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,354 [main] insert into s2session values('hoge', 'bbb', '[B@16becfe', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,354 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/73, BranchId=] DEBUG 2022-06-26 01:04:27,354 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/73, BranchId=] DEBUG 2022-06-26 01:04:27,354 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,355 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/73, BranchId=] DEBUG 2022-06-26 01:04:27,355 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/73, BranchId=] DEBUG 2022-06-26 01:04:27,355 [main] Physical connection closed DEBUG 2022-06-26 01:04:27,357 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,358 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,360 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,360 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,360 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,361 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,399 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,399 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,399 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,400 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,402 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,404 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,404 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,405 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,405 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,406 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,407 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,408 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,408 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,410 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,410 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,411 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,511 [main] Physical connection got DEBUG 2022-06-26 01:04:27,511 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,512 [main] insert into s2session values('hoge', 'aaa', '[B@1d22ddb', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,512 [main] insert into s2session values('hoge', 'bbb', '[B@1c0a077', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,513 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,513 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,513 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,513 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,613 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,614 [main] update s2session set value = '[B@1282707', last_access = '2022-06-26 01.04.27' where session_id = 'hoge' and name = 'aaa' DEBUG 2022-06-26 01:04:27,614 [main] update s2session set value = '[B@11a6631', last_access = '2022-06-26 01.04.27' where session_id = 'hoge' and name = 'bbb' DEBUG 2022-06-26 01:04:27,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,615 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,615 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,615 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,615 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/74, BranchId=] DEBUG 2022-06-26 01:04:27,615 [main] Physical connection closed DEBUG 2022-06-26 01:04:27,617 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,618 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,620 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,620 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,621 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,622 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,625 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,625 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,625 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,625 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,628 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,628 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,629 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,630 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,630 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,631 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,632 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,633 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,633 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,634 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,634 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,636 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,736 [main] Physical connection got DEBUG 2022-06-26 01:04:27,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,737 [main] insert into s2session values('hoge', 'aaa', '[B@1346812', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,737 [main] insert into s2session values('hoge', 'bbb', '[B@19c86c5', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,737 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,737 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,737 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,837 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,838 [main] delete from s2session where session_id = 'hoge' and name = 'aaa' DEBUG 2022-06-26 01:04:27,838 [main] delete from s2session where session_id = 'hoge' and name = 'bbb' DEBUG 2022-06-26 01:04:27,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,838 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,838 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,838 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,838 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/75, BranchId=] DEBUG 2022-06-26 01:04:27,838 [main] Physical connection closed DEBUG 2022-06-26 01:04:27,840 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,841 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,843 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,843 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,843 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,844 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,848 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,848 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,848 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,848 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,850 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,851 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,852 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,853 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,853 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,854 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,854 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,856 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,856 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,857 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,857 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,858 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,959 [main] Physical connection got DEBUG 2022-06-26 01:04:27,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,959 [main] insert into s2session values('hoge', 'aaa', '[B@e0eb3f', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,959 [main] insert into s2session values('hoge', 'bbb', '[B@74b10b', '2022-06-26 01.04.27') DEBUG 2022-06-26 01:04:27,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,959 [main] delete from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,959 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,959 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,959 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:27,960 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,960 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/76, BranchId=] DEBUG 2022-06-26 01:04:27,960 [main] Physical connection closed DEBUG 2022-06-26 01:04:27,962 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:27,963 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,964 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,965 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,965 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,966 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,970 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:27,970 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:27,970 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:27,970 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,972 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:27,973 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,973 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,975 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:27,975 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,975 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,977 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,977 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:27,977 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:27,979 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:27,979 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:27,981 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,082 [main] Physical connection got DEBUG 2022-06-26 01:04:28,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,082 [main] insert into s2session values('hoge', 'aaa', '[B@a0560e', '2022-06-26 01.04.28') DEBUG 2022-06-26 01:04:28,082 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,082 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,082 [main] insert into s2session values('hoge', 'bbb', '[B@71d768', '2022-06-26 01.04.28') DEBUG 2022-06-26 01:04:28,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,083 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,083 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:28,083 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,183 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,183 [main] update s2session set value = '[B@76fb1b', last_access = '2022-06-26 01.04.28' where session_id = 'hoge' and name = 'aaa' DEBUG 2022-06-26 01:04:28,184 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,184 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,184 [main] update s2session set value = '[B@15fdf31', last_access = '2022-06-26 01.04.28' where session_id = 'hoge' and name = 'bbb' DEBUG 2022-06-26 01:04:28,184 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,184 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,184 [main] select name, value, last_access from s2session where session_id = 'hoge' DEBUG 2022-06-26 01:04:28,184 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,184 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/77, BranchId=] DEBUG 2022-06-26 01:04:28,184 [main] Physical connection closed Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 sec Running org.seasar.extension.dbcp.impl.XAConnectionImplTest DEBUG 2022-06-26 01:04:28,187 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,223 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,224 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,224 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,226 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,226 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,230 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,230 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,231 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,231 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,233 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,234 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:28,237 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running org.seasar.extension.jta.TransactionImplTest DEBUG 2022-06-26 01:04:28,243 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/78, BranchId=] DEBUG 2022-06-26 01:04:28,243 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/78, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction DEBUG 2022-06-26 01:04:28,244 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/79, BranchId=] DEBUG 2022-06-26 01:04:28,244 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/80, BranchId=] DEBUG 2022-06-26 01:04:28,244 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/80, BranchId=] DEBUG 2022-06-26 01:04:28,244 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/81, BranchId=] DEBUG 2022-06-26 01:04:28,245 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/82, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended DEBUG 2022-06-26 01:04:28,245 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/82, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction DEBUG 2022-06-26 01:04:28,245 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/83, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended DEBUG 2022-06-26 01:04:28,245 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/83, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction DEBUG 2022-06-26 01:04:28,245 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/84, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0315]Not suspended DEBUG 2022-06-26 01:04:28,245 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/85, BranchId=] DEBUG 2022-06-26 01:04:28,245 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/85, BranchId=] DEBUG 2022-06-26 01:04:28,246 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/86, BranchId=] DEBUG 2022-06-26 01:04:28,246 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/86, BranchId=] DEBUG 2022-06-26 01:04:28,246 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/87, BranchId=] DEBUG 2022-06-26 01:04:28,246 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/87, BranchId=] DEBUG 2022-06-26 01:04:28,246 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/88, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended DEBUG 2022-06-26 01:04:28,246 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/89, BranchId=] DEBUG 2022-06-26 01:04:28,246 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/89, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction DEBUG 2022-06-26 01:04:28,247 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/90, BranchId=] ERROR 2022-06-26 01:04:28,247 [main] javax.transaction.xa.XAException at org.seasar.extension.jta.TransactionImplTest$2.doCommit(TransactionImplTest.java:226) at org.seasar.extension.jta.xa.AbstractXAResource.commit(AbstractXAResource.java:216) at org.seasar.extension.jta.XAResourceWrapper.commit(XAResourceWrapper.java:72) at org.seasar.extension.jta.TransactionImpl.commitOnePhase(TransactionImpl.java:268) at org.seasar.extension.jta.TransactionImpl.commit(TransactionImpl.java:200) at org.seasar.extension.jta.TransactionImplTest.testOnePhaseCommitFail(TransactionImplTest.java:232) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) org.seasar.framework.exception.SRollbackException: [ESSR0303]Unable to commit, tx=[FormatId=4360, GlobalId=1656173001397/90, BranchId=] DEBUG 2022-06-26 01:04:28,248 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/91, BranchId=] ERROR 2022-06-26 01:04:28,248 [main] javax.transaction.xa.XAException at org.seasar.extension.jta.TransactionImplTest$5.doPrepare(TransactionImplTest.java:274) at org.seasar.extension.jta.xa.AbstractXAResource.prepare(AbstractXAResource.java:183) at org.seasar.extension.jta.XAResourceWrapper.prepare(XAResourceWrapper.java:68) at org.seasar.extension.jta.TransactionImpl.prepareResources(TransactionImpl.java:294) at org.seasar.extension.jta.TransactionImpl.commit(TransactionImpl.java:202) at org.seasar.extension.jta.TransactionImplTest.testTwoPhaseCommitFail(TransactionImplTest.java:308) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) org.seasar.framework.exception.SRollbackException: [ESSR0303]Unable to commit, tx=[FormatId=4360, GlobalId=1656173001397/91, BranchId=] DEBUG 2022-06-26 01:04:28,248 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/92, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended DEBUG 2022-06-26 01:04:28,248 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/93, BranchId=] DEBUG 2022-06-26 01:04:28,248 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/93, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction DEBUG 2022-06-26 01:04:28,249 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/94, BranchId=] DEBUG 2022-06-26 01:04:28,249 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/95, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0313]Illegal status: {0} DEBUG 2022-06-26 01:04:28,249 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/95, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction DEBUG 2022-06-26 01:04:28,249 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/96, BranchId=] ERROR 2022-06-26 01:04:28,249 [main] hoge java.lang.RuntimeException: hoge at org.seasar.extension.jta.TransactionImplTest$ExceptionSync.beforeCompletion(TransactionImplTest.java:464) at org.seasar.extension.jta.TransactionImpl.beforeCompletion(TransactionImpl.java:243) at org.seasar.extension.jta.TransactionImpl.beforeCompletion(TransactionImpl.java:233) at org.seasar.extension.jta.TransactionImpl.commit(TransactionImpl.java:194) at org.seasar.extension.jta.TransactionImplTest.testBeforeCompletion(TransactionImplTest.java:423) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) org.seasar.framework.exception.SRollbackException: [ESSR0303]Unable to commit, tx=[FormatId=4360, GlobalId=1656173001397/96, BranchId=] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.seasar.extension.jdbc.impl.BasicSelectHandlerForOracleTest DEBUG 2022-06-26 01:04:28,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,252 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,254 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,254 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,254 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,255 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,258 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,258 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,259 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,259 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,261 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,262 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:28,263 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,264 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,264 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:28,265 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:28,265 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,266 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,267 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:28,268 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:28,268 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:28,270 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/97, BranchId=] DEBUG 2022-06-26 01:04:28,270 [main] Physical connection got DEBUG 2022-06-26 01:04:28,270 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/97, BranchId=] DEBUG 2022-06-26 01:04:28,270 [main] insert into emp(empno, ename) values(99, '〜') DEBUG 2022-06-26 01:04:28,270 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/97, BranchId=] DEBUG 2022-06-26 01:04:28,271 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/97, BranchId=] DEBUG 2022-06-26 01:04:28,271 [main] select ename from emp where empno = 99 DEBUG 2022-06-26 01:04:28,272 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/97, BranchId=] ~ DEBUG 2022-06-26 01:04:28,272 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/97, BranchId=] DEBUG 2022-06-26 01:04:28,272 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running org.seasar.extension.jta.xa.XidImplTest [FormatId=4360, GlobalId=1656173001397/98, BranchId=1] [FormatId=4360, GlobalId=1656173001397/98, BranchId=1] [FormatId=4360, GlobalId=1656173001397/100, BranchId=] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.jdbc.types.TimestampTypeTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! Running org.seasar.extension.jdbc.IllegalBindArgSizeRuntimeExceptionTest [ESSR0095]Arguments size(1) for bind variables is not enough. SQL is (select * from Emp where hoge = ? and foo = ?) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.tx.NeverInterceptorTest DEBUG 2022-06-26 01:04:28,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,280 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,281 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,281 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,282 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,283 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,286 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,286 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,286 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,286 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,288 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,290 [main] S2Container will be created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,290 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,291 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,291 [main] S2Container is created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon) null DEBUG 2022-06-26 01:04:28,297 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,298 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,299 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,299 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,300 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,301 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,304 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,304 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,304 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,304 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,306 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,308 [main] S2Container will be created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,308 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,309 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,309 [main] S2Container is created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,347 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/101, BranchId=] org.seasar.framework.exception.SIllegalStateException: [ESSR0317]Already associated with another transaction DEBUG 2022-06-26 01:04:28,347 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/101, BranchId=] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec Running org.seasar.extension.tx.RequiresNewInterceptorTest DEBUG 2022-06-26 01:04:28,350 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,350 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,352 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,352 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,353 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,354 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,357 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,357 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,357 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,357 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,359 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,361 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,361 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,363 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,363 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,368 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/102, BranchId=] [FormatId=4360, GlobalId=1656173001397/102, BranchId=] DEBUG 2022-06-26 01:04:28,368 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/102, BranchId=] DEBUG 2022-06-26 01:04:28,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,370 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,372 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,372 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,373 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,374 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,377 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,377 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,377 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,377 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,380 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,381 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,382 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,382 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,383 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,389 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/103, BranchId=] preTx:[FormatId=4360, GlobalId=1656173001397/103, BranchId=] DEBUG 2022-06-26 01:04:28,389 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/104, BranchId=] [FormatId=4360, GlobalId=1656173001397/104, BranchId=] DEBUG 2022-06-26 01:04:28,389 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/104, BranchId=] DEBUG 2022-06-26 01:04:28,389 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1656173001397/103, BranchId=] DEBUG 2022-06-26 01:04:28,390 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,391 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,393 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,393 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,393 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,394 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,397 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,398 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,398 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,398 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,400 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,401 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,402 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,403 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,403 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,408 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/105, BranchId=] preTx:[FormatId=4360, GlobalId=1656173001397/105, BranchId=] DEBUG 2022-06-26 01:04:28,409 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/106, BranchId=] DEBUG 2022-06-26 01:04:28,409 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/106, BranchId=] DEBUG 2022-06-26 01:04:28,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,411 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,412 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,412 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,414 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,414 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,451 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,451 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,451 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,451 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,453 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,455 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,456 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,457 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,457 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon) DEBUG 2022-06-26 01:04:28,464 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/107, BranchId=] DEBUG 2022-06-26 01:04:28,464 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/107, BranchId=] java.lang.Exception: hoge Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec Running org.seasar.extension.jdbc.impl.MapListResultSetHandlerTest DEBUG 2022-06-26 01:04:28,467 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,467 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,469 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,469 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,470 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,471 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,474 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,474 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,474 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,474 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,476 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,477 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:28,478 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,479 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,479 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:28,480 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:28,481 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,482 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,482 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:28,483 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:28,483 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:28,486 [main] Physical connection got DEBUG 2022-06-26 01:04:28,486 [main] Logical connection got, tx=null {empno=7369, ename=SMITH, job=CLERK, mgr=7902, hiredate=1980-12-17 00:00:00.0, sal=800, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7499, ename=ALLEN, job=SALESMAN, mgr=7698, hiredate=1981-02-20 00:00:00.0, sal=1600, comm=300, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7521, ename=WARD, job=SALESMAN, mgr=7698, hiredate=1981-02-22 00:00:00.0, sal=1250, comm=500, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7566, ename=JONES, job=MANAGER, mgr=7839, hiredate=1981-04-02 00:00:00.0, sal=2975, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7654, ename=MARTIN, job=SALESMAN, mgr=7698, hiredate=1981-09-28 00:00:00.0, sal=1250, comm=1400, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7698, ename=BLAKE, job=MANAGER, mgr=7839, hiredate=1981-05-01 00:00:00.0, sal=2850, comm=null, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7782, ename=CLARK, job=MANAGER, mgr=7839, hiredate=1981-06-09 00:00:00.0, sal=2450, comm=null, deptno=10, tstamp=2000-01-01 00:00:00.0} {empno=7788, ename=SCOTT, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, deptno=20, tstamp=2005-01-18 13:09:32.213} {empno=7839, ename=KING, job=PRESIDENT, mgr=null, hiredate=1981-11-17 00:00:00.0, sal=5000, comm=null, deptno=10, tstamp=2000-01-01 00:00:00.0} {empno=7844, ename=TURNER, job=SALESMAN, mgr=7698, hiredate=1981-09-08 00:00:00.0, sal=1500, comm=0, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7876, ename=ADAMS, job=CLERK, mgr=7788, hiredate=1983-01-12 00:00:00.0, sal=1100, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7900, ename=JAMES, job=CLERK, mgr=7698, hiredate=1981-12-03 00:00:00.0, sal=950, comm=null, deptno=30, tstamp=2000-01-01 00:00:00.0} {empno=7902, ename=FORD, job=ANALYST, mgr=7566, hiredate=1981-12-03 00:00:00.0, sal=3000, comm=null, deptno=20, tstamp=2000-01-01 00:00:00.0} {empno=7934, ename=MILLER, job=CLERK, mgr=7782, hiredate=1982-01-23 00:00:00.0, sal=1300, comm=null, deptno=10, tstamp=2000-01-01 00:00:00.0} DEBUG 2022-06-26 01:04:28,487 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:28,487 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running org.seasar.extension.dataset.types.BooleanTypeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.dxo.converter.impl.ArrayConverterTest DEBUG 2022-06-26 01:04:28,491 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,492 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,494 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,494 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,494 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,495 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,499 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,499 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,499 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,499 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,501 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,502 [main] S2Container will be created(path=dxo.dicon) DEBUG 2022-06-26 01:04:28,503 [main] S2Container will be created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:28,505 [main] S2Container is created(path=dxo-builtin-converters.dicon) DEBUG 2022-06-26 01:04:28,506 [main] S2Container is created(path=dxo.dicon) Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running org.seasar.extension.jdbc.types.CharacterTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.seasar.extension.jdbc.types.CalendarSqlDateTypeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.sql.context.SqlContextPropertyAccessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.seasar.extension.jdbc.impl.SqlLogRegistryImplTest DEBUG 2022-06-26 01:04:28,515 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,516 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,518 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,518 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,518 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,519 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,522 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,523 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,523 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,523 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,525 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,560 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,561 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,561 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,563 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,563 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,567 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,567 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,567 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,567 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,569 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,573 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,574 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,574 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,575 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,576 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,579 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,579 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,580 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,580 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,582 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,584 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,585 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,587 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,587 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,587 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,588 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,591 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,592 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,592 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,592 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,594 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,597 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,599 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,599 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,599 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,600 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,603 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,604 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,604 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,604 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,606 [main] S2Container is created(path=creator.dicon) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec Running org.seasar.extension.dataset.impl.SqlDeleteTableWriterTest DEBUG 2022-06-26 01:04:28,611 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,612 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,614 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,614 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,615 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,615 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,618 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,619 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,619 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,619 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,621 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,622 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:28,623 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,624 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:28,624 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:28,625 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:28,625 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,626 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,627 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:28,628 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:28,628 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:28,630 [main] Transaction began, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,630 [main] Physical connection got DEBUG 2022-06-26 01:04:28,631 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,638 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,638 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,638 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge') DEBUG 2022-06-26 01:04:28,638 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,638 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,638 [main] DELETE FROM emp WHERE empno = 9900 DEBUG 2022-06-26 01:04:28,638 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,638 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,639 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,639 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,639 [main] SELECT * FROM emp WHERE empno = 9900 ORDER BY empno DEBUG 2022-06-26 01:04:28,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,640 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1656173001397/108, BranchId=] DEBUG 2022-06-26 01:04:28,640 [main] Physical connection closed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running org.seasar.extension.dataset.impl.XlsReaderTest DEBUG 2022-06-26 01:04:28,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,675 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,677 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,677 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,678 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,679 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,682 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,683 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,683 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,683 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,685 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,694 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,696 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,696 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,697 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,697 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,701 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,701 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,701 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,701 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,703 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,710 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,711 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,713 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,713 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,713 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,714 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,717 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,718 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,718 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,718 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,720 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,730 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,731 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,733 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,733 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,734 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,734 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,737 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,738 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,738 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,738 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,740 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,746 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,747 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,749 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,749 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,749 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,750 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,785 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,785 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,785 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,785 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,788 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,795 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,796 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,796 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,797 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,798 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,801 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,801 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,801 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,801 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,804 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,814 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,814 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,816 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,816 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,817 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,817 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,820 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,821 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,821 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,821 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,823 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,833 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,834 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,836 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,836 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,836 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,837 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,840 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,841 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,841 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,841 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,843 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:28,852 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,886 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:28,886 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,887 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,888 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,892 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:28,892 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:28,892 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:28,892 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:28,894 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,571 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:29,572 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,574 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,574 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,574 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,575 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,583 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,583 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,583 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,583 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,585 [main] S2Container is created(path=creator.dicon) Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 sec Running org.seasar.extension.jdbc.impl.BasicSelectHandlerTest DEBUG 2022-06-26 01:04:29,594 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:29,595 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,596 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,596 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,596 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,599 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,601 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,601 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,601 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,601 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,603 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,604 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:29,604 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:29,605 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:29,605 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:29,606 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:29,606 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,607 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,607 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:29,609 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:29,609 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:29,610 [main] Physical connection got DEBUG 2022-06-26 01:04:29,610 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:29,610 [main] select * from emp where empno = 7788 DEBUG 2022-06-26 01:04:29,611 [main] Logical connection closed, tx=null {empno=7788, ename=SCOTT, job=ANALYST, mgr=7566, hiredate=1982-12-09 00:00:00.0, sal=3000.0, comm=null, deptno=20, tstamp=2005-01-18 13:09:32.213} DEBUG 2022-06-26 01:04:29,611 [main] Physical connection closed DEBUG 2022-06-26 01:04:29,613 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:29,614 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,615 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,615 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,616 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,616 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,618 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,618 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,618 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,618 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,620 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,621 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:29,621 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:29,622 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:29,622 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:29,623 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:29,625 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,625 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,625 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:29,626 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:29,626 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:29,627 [main] Physical connection got DEBUG 2022-06-26 01:04:29,627 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:29,627 [main] selec * from emp DEBUG 2022-06-26 01:04:29,628 [main] Logical connection closed, tx=null DEBUG 2022-06-26 01:04:29,628 [main] Physical connection closed DEBUG 2022-06-26 01:04:29,629 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:29,629 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,630 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,630 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,631 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,632 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,634 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,634 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,634 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,634 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,637 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,638 [main] S2Container will be created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:29,638 [main] S2Container will be created(path=jta.dicon) DEBUG 2022-06-26 01:04:29,639 [main] S2Container is created(path=jta.dicon) DEBUG 2022-06-26 01:04:29,639 [main] S2Container will be created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:29,639 [main] S2Container will be created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:29,640 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,641 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,641 [main] S2Container is created(path=jdbc-extension.dicon) DEBUG 2022-06-26 01:04:29,642 [main] S2Container is created(path=jdbc.dicon) DEBUG 2022-06-26 01:04:29,642 [main] S2Container is created(path=j2ee.dicon) DEBUG 2022-06-26 01:04:29,643 [main] Physical connection got DEBUG 2022-06-26 01:04:29,643 [main] Logical connection got, tx=null DEBUG 2022-06-26 01:04:29,643 [main] select * from UNKNOWN DEBUG 2022-06-26 01:04:29,643 [main] Physical connection closed Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec Running org.seasar.extension.dbcp.impl.XADataSourceImplTest DEBUG 2022-06-26 01:04:29,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:29,646 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,647 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,647 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,648 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,648 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,651 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,652 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,652 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,652 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,653 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,654 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:29,656 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:29,660 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found. DEBUG 2022-06-26 01:04:29,660 [main] S2Container will be created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,663 [main] S2Container is created(path=convention.dicon) DEBUG 2022-06-26 01:04:29,663 [main] S2Container will be created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,663 [main] S2Container will be created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,664 [main] S2Container will be created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,666 [main] S2Container is created(path=std-customizer.dicon) DEBUG 2022-06-26 01:04:29,666 [main] S2Container is created(path=default-customizer.dicon) DEBUG 2022-06-26 01:04:29,666 [main] S2Container is created(path=customizer.dicon) DEBUG 2022-06-26 01:04:29,666 [main] S2Container will be created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,667 [main] S2Container is created(path=creator.dicon) DEBUG 2022-06-26 01:04:29,668 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon) DEBUG 2022-06-26 01:04:29,670 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running org.seasar.extension.jdbc.types.CalendarTimestampTypeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Results : Failed tests: testToSqlDate_fromString(org.seasar.extension.jdbc.types.DateSqlDateTypeTest) testToTimestamp_fromString(org.seasar.extension.jdbc.types.DateTimestampTypeTest) testToText(org.seasar.extension.jdbc.types.TimestampTypeTest) Tests run: 508, Failures: 3, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to /home/services/jenkins/jobs/s2container-2.4-seasar2/workspace/seasar2/s2-extension/target/surefire-reports for the individual test results. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 minutes 28 seconds [INFO] Finished at: Sun Jun 26 01:04:29 JST 2022 [INFO] Final Memory: 19M/49M [INFO] ------------------------------------------------------------------------ Build step 'Invoke top-level Maven targets' marked build as failure Recording test results [Checks API] No suitable checks publisher found. Sending e-mails to: jfut-seasar@featia.net Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: FAILURE