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 2023-09-22 01:02:10,132 [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.154 sec
Running org.seasar.framework.container.deployer.PrototypeComponentDeployerTest
java.lang.UnsupportedOperationException: injectDependency
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.framework.container.factory.ComponentTagHandlerTest
DEBUG 2023-09-22 01:02:10,176 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentTagHandlerTest.dicon)
DEBUG 2023-09-22 01:02:10,328 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentTagHandlerTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.489 sec
Running org.seasar.framework.util.ByteConversionUtilTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.framework.container.hotdeploy.creator.InterceptorHotdeployCreatorTest
DEBUG 2023-09-22 01:02:50,662 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:50,669 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:50,682 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:50,682 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:50,686 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:50,691 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:50,711 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:50,719 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:50,721 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:50,721 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:50,738 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:50,790 [main] starting HOT Deploy
DEBUG 2023-09-22 01:02:50,798 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.interceptor.NullInterceptor[nullInterceptor]).
DEBUG 2023-09-22 01:02:50,801 [main] stopping HOT Deploy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
Running org.seasar.framework.container.hotdeploy.creator.ValidatorHotdeployCreatorTest
DEBUG 2023-09-22 01:02:50,806 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:50,808 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:50,819 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:50,819 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:50,822 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:50,825 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:50,836 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:50,841 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:50,842 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:50,842 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:50,851 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:50,857 [main] starting HOT Deploy
DEBUG 2023-09-22 01:02:50,858 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.validator.FakeValidator[fakeValidator]).
DEBUG 2023-09-22 01:02:50,861 [main] stopping HOT Deploy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.seasar.framework.container.impl.SimpleComponentDefTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.framework.container.cooldeploy.creator.ConverterCoolCreatorTest
DEBUG 2023-09-22 01:02:50,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:50,873 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ConverterCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:02:50,898 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ConverterCoolCreatorTest.dicon)
WARN 2023-09-22 01:02:50,899 [main] Skip setting property, because property(converterCustomizer) of org.seasar.framework.container.creator.ConverterCreator not found
DEBUG 2023-09-22 01:02:50,901 [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.043 sec
Running org.seasar.framework.container.factory.InitMethodTagHandlerTest
DEBUG 2023-09-22 01:02:50,915 [main] S2Container will be created(path=org/seasar/framework/container/factory/InitMethodTagHandlerTest.dicon)
DEBUG 2023-09-22 01:02:50,927 [main] S2Container is created(path=org/seasar/framework/container/factory/InitMethodTagHandlerTest.dicon)
Hello
DEBUG 2023-09-22 01:02:50,927 [main] S2Container will be created(path=org/seasar/framework/container/factory/InitMethodTagHandlerTest.dicon)
DEBUG 2023-09-22 01:02:50,932 [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.022 sec
Running org.seasar.framework.container.external.servlet.HttpServletExternalContextTest
DEBUG 2023-09-22 01:02:50,937 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:50,942 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:50,947 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:50,947 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:50,949 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:50,953 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:50,969 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:50,971 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:50,971 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:50,971 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:50,979 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:50,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,010 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,015 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,016 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,018 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,020 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,036 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,037 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,038 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,039 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,047 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,056 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,059 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,063 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,063 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,068 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,071 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,083 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,085 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,085 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,086 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,101 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,130 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,135 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,136 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,138 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,141 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,152 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,154 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,154 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,155 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,162 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,168 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,172 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,178 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,178 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,180 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,201 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,212 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,214 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,214 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,214 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,220 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,225 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,228 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,233 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,233 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,235 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,238 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,252 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,253 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,253 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,253 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,258 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,267 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,289 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,289 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,291 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,294 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,305 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,307 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,307 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,307 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,312 [main] S2Container is created(path=creator.dicon)
java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
DEBUG 2023-09-22 01:02:51,323 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,326 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,329 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,329 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,332 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,334 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,342 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,344 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,344 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,344 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,350 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,355 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,381 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,384 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,384 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,386 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,387 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,394 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,395 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,396 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,396 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,404 [main] S2Container is created(path=creator.dicon)
java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
DEBUG 2023-09-22 01:02:51,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,412 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,416 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,416 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,417 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,420 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,429 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,430 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,430 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,430 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,436 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,441 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,462 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,464 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,464 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,466 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,468 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,475 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,475 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,476 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,476 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,481 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,487 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,491 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,491 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,493 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,495 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,503 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,508 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,508 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,508 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,513 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,518 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,520 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,543 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,543 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,545 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,547 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,554 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,555 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,556 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,556 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,561 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,568 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,571 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,575 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,575 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,577 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,578 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,587 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,589 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,589 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,589 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,595 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,626 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,629 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,633 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,633 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,635 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,636 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,645 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,646 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,646 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,647 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,652 [main] S2Container is created(path=creator.dicon)
java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
DEBUG 2023-09-22 01:02:51,659 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,662 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,667 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,667 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,669 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,690 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,705 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,706 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,707 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,707 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,712 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,716 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,718 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,721 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,721 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,723 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,725 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,737 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,738 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,738 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,738 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,742 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,749 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,752 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,753 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,754 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,775 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,782 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,784 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,784 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,784 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,789 [main] S2Container is created(path=creator.dicon)
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 sec
Running org.seasar.framework.container.external.servlet.HttpSessionMapTest
DEBUG 2023-09-22 01:02:51,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,798 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,801 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,801 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,803 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,805 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,813 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,814 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,814 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,815 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,819 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 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.037 sec
Running org.seasar.framework.util.LocaleUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.container.cooldeploy.S2ContainerFactoryCoolProviderTest
DEBUG 2023-09-22 01:02:51,866 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/S2ContainerFactoryCoolProviderTest.dicon)
DEBUG 2023-09-22 01:02:51,868 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/S2ContainerFactoryCoolProviderTest.dicon)
DEBUG 2023-09-22 01:02:51,868 [main] S2Container will be created(path=cooldeploy-autoregister.dicon)
DEBUG 2023-09-22 01:02:51,869 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,872 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,872 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,874 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,876 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,882 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,884 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,884 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,884 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,889 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,890 [main] S2Container is created(path=cooldeploy-autoregister.dicon)
DEBUG 2023-09-22 01:02:51,890 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:51,905 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:51,908 [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.054 sec
Running org.seasar.framework.util.DecimalFormatSymbolsUtilTest
DecimalSeparator:,
GroupingSeparator:.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.framework.util.CalendarConversionUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.framework.container.util.BindingUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.container.hotdeploy.creator.DaoHotdeployCreatorTest
DEBUG 2023-09-22 01:02:51,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:51,933 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,936 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,936 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,937 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,961 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,971 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,972 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,972 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,972 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,976 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:51,978 [main] S2Container will be created(path=cooldeploy-autoregister.dicon)
DEBUG 2023-09-22 01:02:51,980 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,982 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:51,983 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,984 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,986 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,994 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:51,995 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:51,995 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:51,995 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,002 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,002 [main] S2Container is created(path=cooldeploy-autoregister.dicon)
DEBUG 2023-09-22 01:02:52,002 [main] starting HOT Deploy
DEBUG 2023-09-22 01:02:52,004 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]).
DEBUG 2023-09-22 01:02:52,005 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dao.impl.BarDaoImpl[barDao]).
DEBUG 2023-09-22 01:02:52,007 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:02:52,009 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,011 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,014 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,014 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,015 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,018 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,051 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,053 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,053 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,053 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,058 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,061 [main] starting HOT Deploy
DEBUG 2023-09-22 01:02:52,062 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dao.FooDao[fooDao]).
DEBUG 2023-09-22 01:02:52,064 [main] stopping HOT Deploy
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
Running org.seasar.framework.log.LoggerTest
ERROR 2023-09-22 01:02:52,066 [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 2023-09-22 01:02:52,069 [main] test0
FATAL 2023-09-22 01:02:52,069 [main] test1
FATAL 2023-09-22 01:02:52,069 [main] test2
FATAL 2023-09-22 01:02:52,069 [main] test3
FATAL 2023-09-22 01:02:52,069 [main] test4
FATAL 2023-09-22 01:02:52,069 [main] test5
FATAL 2023-09-22 01:02:52,069 [main] test6
FATAL 2023-09-22 01:02:52,069 [main] test7
FATAL 2023-09-22 01:02:52,069 [main] test8
FATAL 2023-09-22 01:02:52,069 [main] test9
FATAL 2023-09-22 01:02:52,069 [main] test10
FATAL 2023-09-22 01:02:52,069 [main] test11
FATAL 2023-09-22 01:02:52,069 [main] test12
FATAL 2023-09-22 01:02:52,069 [main] test13
FATAL 2023-09-22 01:02:52,069 [main] test14
FATAL 2023-09-22 01:02:52,069 [main] test15
FATAL 2023-09-22 01:02:52,069 [main] test16
FATAL 2023-09-22 01:02:52,069 [main] test17
FATAL 2023-09-22 01:02:52,070 [main] test18
FATAL 2023-09-22 01:02:52,070 [main] test19
FATAL 2023-09-22 01:02:52,070 [main] test20
FATAL 2023-09-22 01:02:52,070 [main] test21
FATAL 2023-09-22 01:02:52,070 [main] test22
FATAL 2023-09-22 01:02:52,070 [main] test23
FATAL 2023-09-22 01:02:52,070 [main] test24
FATAL 2023-09-22 01:02:52,070 [main] test25
FATAL 2023-09-22 01:02:52,070 [main] test26
FATAL 2023-09-22 01:02:52,070 [main] test27
FATAL 2023-09-22 01:02:52,070 [main] test28
FATAL 2023-09-22 01:02:52,070 [main] test29
FATAL 2023-09-22 01:02:52,070 [main] test30
FATAL 2023-09-22 01:02:52,070 [main] test31
FATAL 2023-09-22 01:02:52,070 [main] test32
FATAL 2023-09-22 01:02:52,070 [main] test33
FATAL 2023-09-22 01:02:52,070 [main] test34
FATAL 2023-09-22 01:02:52,070 [main] test35
FATAL 2023-09-22 01:02:52,070 [main] test36
FATAL 2023-09-22 01:02:52,070 [main] test37
FATAL 2023-09-22 01:02:52,070 [main] test38
FATAL 2023-09-22 01:02:52,070 [main] test39
FATAL 2023-09-22 01:02:52,071 [main] test40
FATAL 2023-09-22 01:02:52,071 [main] test41
FATAL 2023-09-22 01:02:52,071 [main] test42
FATAL 2023-09-22 01:02:52,071 [main] test43
FATAL 2023-09-22 01:02:52,071 [main] test44
FATAL 2023-09-22 01:02:52,071 [main] test45
FATAL 2023-09-22 01:02:52,071 [main] test46
FATAL 2023-09-22 01:02:52,071 [main] test47
FATAL 2023-09-22 01:02:52,071 [main] test48
FATAL 2023-09-22 01:02:52,071 [main] test49
FATAL 2023-09-22 01:02:52,071 [main] test50
FATAL 2023-09-22 01:02:52,071 [main] test51
FATAL 2023-09-22 01:02:52,071 [main] test52
FATAL 2023-09-22 01:02:52,071 [main] test53
FATAL 2023-09-22 01:02:52,071 [main] test54
FATAL 2023-09-22 01:02:52,071 [main] test55
FATAL 2023-09-22 01:02:52,071 [main] test56
FATAL 2023-09-22 01:02:52,071 [main] test57
FATAL 2023-09-22 01:02:52,071 [main] test58
FATAL 2023-09-22 01:02:52,071 [main] test59
FATAL 2023-09-22 01:02:52,071 [main] test60
FATAL 2023-09-22 01:02:52,071 [main] test61
FATAL 2023-09-22 01:02:52,072 [main] test62
FATAL 2023-09-22 01:02:52,072 [main] test63
FATAL 2023-09-22 01:02:52,072 [main] test64
FATAL 2023-09-22 01:02:52,072 [main] test65
FATAL 2023-09-22 01:02:52,072 [main] test66
FATAL 2023-09-22 01:02:52,073 [main] test67
FATAL 2023-09-22 01:02:52,073 [main] test68
FATAL 2023-09-22 01:02:52,073 [main] test69
FATAL 2023-09-22 01:02:52,073 [main] test70
FATAL 2023-09-22 01:02:52,073 [main] test71
FATAL 2023-09-22 01:02:52,073 [main] test72
FATAL 2023-09-22 01:02:52,073 [main] test73
FATAL 2023-09-22 01:02:52,073 [main] test74
FATAL 2023-09-22 01:02:52,073 [main] test75
FATAL 2023-09-22 01:02:52,073 [main] test76
FATAL 2023-09-22 01:02:52,073 [main] test77
FATAL 2023-09-22 01:02:52,073 [main] test78
FATAL 2023-09-22 01:02:52,073 [main] test79
FATAL 2023-09-22 01:02:52,073 [main] test80
FATAL 2023-09-22 01:02:52,073 [main] test81
FATAL 2023-09-22 01:02:52,073 [main] test82
FATAL 2023-09-22 01:02:52,073 [main] test83
FATAL 2023-09-22 01:02:52,073 [main] test84
FATAL 2023-09-22 01:02:52,074 [main] test85
FATAL 2023-09-22 01:02:52,074 [main] test86
FATAL 2023-09-22 01:02:52,074 [main] test87
FATAL 2023-09-22 01:02:52,074 [main] test88
FATAL 2023-09-22 01:02:52,074 [main] test89
FATAL 2023-09-22 01:02:52,074 [main] test90
FATAL 2023-09-22 01:02:52,074 [main] test91
FATAL 2023-09-22 01:02:52,074 [main] test92
FATAL 2023-09-22 01:02:52,074 [main] test93
FATAL 2023-09-22 01:02:52,074 [main] test94
FATAL 2023-09-22 01:02:52,074 [main] test95
FATAL 2023-09-22 01:02:52,074 [main] test96
FATAL 2023-09-22 01:02:52,074 [main] test97
FATAL 2023-09-22 01:02:52,074 [main] test98
FATAL 2023-09-22 01:02:52,074 [main] test99
System.out:2
logger:5
DEBUG 2023-09-22 01:02:52,075 [main] debug
INFO 2023-09-22 01:02:52,075 [main] info
WARN 2023-09-22 01:02:52,075 [main] warn
FATAL 2023-09-22 01:02:52,076 [main] fatal
INFO 2023-09-22 01:02:52,077 [main] seasar started
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.seasar.framework.container.cooldeploy.creator.ValidatorCoolCreatorTest
DEBUG 2023-09-22 01:02:52,078 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,079 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ValidatorCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:02:52,082 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ValidatorCoolCreatorTest.dicon)
WARN 2023-09-22 01:02:52,083 [main] Skip setting property, because property(validatorCustomizer) of org.seasar.framework.container.creator.ValidatorCreator not found
DEBUG 2023-09-22 01:02:52,085 [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.01 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.01 sec
Running org.seasar.framework.aop.interceptors.DelegateInterceptorTest
WARN 2023-09-22 01:02:52,232 [main] The qualifier not applicable as for the aspect is specified by method (parse) of java.util.Date
WARN 2023-09-22 01:02:52,259 [main] The qualifier not applicable as for the aspect is specified by method (UTC) of java.util.Date
WARN 2023-09-22 01:02:52,282 [main] The qualifier not applicable as for the aspect is specified by method (getClass) of java.util.Date
WARN 2023-09-22 01:02:52,282 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date
WARN 2023-09-22 01:02:52,282 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date
WARN 2023-09-22 01:02:52,283 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date
WARN 2023-09-22 01:02:52,283 [main] The qualifier not applicable as for the aspect is specified by method (notify) of java.util.Date
WARN 2023-09-22 01:02:52,283 [main] The qualifier not applicable as for the aspect is specified by method (notifyAll) of java.util.Date
WARN 2023-09-22 01:02:52,298 [main] The qualifier not applicable as for the aspect is specified by method (parse) of java.util.Date
WARN 2023-09-22 01:02:52,318 [main] The qualifier not applicable as for the aspect is specified by method (UTC) of java.util.Date
WARN 2023-09-22 01:02:52,336 [main] The qualifier not applicable as for the aspect is specified by method (getClass) of java.util.Date
WARN 2023-09-22 01:02:52,336 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date
WARN 2023-09-22 01:02:52,336 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date
WARN 2023-09-22 01:02:52,336 [main] The qualifier not applicable as for the aspect is specified by method (wait) of java.util.Date
WARN 2023-09-22 01:02:52,336 [main] The qualifier not applicable as for the aspect is specified by method (notify) of java.util.Date
WARN 2023-09-22 01:02:52,336 [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.243 sec
Running org.seasar.framework.container.ognl.S2ContainerPropertyAccessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.container.factory.ArgTagHandlerTest
DEBUG 2023-09-22 01:02:52,344 [main] S2Container will be created(path=org/seasar/framework/container/factory/ArgTagHandlerTest.dicon)
DEBUG 2023-09-22 01:02:52,345 [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 2023-09-22 01:02:52,349 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,352 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,355 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,355 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,357 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,358 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,365 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,365 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,366 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,366 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,394 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.seasar.framework.container.external.CookieMapComponentDefTest
DEBUG 2023-09-22 01:02:52,401 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,403 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,407 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,407 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,410 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,412 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,420 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,421 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,421 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,421 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,426 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 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.005 sec
Running org.seasar.framework.container.autoregister.JarComponentAutoRegisterTest
DEBUG 2023-09-22 01:02:52,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,439 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,442 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,442 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,443 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,469 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,474 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,475 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,476 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,476 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,480 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,482 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:02:52,487 [main] S2Container is created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:02:52,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,496 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,498 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,499 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,500 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,502 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,508 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,509 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,509 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,509 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,514 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,516 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:02:52,518 [main] S2Container is created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon)
/home/services/jenkins/.m2/repository/junit/junit/3.8.2
DEBUG 2023-09-22 01:02:52,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,550 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,552 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,552 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,556 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,558 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,564 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,565 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,565 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,565 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,571 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,574 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:02:52,577 [main] S2Container is created(path=org/seasar/framework/container/autoregister/JarComponentAutoRegisterTest.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
Running org.seasar.framework.unit.S2FrameworkTestCaseNamingConventionTest
DEBUG 2023-09-22 01:02:52,582 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,583 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,587 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,587 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,589 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,590 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,597 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,597 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,598 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,598 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,601 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,605 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon)
DEBUG 2023-09-22 01:02:52,608 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon)
DEBUG 2023-09-22 01:02:52,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,614 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,617 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,617 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,618 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,619 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,650 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,651 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,651 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,651 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,659 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,665 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon)
DEBUG 2023-09-22 01:02:52,668 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCase_convention.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.seasar.framework.container.creator.ComponentCreatorImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.beans.converter.SqlDateConverterTest
2008-01-16
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.util.TextUtilTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.container.util.SmartDeployUtilTest
DEBUG 2023-09-22 01:02:52,684 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,688 [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.007 sec
Running org.seasar.framework.container.external.servlet.ServletInitParameterMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.container.assembler.AccessTypePropertyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.007 sec
Running org.seasar.framework.xml.TagHandlerContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.util.ResourceBundleUtilTest
{0} not found
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.framework.util.ResourcesUtilTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running org.seasar.framework.container.factory.ConstantAnnotationHandlerTest
DEBUG 2023-09-22 01:02:52,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,768 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,772 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,772 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,774 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,776 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,787 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,788 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,788 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,788 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,792 [main] S2Container is created(path=creator.dicon)
dummy = aaa
DEBUG 2023-09-22 01:02:52,801 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,803 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,806 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,806 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,809 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,812 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,818 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,819 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,819 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,819 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,824 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,855 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,859 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,859 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,860 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,862 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,870 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,870 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,871 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,871 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,874 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,877 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:52,880 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:52,883 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,885 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,888 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,888 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,889 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,891 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,897 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,898 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,899 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,899 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,903 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,908 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,909 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,937 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,938 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,940 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,941 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,947 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,948 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,949 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,949 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,953 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,959 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,962 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,962 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,963 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,966 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,971 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:52,972 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,973 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,973 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,977 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:52,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:52,982 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,985 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:52,985 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:52,987 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:52,989 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,019 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,020 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,020 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,020 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,024 [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 2023-09-22 01:02:53,030 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,033 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,039 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,039 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,041 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,042 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,048 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,049 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,050 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,050 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,053 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,058 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,059 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,063 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,063 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,064 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,067 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,098 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,098 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,099 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,099 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,103 [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 2023-09-22 01:02:53,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,109 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,112 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,112 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,113 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,115 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,122 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,122 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,122 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,123 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,126 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,130 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,134 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,137 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,137 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,138 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,140 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,171 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,172 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,172 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,172 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,176 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,181 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,182 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,185 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,185 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,187 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,188 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,194 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,195 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,195 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,195 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,199 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,206 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,233 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,233 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,235 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,236 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,243 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,244 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,246 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,246 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,251 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,259 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,262 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,262 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,263 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,265 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,271 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,271 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,271 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,272 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,275 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,279 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,281 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,283 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,283 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,285 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,286 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,317 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,318 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,318 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,318 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,322 [main] S2Container is created(path=creator.dicon)
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec
Running org.seasar.framework.container.assembler.BindingTypeMayDefTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.util.TokenizerTest
DEBUG 2023-09-22 01:02:53,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,332 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,335 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,335 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,338 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,343 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,349 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,351 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,351 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,351 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,355 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,362 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,389 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,389 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,392 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,393 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,400 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,400 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,401 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,401 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,404 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,408 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,410 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,413 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,413 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,414 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,415 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,422 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,423 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,423 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,423 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,427 [main] S2Container is created(path=creator.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 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.006 sec
Running org.seasar.framework.container.autoregister.ComponentAutoRegisterTest
DEBUG 2023-09-22 01:02:53,438 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,440 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,444 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,444 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,446 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,447 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,480 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,481 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,481 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,481 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,486 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,489 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:02:53,490 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:53,493 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:53,496 [main] S2Container is created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:02:53,534 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,536 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,539 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,539 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,540 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,542 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,548 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,549 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,550 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,550 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,580 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,582 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon)
DEBUG 2023-09-22 01:02:53,584 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:53,587 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:53,588 [main] S2Container is created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon)
DEBUG 2023-09-22 01:02:53,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,613 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,616 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,616 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,618 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,620 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,625 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,626 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,626 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,626 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,630 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,632 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon)
DEBUG 2023-09-22 01:02:53,634 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:53,637 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:53,638 [main] S2Container is created(path=org/seasar/framework/container/autoregister/ComponentAutoRegisterTest2.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec
Running org.seasar.framework.aop.interceptors.InterceptorChainTest
DEBUG 2023-09-22 01:02:53,665 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,666 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,694 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,694 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,696 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,698 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,705 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,705 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,706 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,706 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,709 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,712 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InterceptorChainTest.dicon)
DEBUG 2023-09-22 01:02:53,716 [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.063 sec
Running org.seasar.framework.aop.interceptors.TraceInterceptorTest
DEBUG 2023-09-22 01:02:53,732 [main] BEGIN java.util.Date#getTime()
DEBUG 2023-09-22 01:02:53,732 [main] END java.util.Date#getTime() : 1695312173732
DEBUG 2023-09-22 01:02:53,735 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#hoge()
DEBUG 2023-09-22 01:02:53,735 [main] END org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#hoge() Throwable:java.lang.RuntimeException: hoge
DEBUG 2023-09-22 01:02:53,738 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#geho([])
DEBUG 2023-09-22 01:02:53,738 [main] END org.seasar.framework.aop.interceptors.TraceInterceptorTest$ThrowError#geho([]) : null
DEBUG 2023-09-22 01:02:53,742 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ArrayHoge#hoge([111])
DEBUG 2023-09-22 01:02:53,742 [main] END org.seasar.framework.aop.interceptors.TraceInterceptorTest$ArrayHoge#hoge([111]) : [aaa, bbb]
DEBUG 2023-09-22 01:02:53,747 [main] BEGIN org.seasar.framework.aop.interceptors.TraceInterceptorTest$ArrayHoge#hoge([1, 2])
DEBUG 2023-09-22 01:02:53,747 [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.024 sec
Running org.seasar.framework.util.DecimalFormatUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.framework.container.factory.ComponentTagHandler2Test
DEBUG 2023-09-22 01:02:53,756 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,757 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,760 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,760 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,762 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,763 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,796 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,796 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,796 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,797 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,800 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,803 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon)
DEBUG 2023-09-22 01:02:53,805 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,808 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,809 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon)
DEBUG 2023-09-22 01:02:53,818 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,821 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,823 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,823 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,825 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,827 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,832 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,833 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,834 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,834 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,839 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,841 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon)
DEBUG 2023-09-22 01:02:53,844 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,845 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,875 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentTagHandler2Test.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running org.seasar.framework.beans.converter.TimeConverterTest
12:34:56
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.container.external.servlet.ServletApplicationMapTest
DEBUG 2023-09-22 01:02:53,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:53,889 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,891 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:53,891 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,893 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,895 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,922 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:53,922 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:53,922 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:53,923 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:53,926 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 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@1706eb7) 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@1706eb7) 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.019 sec
Running org.seasar.framework.container.impl.AspectDefImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.util.TimeConversionUtilTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.aop.interceptors.ToStringInterceptorTest
DEBUG 2023-09-22 01:02:53,993 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@1b5a5cf[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 2023-09-22 01:02:53,993 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
DEBUG 2023-09-22 01:02:53,998 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$BarEntity#toString
org.seasar.framework.aop.interceptors.ToStringInterceptorTest$BarEntity@1594a88[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 2023-09-22 01:02:53,998 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$BarEntity#toString
DEBUG 2023-09-22 01:02:54,000 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@1f0cf51[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 2023-09-22 01:02:54,001 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
DEBUG 2023-09-22 01:02:54,005 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@1a9f87c[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 2023-09-22 01:02:54,005 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
DEBUG 2023-09-22 01:02:54,007 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity@6d999a[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 2023-09-22 01:02:54,007 [main] [ToStringInterceptor] modifying org.seasar.framework.aop.interceptors.ToStringInterceptorTest$FooEntity#toString
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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.047 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.029 sec
Running org.seasar.framework.container.util.MetaDefSupportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.util.InputStreamUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.framework.convention.impl.NamingConventionImplTest
fromClassNameToComponentName:10000=25
fromComponentNameToClass:10000=204
findClass:10000=166
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 sec
Running org.seasar.framework.container.util.TraversalTest
DEBUG 2023-09-22 01:02:54,506 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,507 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,509 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,509 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,511 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,513 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,513 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,513 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,514 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,516 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,519 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,519 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,522 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,524 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,524 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,524 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,525 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,527 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,528 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,528 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,530 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,531 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,531 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,532 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,533 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,534 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,535 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,535 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,539 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,543 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,544 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,544 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,545 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,547 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,576 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,576 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,577 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,580 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,583 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,583 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,584 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,586 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,587 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,587 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,588 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,590 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,591 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,591 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,591 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,593 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,594 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,595 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,596 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,598 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,598 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,599 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,599 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,600 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,602 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,602 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,603 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,605 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,606 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,606 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,606 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest.dicon)
DEBUG 2023-09-22 01:02:54,608 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,609 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest1.dicon)
DEBUG 2023-09-22 01:02:54,609 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,611 [main] S2Container will be created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,612 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest3.dicon)
DEBUG 2023-09-22 01:02:54,613 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest2.dicon)
DEBUG 2023-09-22 01:02:54,613 [main] S2Container is created(path=org/seasar/framework/container/util/TraversalTest.dicon)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running org.seasar.framework.env.EnvTest
DEBUG 2023-09-22 01:02:54,616 [main] The value (ut) was set from the file (org/seasar/framework/env/env.txt) into the environment variable #Env.
DEBUG 2023-09-22 01:02:54,616 [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 2023-09-22 01:02:54,618 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:54,620 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,649 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,649 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,651 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,653 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,660 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,660 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,660 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,661 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,664 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,668 [main] starting HOT Deploy
DEBUG 2023-09-22 01:02:54,670 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeDxo[aaa_hogeDxo]).
DEBUG 2023-09-22 01:02:54,671 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dxo.impl.BbbDtoDxoImpl[bbbDtoDxo]).
DEBUG 2023-09-22 01:02:54,672 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:02:54,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:54,676 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,678 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,678 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,680 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,682 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,687 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,688 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,688 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,688 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,692 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,695 [main] starting HOT Deploy
DEBUG 2023-09-22 01:02:54,696 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeDxo[aaa_hogeDxo]).
DEBUG 2023-09-22 01:02:54,697 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dxo.impl.BbbDtoDxoImpl[bbbDtoDxo]).
DEBUG 2023-09-22 01:02:54,699 [main] stopping HOT Deploy
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.framework.aop.javassist.MethodInvocationClassGeneratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running org.seasar.framework.container.factory.SimplePathResolverTest
DEBUG 2023-09-22 01:02:54,809 [main] S2Container will be created(path=noExists.dicon, realPath=org/seasar/framework/container/factory/SimplePathResolverTest.dicon)
DEBUG 2023-09-22 01:02:54,811 [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.006 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.015 sec
Running org.seasar.framework.aop.interceptors.SimpleTraceInterceptorTest
DEBUG 2023-09-22 01:02:54,831 [main] BEGIN java.util.Date#getTime
DEBUG 2023-09-22 01:02:54,831 [main] END java.util.Date#getTime
DEBUG 2023-09-22 01:02:54,834 [main] BEGIN org.seasar.framework.aop.interceptors.SimpleTraceInterceptorTest$ThrowError#hoge
DEBUG 2023-09-22 01:02:54,834 [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.01 sec
Running org.seasar.framework.container.cooldeploy.creator.InterceptorCoolCreatorTest
DEBUG 2023-09-22 01:02:54,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:54,837 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/InterceptorCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:02:54,841 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/InterceptorCoolCreatorTest.dicon)
WARN 2023-09-22 01:02:54,841 [main] Skip setting property, because property(interceptorCustomizer) of org.seasar.framework.container.creator.InterceptorCreator not found
DEBUG 2023-09-22 01:02:54,842 [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.009 sec
Running org.seasar.framework.container.warmdeploy.WarmdeployBehaviorTest
DEBUG 2023-09-22 01:02:54,848 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:54,850 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,853 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,853 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,854 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,856 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,862 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,863 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,863 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,863 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,867 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,870 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:54,900 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,902 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,903 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,904 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,905 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,915 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,916 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,916 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,916 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,920 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,923 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]).
DEBUG 2023-09-22 01:02:54,924 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:54,926 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,929 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:54,929 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,930 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,932 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,937 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:54,938 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:54,938 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:54,938 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,943 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:54,946 [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.101 sec
Running org.seasar.framework.container.factory.PropertyTagHandlerTest
DEBUG 2023-09-22 01:02:54,949 [main] S2Container will be created(path=org/seasar/framework/container/factory/PropertyTagHandlerTest.dicon)
DEBUG 2023-09-22 01:02:54,951 [main] S2Container is created(path=org/seasar/framework/container/factory/PropertyTagHandlerTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.beans.util.BeanUtilTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.framework.container.factory.AspectTagHandlerTest
DEBUG 2023-09-22 01:02:54,958 [main] S2Container will be created(path=org/seasar/framework/container/factory/AspectTagHandlerTest.dicon)
DEBUG 2023-09-22 01:02:54,987 [main] S2Container is created(path=org/seasar/framework/container/factory/AspectTagHandlerTest.dicon)
DEBUG 2023-09-22 01:02:54,994 [main] BEGIN java.util.Date#getTime()
DEBUG 2023-09-22 01:02:54,994 [main] END java.util.Date#getTime() : 0
DEBUG 2023-09-22 01:02:54,994 [main] BEGIN java.util.Date#hashCode()
DEBUG 2023-09-22 01:02:54,994 [main] BEGIN java.util.Date#getTime()
DEBUG 2023-09-22 01:02:54,994 [main] END java.util.Date#getTime() : 0
DEBUG 2023-09-22 01:02:54,995 [main] END java.util.Date#hashCode() : 0
DEBUG 2023-09-22 01:02:54,995 [main] BEGIN java.util.Date#getTime()
DEBUG 2023-09-22 01:02:54,995 [main] END java.util.Date#getTime() : 0
DEBUG 2023-09-22 01:02:55,045 [main] BEGIN java.util.ArrayList#size()
DEBUG 2023-09-22 01:02:55,045 [main] END java.util.ArrayList#size() : 0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.seasar.framework.container.util.MemoryLeakTest
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@18782a7
DEBUG 2023-09-22 01:02:55,047 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:55,049 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,052 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,052 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:55,084 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@18782a7
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1ce15f6
DEBUG 2023-09-22 01:02:55,272 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:55,273 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,277 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,277 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:55,310 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1ce15f6
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1dae160
DEBUG 2023-09-22 01:02:55,495 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:55,497 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,500 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,501 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:55,535 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1dae160
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@14aa2db
DEBUG 2023-09-22 01:02:55,720 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:55,722 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,726 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,726 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:55,761 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@14aa2db
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@fccada
DEBUG 2023-09-22 01:02:55,946 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:55,948 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,951 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:55,952 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:55,981 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@fccada
DEBUG 2023-09-22 01:02:56,346 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon)
DEBUG 2023-09-22 01:02:56,347 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon)
INFO 2023-09-22 01:02:56,347 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
DEBUG 2023-09-22 01:02:56,529 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon)
DEBUG 2023-09-22 01:02:56,531 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest_app.dicon)
INFO 2023-09-22 01:02:56,531 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@194df96
DEBUG 2023-09-22 01:02:56,710 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:56,711 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:56,714 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:56,714 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:56,743 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@194df96
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1248f2b
DEBUG 2023-09-22 01:02:56,928 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:56,929 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:56,932 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:56,933 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:56,968 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@1248f2b
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@d510e8
DEBUG 2023-09-22 01:02:57,162 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:57,164 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:57,167 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:57,168 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:57,196 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@d510e8
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@38d460
DEBUG 2023-09-22 01:02:57,378 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:57,380 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:57,383 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:57,383 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:57,413 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@38d460
+++ org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@a2a38
DEBUG 2023-09-22 01:02:57,593 [main] S2Container will be created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
DEBUG 2023-09-22 01:02:57,594 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:57,598 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:57,598 [main] S2Container is created(path=org/seasar/framework/container/util/MemoryLeakTest.dicon)
INFO 2023-09-22 01:02:57,634 [main] Running on [ENV]product, [DEPLOY MODE]Normal Mode
--- org.seasar.framework.container.util.MemoryLeakTest$TestClassLoader@a2a38
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.948 sec
Running org.seasar.framework.container.customizer.CustomizerChainTest
DEBUG 2023-09-22 01:02:57,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:57,998 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,002 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,002 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,004 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,006 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,011 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,012 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,013 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,013 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,017 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,022 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:58,024 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,026 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,027 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,029 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,031 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,037 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,037 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,037 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,037 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,041 [main] S2Container is created(path=creator.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running org.seasar.framework.aop.interceptors.PrototypeDelegateInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.framework.container.external.servlet.ServletRequestParameterValuesMapTest
DEBUG 2023-09-22 01:02:58,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:58,064 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,066 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,066 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,068 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,097 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,103 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,103 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,104 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,104 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,108 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.seasar.framework.util.ArrayUtilTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.seasar.framework.container.hotdeploy.HotdeployClassLoaderTest
WARN 2023-09-22 01:02:58,123 [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.005 sec
Running org.seasar.framework.unit.S2FrameworkTestCaseCoolDeployTest
DEBUG 2023-09-22 01:02:58,127 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:58,130 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,133 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,133 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,134 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,135 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,141 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,142 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,142 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,142 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,146 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,149 [main] S2Container will be created(path=cooldeploy-autoregister.dicon)
DEBUG 2023-09-22 01:02:58,150 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,152 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,152 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,153 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,156 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,192 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,192 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,192 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,192 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,194 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,195 [main] S2Container is created(path=cooldeploy-autoregister.dicon)
DEBUG 2023-09-22 01:02:58,197 [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.073 sec
Running org.seasar.framework.util.Base64UtilTest
YWJj
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.aop.intertype.PropertyInterTypeTest
DEBUG 2023-09-22 01:02:58,203 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:58,205 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,208 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,208 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,209 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,210 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,216 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,217 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,218 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,218 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,223 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,226 [main] S2Container will be created(path=org/seasar/framework/aop/intertype/PropertyInterTypeTest.dicon)
DEBUG 2023-09-22 01:02:58,228 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:58,230 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:58,231 [main] S2Container is created(path=org/seasar/framework/aop/intertype/PropertyInterTypeTest.dicon)
DEBUG 2023-09-22 01:02:58,234 [main] [PropertyInterType] Introducing... org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target
DEBUG 2023-09-22 01:02:58,234 [main] [PropertyInterType] Creating getter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getName
DEBUG 2023-09-22 01:02:58,240 [main] [PropertyInterType] Creating setter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setName
DEBUG 2023-09-22 01:02:58,243 [main] [PropertyInterType] Creating getter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getDuplicate
DEBUG 2023-09-22 01:02:58,243 [main] [PropertyInterType] Creating setter org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setDuplicate
DEBUG 2023-09-22 01:02:58,246 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setName(hoge)
DEBUG 2023-09-22 01:02:58,246 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getName() : hoge
DEBUG 2023-09-22 01:02:58,246 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#setDuplicate(100)
DEBUG 2023-09-22 01:02:58,246 [main] CALL org.seasar.framework.aop.intertype.PropertyInterTypeTest$Target#getDuplicate() : 100
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.seasar.framework.util.LongConversionUtilTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.container.deployer.SessionComponentDeployerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.framework.container.assembler.DefaultInitMethodAssemblerTest
org.seasar.framework.beans.MethodNotFoundRuntimeException: [ESSR0049]The method(put()) of java.util.HashMap not found
WARN 2023-09-22 01:02:58,284 [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.008 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.003 sec
Running org.seasar.framework.container.factory.S2ContainerFactoryTest
DEBUG 2023-09-22 01:02:58,295 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularA.dicon)
DEBUG 2023-09-22 01:02:58,297 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.CircularB.dicon)
DEBUG 2023-09-22 01:02:58,298 [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 2023-09-22 01:02:58,303 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.Circular.dicon)
DEBUG 2023-09-22 01:02:58,305 [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 2023-09-22 01:02:58,309 [main] S2Container will be created(path=notExists.dicon, realPath=org/seasar/framework/container/factory/S2ContainerFactoryTest.PathResolver.dicon)
DEBUG 2023-09-22 01:02:58,310 [main] S2Container is created(path=notExists.dicon, realPath=org/seasar/framework/container/factory/S2ContainerFactoryTest.PathResolver.dicon)
DEBUG 2023-09-22 01:02:58,313 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.app.properties)
DEBUG 2023-09-22 01:02:58,313 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.app.properties)
DEBUG 2023-09-22 01:02:58,317 [main] S2Container will be created(path=hoge.dicon)
DEBUG 2023-09-22 01:02:58,318 [main] S2Container is created(path=hoge.dicon)
DEBUG 2023-09-22 01:02:58,320 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.dicon)
DEBUG 2023-09-22 01:02:58,322 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.dicon)
DEBUG 2023-09-22 01:02:58,324 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon)
DEBUG 2023-09-22 01:02:58,327 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon)
DEBUG 2023-09-22 01:02:58,330 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon)
DEBUG 2023-09-22 01:02:58,331 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon)
DEBUG 2023-09-22 01:02:58,335 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon)
DEBUG 2023-09-22 01:02:58,339 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.foo.dicon)
DEBUG 2023-09-22 01:02:58,339 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate1.dicon)
DEBUG 2023-09-22 01:02:58,341 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate2.dicon)
DEBUG 2023-09-22 01:02:58,343 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate2.dicon)
DEBUG 2023-09-22 01:02:58,343 [main] S2Container is created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate1.dicon)
DEBUG 2023-09-22 01:02:58,343 [main] S2Container will be created(path=org/seasar/framework/container/factory/S2ContainerFactoryTest.initializeOnCreate2.dicon)
DEBUG 2023-09-22 01:02:58,345 [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.055 sec
Running org.seasar.framework.container.autoregister.MetaAutoRegisterTest
DEBUG 2023-09-22 01:02:58,347 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:58,350 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,353 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,353 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,354 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,356 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,394 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,394 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,395 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,395 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,399 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,401 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon)
DEBUG 2023-09-22 01:02:58,408 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.framework.util.ArrayIteratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.framework.container.impl.ComponentDefImplTest
DEBUG 2023-09-22 01:02:58,433 [main] BEGIN org.seasar.framework.container.impl.ComponentDefImplTest$A#getHogeName()
DEBUG 2023-09-22 01:02:58,433 [main] END org.seasar.framework.container.impl.ComponentDefImplTest$A#getHogeName() : B
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.framework.aop.interceptors.InvalidateSessionInterceptorTest
DEBUG 2023-09-22 01:02:58,444 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:58,445 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,448 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:58,448 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,450 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,451 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,457 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:58,457 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:58,458 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:58,458 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,464 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:02:58,467 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InvalidateSessionInterceptorTest.dicon)
DEBUG 2023-09-22 01:02:58,469 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/InvalidateSessionInterceptorTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.seasar.framework.container.cooldeploy.creator.DaoCoolCreatorTest
DEBUG 2023-09-22 01:02:58,477 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:58,478 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/DaoCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:02:58,508 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:02:58,510 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:02:58,512 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/DaoCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:02:58,517 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.dao.AaaDao[aaaDao]).
DEBUG 2023-09-22 01:02:58,517 [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.045 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 : 74ms
ognl : 564ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 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.107 sec
Running org.seasar.framework.container.external.RequestHeaderValuesMapComponentDefTest
DEBUG 2023-09-22 01:02:59,270 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:02:59,273 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:02:59,276 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:02:59,276 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:59,277 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:59,278 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:59,315 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:02:59,316 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:02:59,316 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:02:59,316 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:02:59,320 [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.ArrayMapTest
remove before:{1=d, 2=d}
remove after:{1=d}
HashMap.put:154
ArrayMap.put:179
HashMap.get:34
ArrayMap.get:17
HashMap iteration:6
ArrayMap iteration:2
HashMap serialize:339
ArrayMap serialize:280
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 sec
Running org.seasar.framework.container.cooldeploy.creator.DxoCoolCreatorTest
DEBUG 2023-09-22 01:03:00,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,353 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/DxoCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:00,354 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:00,358 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:00,360 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/DxoCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:00,363 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.DddDxo[ccc_dddDxo]).
DEBUG 2023-09-22 01:03:00,364 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.dxo.impl.FffDxoImpl[fffDxo]).
DEBUG 2023-09-22 01:03:00,364 [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.025 sec
Running org.seasar.framework.container.hotdeploy.HotdeployUtilTest
DEBUG 2023-09-22 01:03:00,374 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,378 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,380 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,381 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,382 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,384 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,388 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,388 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,388 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,389 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,393 [main] S2Container is created(path=creator.dicon)
22ms
16ms
13ms
9ms
9ms
DEBUG 2023-09-22 01:03:00,466 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,467 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,470 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,471 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,472 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,473 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,477 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,477 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,478 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,478 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,481 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,487 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,489 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,489 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,490 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,492 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,497 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,498 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,498 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,498 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,501 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,504 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,505 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,507 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,507 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,508 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,510 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,515 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,516 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,516 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,516 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,519 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,522 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,524 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,526 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,527 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,528 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,529 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,533 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,533 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,534 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,534 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,538 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,541 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,543 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,545 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,545 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,546 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,547 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,553 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,553 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,554 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,554 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,557 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,560 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,561 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,563 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,563 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,564 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,567 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,570 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,571 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,571 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,571 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,574 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,578 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,580 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,582 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,582 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,583 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,584 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,589 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,589 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,590 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,590 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,594 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,597 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,599 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,601 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,601 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,602 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,603 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,608 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,609 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,609 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,609 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,612 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,615 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,617 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,620 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,620 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,622 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,623 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,626 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,627 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,627 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,627 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,632 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,636 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,637 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,639 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,639 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,640 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,643 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,648 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,649 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,649 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,649 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,652 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,655 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,656 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,659 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,659 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,660 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,661 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,667 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,668 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,668 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,668 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,671 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,674 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,676 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,679 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,679 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,680 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,685 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,688 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,689 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,689 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,689 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,694 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,699 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,701 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,701 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,704 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,706 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,711 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,712 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,712 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,712 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,715 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,718 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,720 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,722 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,722 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,724 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,726 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,730 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,730 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,731 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,731 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,734 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,738 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,739 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,741 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,741 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,743 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,744 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,748 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,749 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,749 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,749 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,753 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,761 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,763 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,765 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,765 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,766 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,767 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,773 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,773 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,773 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,774 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,776 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,780 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,784 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,784 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,785 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,786 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,790 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,790 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,790 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,791 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,795 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,799 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,801 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,801 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,802 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,803 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,809 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,809 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,810 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,811 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,814 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,819 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,820 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,822 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,822 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,823 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,826 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,829 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,830 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,830 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,830 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,833 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,837 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,839 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,841 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,841 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,842 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,845 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,849 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,850 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,850 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,850 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,854 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,859 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,861 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,861 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,862 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,864 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,870 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,870 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,871 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,871 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,874 [main] S2Container is created(path=creator.dicon)
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 sec
Running org.seasar.framework.aop.interceptors.RemoveSessionInterceptorTest
DEBUG 2023-09-22 01:03:00,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,880 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,883 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,883 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,884 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,885 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,889 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,890 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,890 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,890 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,893 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,896 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:00,898 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:00,904 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,905 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,907 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,907 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,909 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,910 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,915 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,915 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,915 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,916 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,918 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,920 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:00,923 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/RemoveSessionInterceptorTest.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.seasar.framework.container.cooldeploy.creator.ServiceCoolCreatorTest
DEBUG 2023-09-22 01:03:00,932 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,933 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ServiceCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:00,935 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ServiceCoolCreatorTest.dicon)
WARN 2023-09-22 01:03:00,935 [main] Skip setting property, because property(serviceCustomizer) of org.seasar.framework.container.creator.ServiceCreator not found
DEBUG 2023-09-22 01:03:00,937 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.impl.DddServiceImpl[ccc_dddService]).
DEBUG 2023-09-22 01:03:00,941 [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.012 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.003 sec
Running org.seasar.framework.aop.interceptors.HotAwareDelegateInterceptorTest
DEBUG 2023-09-22 01:03:00,949 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,950 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,952 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,952 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,954 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,955 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,960 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,961 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,961 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,961 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,964 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,965 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/HotAwareDelegateInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:00,967 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/HotAwareDelegateInterceptorTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.seasar.framework.message.MessageResourceBundleFactoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.framework.container.autoregister.AbstComponentAutoRegisterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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 2023-09-22 01:03:00,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:00,985 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,987 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:00,987 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,988 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,989 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,995 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:00,995 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:00,995 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:00,995 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:00,998 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,000 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon)
DEBUG 2023-09-22 01:03:01,004 [main] S2Container is created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon)
java.lang.UnsupportedOperationException: injectDependency
DEBUG 2023-09-22 01:03:01,006 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,007 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,009 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,009 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,010 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,011 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,017 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,017 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,017 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,017 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,020 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,022 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon)
DEBUG 2023-09-22 01:03:01,024 [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 2023-09-22 01:03:01,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,027 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,029 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,029 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,031 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,032 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,036 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,037 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,037 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,037 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,040 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,042 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon)
DEBUG 2023-09-22 01:03:01,045 [main] S2Container is created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon)
DEBUG 2023-09-22 01:03:01,047 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,049 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,051 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,051 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,052 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,053 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,059 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,059 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,059 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,059 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,062 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,064 [main] S2Container will be created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon)
DEBUG 2023-09-22 01:03:01,065 [main] S2Container is created(path=org/seasar/framework/container/impl/S2ContainerBehaviorTest.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.seasar.framework.util.OutputStreamUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.util.URLUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.003 sec
Running org.seasar.framework.container.util.ConstantAnnotationUtilTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.framework.unit.S2FrameworkTestCaseTest
DEBUG 2023-09-22 01:03:01,091 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,092 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,094 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,094 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,095 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,097 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,102 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,103 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,103 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,103 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,106 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,107 [main] S2Container will be created(path=org/seasar/framework/unit/bbb.dicon)
DEBUG 2023-09-22 01:03:01,109 [main] S2Container is created(path=org/seasar/framework/unit/bbb.dicon)
DEBUG 2023-09-22 01:03:01,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,114 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,118 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,118 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,120 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,121 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,126 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,126 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,127 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,127 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,131 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,132 [main] S2Container will be created(path=org/seasar/framework/unit/aaa.dicon)
DEBUG 2023-09-22 01:03:01,134 [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 2023-09-22 01:03:01,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,136 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,140 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,140 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,142 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,143 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,149 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,149 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,150 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,150 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,153 [main] S2Container is created(path=creator.dicon)
tearDownAaa
DEBUG 2023-09-22 01:03:01,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,159 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,161 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,161 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,164 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,165 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,169 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,169 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,170 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,170 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,172 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,174 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon)
DEBUG 2023-09-22 01:03:01,181 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon)
testBbbTx
DEBUG 2023-09-22 01:03:01,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,202 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,204 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,204 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,205 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,206 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,211 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,213 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,213 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,213 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,216 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,218 [main] S2Container will be created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon)
DEBUG 2023-09-22 01:03:01,219 [main] S2Container is created(path=org/seasar/framework/unit/S2FrameworkTestCaseTest_j2ee.dicon)
DEBUG 2023-09-22 01:03:01,241 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,243 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,245 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,245 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,246 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,247 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,253 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,254 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,254 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,254 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,257 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,259 [main] S2Container will be created(path=org/seasar/framework/unit/bbb.dicon)
DEBUG 2023-09-22 01:03:01,260 [main] S2Container is created(path=org/seasar/framework/unit/bbb.dicon)
DEBUG 2023-09-22 01:03:01,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,263 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,266 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,266 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,268 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,269 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,273 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,273 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,273 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,274 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,278 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,280 [main] S2Container will be created(path=org/seasar/framework/unit/ccc.dicon)
DEBUG 2023-09-22 01:03:01,281 [main] S2Container is created(path=org/seasar/framework/unit/ccc.dicon)
DEBUG 2023-09-22 01:03:01,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,284 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,286 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,286 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,287 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,289 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,295 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,295 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,296 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,296 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,299 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,303 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,304 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,306 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,307 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,350 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,351 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,355 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,355 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,356 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,356 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,359 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,361 [main] S2Container will be created(path=org/seasar/framework/unit/empty.dicon)
DEBUG 2023-09-22 01:03:01,364 [main] S2Container is created(path=org/seasar/framework/unit/empty.dicon)
DEBUG 2023-09-22 01:03:01,366 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,367 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,369 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,369 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,370 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,372 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,378 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,379 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,379 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,379 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,382 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,386 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,388 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,388 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,389 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,391 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,396 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,396 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,397 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,397 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,399 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,401 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:01,403 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:01,403 [main] Registering component definition of class(org.seasar.framework.container.warmdeploy.dao.impl.FooDaoImpl[fooDao]).
DEBUG 2023-09-22 01:03:01,405 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,408 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,410 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,410 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,411 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,413 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,418 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,418 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,418 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,419 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,421 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,424 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,425 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,427 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,427 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,429 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,430 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,436 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,436 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,437 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,437 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,440 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:01,444 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,446 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:01,447 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,448 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,449 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,453 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:01,453 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:01,454 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:01,454 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,458 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:01,459 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:01,461 [main] S2Container is created(path=aop.dicon)
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 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.001 sec
Running org.seasar.framework.util.CaseInsensitiveMapTest
HashMap.put:90
CaseInsensitiveMap.put:80
HashMap.get:55
CaseInsensitiveMap.get:44
HashMap.put:88
CaseInsensitiveMap.put:160
HashMap.get:55
CaseInsensitiveMap.get:44
HashMap.put:89
CaseInsensitiveMap.put:164
HashMap.get:55
CaseInsensitiveMap.get:44
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 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.001 sec
Running org.seasar.framework.container.external.RequestMapComponentDefTest
DEBUG 2023-09-22 01:03:02,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,444 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,447 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,447 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,448 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,449 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,453 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,454 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,454 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,454 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,459 [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.container.assembler.AutoConstructorAssemblerTest
DEBUG 2023-09-22 01:03:02,467 [main] BEGIN org.seasar.framework.container.assembler.AutoConstructorAssemblerTest$A#getHogeName()
DEBUG 2023-09-22 01:03:02,467 [main] END org.seasar.framework.container.assembler.AutoConstructorAssemblerTest$A#getHogeName() : B
WARN 2023-09-22 01:03:02,468 [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.019 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 2023-09-22 01:03:02,485 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,486 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,488 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,488 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,490 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,491 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,496 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,497 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,497 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,497 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,500 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,502 [main] S2Container will be created(path=org/seasar/framework/aop/intertype/InterTypeChainTest.dicon)
DEBUG 2023-09-22 01:03:02,505 [main] S2Container is created(path=org/seasar/framework/aop/intertype/InterTypeChainTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.framework.util.TimestampConversionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest
DEBUG 2023-09-22 01:03:02,520 [main] BEGIN java.util.Date#getTime()
DEBUG 2023-09-22 01:03:02,520 [main] END java.util.Date#getTime() : 1695312182520
DEBUG 2023-09-22 01:03:02,524 [main] BEGIN org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$ThrowError#hoge()
DEBUG 2023-09-22 01:03:02,524 [main] END org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$ThrowError#hoge() Throwable:java.lang.RuntimeException: hoge
DEBUG 2023-09-22 01:03:02,526 [main] BEGIN org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Hoge#foo(org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Foo@a4f2cb)
DEBUG 2023-09-22 01:03:02,526 [main] END org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Hoge#foo(org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Foo@a4f2cb) : org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptorTest$Foo@1402b4e
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.seasar.framework.util.NumberConversionUtilTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.container.external.RequestParameterMapComponentDefTest
DEBUG 2023-09-22 01:03:02,532 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,535 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,537 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,537 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,539 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,540 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,543 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,544 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,544 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,544 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,549 [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.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.009 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.003 sec
Running org.seasar.framework.container.factory.DestroyMethodTagHandlerTest
DEBUG 2023-09-22 01:03:02,569 [main] S2Container will be created(path=org/seasar/framework/container/factory/DestroyMethodTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:02,571 [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 2023-09-22 01:03:02,572 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,573 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,576 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,576 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,577 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,578 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,583 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,584 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,584 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,584 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,587 [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.aop.intertype.AbstInterTypeTest
DEBUG 2023-09-22 01:03:02,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,593 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,595 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,595 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,596 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,598 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,601 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,602 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,602 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,602 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,606 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,608 [main] S2Container will be created(path=org/seasar/framework/aop/intertype/AbstInterTypeTest.dicon)
DEBUG 2023-09-22 01:03:02,610 [main] S2Container is created(path=org/seasar/framework/aop/intertype/AbstInterTypeTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.004 sec
Running org.seasar.framework.util.LruHashMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest
DEBUG 2023-09-22 01:03:02,621 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,624 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,626 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,626 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,628 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,629 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,632 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,633 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,633 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,633 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,637 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,640 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/DependencyLookupInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:02,643 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/DependencyLookupInterceptorTest.dicon)
WARN 2023-09-22 01:03:02,656 [main] The qualifier not applicable as for the aspect is specified by method (getClass) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot
WARN 2023-09-22 01:03:02,656 [main] The qualifier not applicable as for the aspect is specified by method (wait) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot
WARN 2023-09-22 01:03:02,656 [main] The qualifier not applicable as for the aspect is specified by method (wait) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot
WARN 2023-09-22 01:03:02,656 [main] The qualifier not applicable as for the aspect is specified by method (wait) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot
WARN 2023-09-22 01:03:02,657 [main] The qualifier not applicable as for the aspect is specified by method (notify) of org.seasar.framework.aop.interceptors.DependencyLookupInterceptorTest$Hot
WARN 2023-09-22 01:03:02,657 [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.039 sec
Running org.seasar.framework.container.factory.AnnotationHandlerFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.seasar.framework.util.BigIntegerConversionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.util.UUIDTest
0a6f071001d5a0b87afd889c207dd1
0a6f071001d5a0b87afd881d8ec5d5
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.005 sec
Running org.seasar.framework.container.cooldeploy.creator.LogicCoolCreatorTest
DEBUG 2023-09-22 01:03:02,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,672 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/LogicCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:02,674 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/LogicCoolCreatorTest.dicon)
WARN 2023-09-22 01:03:02,675 [main] Skip setting property, because property(logicCustomizer) of org.seasar.framework.container.creator.LogicCreator not found
DEBUG 2023-09-22 01:03:02,676 [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.009 sec
Running org.seasar.framework.container.hotdeploy.HotdeployBehavior2Test
DEBUG 2023-09-22 01:03:02,680 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,682 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,685 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,685 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,686 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,687 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,691 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,691 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,692 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,692 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,696 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,698 [main] starting HOT Deploy
WARN 2023-09-22 01:03:02,698 [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 2023-09-22 01:03:02,699 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]).
DEBUG 2023-09-22 01:03:02,700 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:02,701 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,702 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,704 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,704 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,706 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,707 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,712 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,713 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,713 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,713 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,716 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,718 [main] starting HOT Deploy
WARN 2023-09-22 01:03:02,718 [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 2023-09-22 01:03:02,718 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]).
DEBUG 2023-09-22 01:03:02,719 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:02,721 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,725 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,728 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,728 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,729 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,731 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,735 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,735 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,735 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,736 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,740 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,742 [main] starting HOT Deploy
WARN 2023-09-22 01:03:02,742 [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 2023-09-22 01:03:02,742 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]).
DEBUG 2023-09-22 01:03:02,744 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:02,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,749 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,751 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,751 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,752 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,753 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,758 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,759 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,759 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,759 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,762 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,764 [main] starting HOT Deploy
WARN 2023-09-22 01:03:02,764 [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 2023-09-22 01:03:02,764 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]).
DEBUG 2023-09-22 01:03:02,765 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:02,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,768 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,771 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,771 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,772 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,774 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,777 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,778 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,778 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,778 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,781 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,784 [main] starting HOT Deploy
WARN 2023-09-22 01:03:02,784 [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 2023-09-22 01:03:02,784 [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 2023-09-22 01:03:02,785 [main] stopping HOT Deploy
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 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.002 sec
Running org.seasar.framework.aop.impl.MethodInvocationImplTest
1695312182795
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.framework.container.hotdeploy.HotdeployBehaviorTest
DEBUG 2023-09-22 01:03:02,799 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,800 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,803 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,804 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,805 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,806 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,810 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,810 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,811 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,811 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,815 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,817 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:02,818 [main] stopping HOT Deploy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.002 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.002 sec
Running org.seasar.framework.util.BooleanConversionUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.container.cooldeploy.creator.PageCoolCreatorTest
DEBUG 2023-09-22 01:03:02,828 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,828 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/PageCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:02,831 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/PageCoolCreatorTest.dicon)
WARN 2023-09-22 01:03:02,832 [main] Skip setting property, because property(pageCustomizer) of org.seasar.framework.container.creator.PageCreator not found
DEBUG 2023-09-22 01:03:02,833 [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.008 sec
Running org.seasar.framework.container.hotdeploy.creator.HelperHotdeployCreatorTest
DEBUG 2023-09-22 01:03:02,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,838 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,840 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,840 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,841 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,842 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,848 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,849 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,849 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,849 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,852 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,854 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:02,855 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.helper.impl.DddHelperImpl[dddHelper]).
DEBUG 2023-09-22 01:03:02,856 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:02,857 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,859 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,862 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,862 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,863 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,864 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,868 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,869 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,869 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,869 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,873 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,874 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:02,875 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.helper.impl.DddHelperImpl[dddHelper]).
DEBUG 2023-09-22 01:03:02,876 [main] stopping HOT Deploy
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.seasar.framework.container.external.RequestHeaderMapComponentDefTest
DEBUG 2023-09-22 01:03:02,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,880 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,882 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,882 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,883 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,884 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,889 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,890 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,890 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,890 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,893 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.framework.container.autoregister.InterTypeAutoRegisterTest
DEBUG 2023-09-22 01:03:02,897 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:02,898 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,901 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:02,901 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,903 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,904 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,908 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:02,908 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:02,909 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:02,909 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,914 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:02,916 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon)
DEBUG 2023-09-22 01:03:02,919 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.framework.beans.factory.BeanDescFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.032 sec
Running org.seasar.framework.util.ClassLoaderUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.aop.proxy.AopProxyTest
DEBUG 2023-09-22 01:03:02,970 [main] BEGIN org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting()
DEBUG 2023-09-22 01:03:02,970 [main] END org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting() : Hello
target:32
AOP proxy:173
JDK proxy:340
1695312183523
DEBUG 2023-09-22 01:03:03,526 [main] BEGIN org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting()
DEBUG 2023-09-22 01:03:03,526 [main] END org.seasar.framework.aop.proxy.AopProxyTest$HelloImpl#greeting() : Hello
18982177
WARN 2023-09-22 01:03:03,529 [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.569 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 2023-09-22 01:03:03,535 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:03,538 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:03,540 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:03,540 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:03,541 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:03,544 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:03,548 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:03,548 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:03,548 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:03,549 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:03,552 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:03,553 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:03,554 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.logic.impl.CccLogicImpl[cccLogic]).
DEBUG 2023-09-22 01:03:03,560 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:03,561 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:03,563 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:03,565 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:03,565 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:03,566 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:03,567 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:03,572 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:03,573 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:03,573 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:03,573 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:03,576 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:03,577 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:03,578 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.logic.impl.CccLogicImpl[cccLogic]).
DEBUG 2023-09-22 01:03:03,582 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:03,583 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:03,585 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:03,588 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:03,588 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:03,589 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:03,590 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:03,594 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:03,595 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:03,595 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:03,595 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:03,599 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:03,601 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:03,601 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.logic.impl.CccLogicImpl[cccLogic]).
DEBUG 2023-09-22 01:03:03,605 [main] stopping HOT Deploy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.framework.container.deployer.SingletonComponentDeployerTest
java.lang.UnsupportedOperationException: injectDependency
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.framework.util.HotTextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec
Running org.seasar.framework.aop.javassist.EnhancedClassGeneratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.seasar.framework.container.cooldeploy.creator.DtoCoolCreatorTest
DEBUG 2023-09-22 01:03:04,159 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:04,160 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/DtoCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:04,164 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/DtoCoolCreatorTest.dicon)
WARN 2023-09-22 01:03:04,165 [main] Skip setting property, because property(dtoCustomizer) of org.seasar.framework.container.creator.DtoCreator not found
DEBUG 2023-09-22 01:03:04,166 [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.009 sec
Running org.seasar.framework.aop.interceptors.InterceptorLifecycleAdapterTest
DEBUG 2023-09-22 01:03:04,169 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:04,171 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,173 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,173 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,175 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,177 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,182 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,183 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,183 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,183 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,186 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,187 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InterceptorLifecycleAdapterTest.dicon)
DEBUG 2023-09-22 01:03:04,189 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:04,191 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:04,192 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/InterceptorLifecycleAdapterTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.framework.util.MimeTypeUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.container.hotdeploy.creator.PageHotdeployCreatorTest
DEBUG 2023-09-22 01:03:04,206 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:04,208 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,211 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,211 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,212 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,213 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,218 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,219 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,219 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,219 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,222 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,224 [main] starting HOT Deploy
WARN 2023-09-22 01:03:04,224 [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 2023-09-22 01:03:04,224 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogePage[aaa_hogePage]).
DEBUG 2023-09-22 01:03:04,225 [main] stopping HOT Deploy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.framework.container.autoregister.AspectAutoRegisterTest
DEBUG 2023-09-22 01:03:04,229 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:04,230 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,232 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,232 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,233 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,234 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,238 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,239 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,240 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,240 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,243 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,245 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon)
DEBUG 2023-09-22 01:03:04,247 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister2.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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.011 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.024 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.003 sec
Running org.seasar.framework.container.external.AbstExternalContextMapTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.framework.container.assembler.AutoPropertyAssemblerTest
WARN 2023-09-22 01:03:04,299 [main] Skip setting property, because property(hoge) of org.seasar.framework.container.assembler.AutoPropertyAssemblerTest$A not found
WARN 2023-09-22 01:03:04,300 [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.007 sec
Running org.seasar.framework.container.hotdeploy.creator.DtoHotdeployCreatorTest
DEBUG 2023-09-22 01:03:04,302 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:04,304 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,306 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:04,307 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,308 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,309 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,315 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:04,316 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:04,316 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:04,316 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,319 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:04,321 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:04,324 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:04,324 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:04,325 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.dto.BbbDto[bbbDto]).
DEBUG 2023-09-22 01:03:04,328 [main] [PropertyInterType] Introducing... org.seasar.framework.container.hotdeploy.creator.dto.BbbDto
DEBUG 2023-09-22 01:03:04,328 [main] [PropertyInterType] Creating getter org.seasar.framework.container.hotdeploy.creator.dto.BbbDto#getName
DEBUG 2023-09-22 01:03:04,331 [main] [PropertyInterType] Creating setter org.seasar.framework.container.hotdeploy.creator.dto.BbbDto#setName
DEBUG 2023-09-22 01:03:04,332 [main] CALL org.seasar.framework.container.hotdeploy.creator.dto.BbbDto#getName() : Hoge
DEBUG 2023-09-22 01:03:04,334 [main] stopping HOT Deploy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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.003 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.004 sec
Running org.seasar.framework.container.factory.MetaTagHandlerTest
DEBUG 2023-09-22 01:03:04,342 [main] S2Container will be created(path=org/seasar/framework/container/factory/MetaTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:04,345 [main] S2Container is created(path=org/seasar/framework/container/factory/MetaTagHandlerTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.004 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.012 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.006 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 2023-09-22 01:03:05,371 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,373 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,375 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,376 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,377 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,378 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,383 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,384 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,384 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,384 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,387 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,390 [main] HTTP session was invalidated, session id = 0a6f071001d5a0b87b82dc49d813a
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.seasar.framework.container.cooldeploy.creator.HelperCoolCreatorTest
DEBUG 2023-09-22 01:03:05,394 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,395 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/HelperCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:05,398 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/HelperCoolCreatorTest.dicon)
WARN 2023-09-22 01:03:05,398 [main] Skip setting property, because property(helperCustomizer) of org.seasar.framework.container.creator.HelperCreator not found
DEBUG 2023-09-22 01:03:05,400 [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.009 sec
Running org.seasar.framework.container.assembler.AbstBindingTypeDefTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.framework.aop.interceptors.InterceptorAdapterTest
DEBUG 2023-09-22 01:03:05,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,412 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,416 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,416 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,417 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,419 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,422 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,423 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,423 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,423 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,427 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,429 [main] S2Container will be created(path=org/seasar/framework/aop/interceptors/InterceptorAdapterTest.dicon)
DEBUG 2023-09-22 01:03:05,430 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,432 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,434 [main] S2Container is created(path=org/seasar/framework/aop/interceptors/InterceptorAdapterTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.seasar.framework.container.factory.XmlS2ContainerBuilderTest
DEBUG 2023-09-22 01:03:05,439 [main] S2Container will be created(path=org/seasar/framework/container/factory/XmlS2ContainerBuilderTest.dicon)
DEBUG 2023-09-22 01:03:05,440 [main] S2Container is created(path=org/seasar/framework/container/factory/XmlS2ContainerBuilderTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.container.external.servlet.ServletRequestParameterMapTest
DEBUG 2023-09-22 01:03:05,442 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,444 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,446 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,446 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,447 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,448 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,452 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,453 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,453 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,453 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,457 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.004 sec
Running org.seasar.framework.container.external.servlet.ServletRequestHeaderValuesMapTest
DEBUG 2023-09-22 01:03:05,465 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,467 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,469 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,469 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,472 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,473 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,477 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,477 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,478 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,478 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,483 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.framework.container.impl.NestIncludeTest
DEBUG 2023-09-22 01:03:05,486 [main] S2Container will be created(path=org/seasar/framework/container/impl/test3.dicon)
DEBUG 2023-09-22 01:03:05,488 [main] S2Container will be created(path=org/seasar/framework/container/impl/test1.dicon)
DEBUG 2023-09-22 01:03:05,489 [main] S2Container will be created(path=org/seasar/framework/container/impl/obj.dicon)
DEBUG 2023-09-22 01:03:05,490 [main] S2Container is created(path=org/seasar/framework/container/impl/obj.dicon)
DEBUG 2023-09-22 01:03:05,490 [main] S2Container is created(path=org/seasar/framework/container/impl/test1.dicon)
DEBUG 2023-09-22 01:03:05,490 [main] S2Container will be created(path=org/seasar/framework/container/impl/test2.dicon)
DEBUG 2023-09-22 01:03:05,491 [main] S2Container is created(path=org/seasar/framework/container/impl/test2.dicon)
DEBUG 2023-09-22 01:03:05,491 [main] S2Container is created(path=org/seasar/framework/container/impl/test3.dicon)
初期化中
終了中
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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 2023-09-22 01:03:05,494 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,497 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,499 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,499 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,500 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,501 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,505 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,505 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,505 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,505 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,510 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,511 [main] S2Container will be created(path=org/seasar/framework/container/customizer/MetaCustomizerTest.dicon)
DEBUG 2023-09-22 01:03:05,512 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,514 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,516 [main] S2Container is created(path=org/seasar/framework/container/customizer/MetaCustomizerTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.017 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 2023-09-22 01:03:05,544 [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.003 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.008 sec
Running org.seasar.framework.container.factory.ComponentsTagHandlerTest
DEBUG 2023-09-22 01:03:05,555 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:05,556 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:05,556 [main] S2Container will be created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest2.dicon)
DEBUG 2023-09-22 01:03:05,557 [main] S2Container is created(path=org/seasar/framework/container/factory/ComponentsTagHandlerTest2.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.framework.container.external.RebuildableExternalContextMapTest
WARN 2023-09-22 01:03:05,559 [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.003 sec
Running org.seasar.framework.container.hotdeploy.creator.ServiceHotdeployCreatorTest
DEBUG 2023-09-22 01:03:05,562 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,563 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,565 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,565 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,567 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,568 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,573 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,574 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,574 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,574 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,577 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,578 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:05,579 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.impl.HogeServiceImpl[aaa_hogeService]).
DEBUG 2023-09-22 01:03:05,580 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:05,581 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,584 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,586 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,586 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,587 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,588 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,592 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,593 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,593 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,593 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,597 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,599 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:05,599 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.impl.HogeServiceImpl[aaa_hogeService]).
DEBUG 2023-09-22 01:03:05,600 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:05,601 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,603 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,605 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,605 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,606 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,607 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,613 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,613 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,613 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,613 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,616 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,618 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:05,619 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.service.impl.HogeServiceImpl[hogeService]).
DEBUG 2023-09-22 01:03:05,620 [main] stopping HOT Deploy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.seasar.framework.container.hotdeploy.HotdeployHttpSessionTest
DEBUG 2023-09-22 01:03:05,623 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,625 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,627 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,627 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,628 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,630 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,633 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,634 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,634 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,634 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,639 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,645 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,646 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,648 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,648 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,650 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,651 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,656 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,657 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,657 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,657 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,660 [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 2023-09-22 01:03:05,663 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,665 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,668 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,668 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,669 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,670 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,674 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,674 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,674 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,675 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,677 [main] S2Container is created(path=creator.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.009 sec
Running org.seasar.framework.util.StringUtilTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.framework.container.autoregister.InterfaceAspectAutoRegisterTest
DEBUG 2023-09-22 01:03:05,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,700 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,701 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,702 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,703 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,704 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,708 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,708 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,708 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,709 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,713 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,714 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/InterfaceAspectAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:03:05,715 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,717 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,719 [main] S2Container is created(path=org/seasar/framework/container/autoregister/InterfaceAspectAutoRegisterTest.dicon)
DEBUG 2023-09-22 01:03:05,725 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet
DEBUG 2023-09-22 01:03:05,725 [main] END org.seasar.framework.container.autoregister.Foo#greet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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 2023-09-22 01:03:05,731 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env.
DEBUG 2023-09-22 01:03:05,731 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:05,732 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon)
DEBUG 2023-09-22 01:03:05,733 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon)
DEBUG 2023-09-22 01:03:05,733 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon)
DEBUG 2023-09-22 01:03:05,735 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon)
DEBUG 2023-09-22 01:03:05,735 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:05,738 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env.
DEBUG 2023-09-22 01:03:05,738 [main] S2Container will be created(path=org/seasar/framework/container/factory/aaa.dicon)
DEBUG 2023-09-22 01:03:05,739 [main] S2Container will be created(path=org/seasar/framework/container/factory/bbb.dicon)
DEBUG 2023-09-22 01:03:05,741 [main] S2Container will be created(path=org/seasar/framework/container/factory/ccc.dicon)
DEBUG 2023-09-22 01:03:05,742 [main] S2Container is created(path=org/seasar/framework/container/factory/ccc.dicon)
DEBUG 2023-09-22 01:03:05,742 [main] S2Container is created(path=org/seasar/framework/container/factory/bbb.dicon)
DEBUG 2023-09-22 01:03:05,742 [main] S2Container is created(path=org/seasar/framework/container/factory/aaa.dicon)
DEBUG 2023-09-22 01:03:05,743 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env.
DEBUG 2023-09-22 01:03:05,743 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:05,744 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon)
DEBUG 2023-09-22 01:03:05,746 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon)
DEBUG 2023-09-22 01:03:05,746 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon)
DEBUG 2023-09-22 01:03:05,748 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestChild.dicon)
DEBUG 2023-09-22 01:03:05,748 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:05,748 [main] The value (ut) was set from the file (org/seasar/framework/container/factory/env.txt) into the environment variable #Env.
DEBUG 2023-09-22 01:03:05,748 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest2.dicon)
DEBUG 2023-09-22 01:03:05,750 [main] S2Container will be created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon)
DEBUG 2023-09-22 01:03:05,751 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTestGrandChild.dicon)
DEBUG 2023-09-22 01:03:05,751 [main] S2Container is created(path=org/seasar/framework/container/factory/IncludeTagHandlerTest2.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.seasar.framework.container.assembler.DefaultConstructorConstructorAssemblerTest
DEBUG 2023-09-22 01:03:05,789 [main] BEGIN java.util.ArrayList#size()
DEBUG 2023-09-22 01:03:05,789 [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.041 sec
Running org.seasar.framework.beans.converter.NumberConverterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.005 sec
Running org.seasar.framework.aop.javassist.AspectWeaverTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.seasar.framework.convention.impl.PersistenceConventionImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.container.customizer.InterTypeCustomizerTest
DEBUG 2023-09-22 01:03:05,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,833 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,835 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,835 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,836 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,837 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,843 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,843 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,844 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,844 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,847 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,848 [main] S2Container will be created(path=org/seasar/framework/container/customizer/InterTypeCustomizerTest.dicon)
DEBUG 2023-09-22 01:03:05,849 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,852 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,852 [main] S2Container is created(path=org/seasar/framework/container/customizer/InterTypeCustomizerTest.dicon)
DEBUG 2023-09-22 01:03:05,860 [main] [PropertyInterType] Introducing... org.seasar.framework.container.autoregister.Foo
DEBUG 2023-09-22 01:03:05,860 [main] [PropertyInterType] Creating getter org.seasar.framework.container.autoregister.Foo#getCOMPONENT
DEBUG 2023-09-22 01:03:05,863 [main] [PropertyInterType] Creating setter org.seasar.framework.container.autoregister.Foo#setCOMPONENT
DEBUG 2023-09-22 01:03:05,864 [main] [PropertyInterType] Creating getter org.seasar.framework.container.autoregister.Foo#getASPECT
DEBUG 2023-09-22 01:03:05,864 [main] [PropertyInterType] Creating setter org.seasar.framework.container.autoregister.Foo#setASPECT
DEBUG 2023-09-22 01:03:05,865 [main] [PropertyInterType] Creating getter org.seasar.framework.container.autoregister.Foo#getFoo2_BINDING
DEBUG 2023-09-22 01:03:05,866 [main] [PropertyInterType] Creating setter org.seasar.framework.container.autoregister.Foo#setFoo2_BINDING
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 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.002 sec
Running org.seasar.framework.container.cooldeploy.creator.ActionCoolCreatorTest
DEBUG 2023-09-22 01:03:05,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,871 [main] S2Container will be created(path=org/seasar/framework/container/cooldeploy/creator/ActionCoolCreatorTest.dicon)
DEBUG 2023-09-22 01:03:05,875 [main] S2Container is created(path=org/seasar/framework/container/cooldeploy/creator/ActionCoolCreatorTest.dicon)
WARN 2023-09-22 01:03:05,875 [main] Skip setting property, because property(actionCustomizer) of org.seasar.framework.container.creator.ActionCreator not found
DEBUG 2023-09-22 01:03:05,876 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.EeeAction[ccc_eeeAction]).
DEBUG 2023-09-22 01:03:05,876 [main] Registering component definition of class(org.seasar.framework.container.cooldeploy.creator.web.ccc.DddAction[ccc_dddAction]).
DEBUG 2023-09-22 01:03:05,876 [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.009 sec
Running org.seasar.framework.container.external.servlet.ServletRequestMapTest
DEBUG 2023-09-22 01:03:05,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,881 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,883 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,883 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,885 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,886 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,891 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,892 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,892 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,892 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,895 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.seasar.framework.container.external.RequestParameterValuesMapComponentDefTest
DEBUG 2023-09-22 01:03:05,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,900 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,903 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,903 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,905 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,906 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,910 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,911 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,911 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,911 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,914 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.006 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.004 sec
Running org.seasar.framework.container.autoregister.FileSystemComponentAutoRegisterTest
DEBUG 2023-09-22 01:03:05,931 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,932 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,934 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,934 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,936 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,937 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,942 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,943 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,943 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,943 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,946 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,948 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister.dicon)
DEBUG 2023-09-22 01:03:05,949 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,953 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,954 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister.dicon)
DEBUG 2023-09-22 01:03:05,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,966 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,968 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,969 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,971 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,972 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,976 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:05,977 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:05,977 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:05,977 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,980 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:05,981 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister3.dicon)
DEBUG 2023-09-22 01:03:05,984 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,986 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:05,987 [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 2023-09-22 01:03:05,995 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:05,996 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,998 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:05,998 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,001 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,002 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,006 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,006 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,007 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,007 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,010 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,011 [main] S2Container will be created(path=org/seasar/framework/container/autoregister/autoRegister.dicon)
DEBUG 2023-09-22 01:03:06,014 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:06,016 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:06,017 [main] S2Container is created(path=org/seasar/framework/container/autoregister/autoRegister.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running org.seasar.framework.container.external.servlet.ServletRequestHeaderMapTest
DEBUG 2023-09-22 01:03:06,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,031 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,035 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,035 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,036 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,037 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,041 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,042 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,042 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,042 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,046 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest
ERROR 2023-09-22 01:03:06,054 [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$$18e2ef1.$$throwThrowable$$invokeSuperMethod$$(TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$18e2ef1.java)
at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$18e2ef1$$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$$18e2ef1$$MethodInvocation$$throwThrowable$$0.proceed(MethodInvocationClassGenerator.java)
at org.seasar.framework.aop.interceptors.TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$18e2ef1.throwThrowable(TraceThrowsInterceptorTest$ThrowerImpl$$EnhancedByS2AOP$$18e2ef1.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.007 sec
Running org.seasar.framework.util.FileUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.018 sec
Running org.seasar.framework.container.external.servlet.CookieMapTest
DEBUG 2023-09-22 01:03:06,079 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,081 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,083 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,083 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,084 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,086 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,092 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,092 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,092 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,093 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,096 [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.container.factory.InterTypeTagHandlerTest
DEBUG 2023-09-22 01:03:06,100 [main] S2Container will be created(path=org/seasar/framework/container/factory/InterTypeTagHandlerTest.dicon)
DEBUG 2023-09-22 01:03:06,101 [main] S2Container is created(path=org/seasar/framework/container/factory/InterTypeTagHandlerTest.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.005 sec
Running org.seasar.framework.util.ZipFileUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.framework.container.impl.ArgDefImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.seasar.framework.container.external.InitParameterMapComponentDefTest
DEBUG 2023-09-22 01:03:06,120 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,122 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,124 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,124 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,125 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,126 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,132 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,133 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,133 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,133 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,136 [main] S2Container is created(path=creator.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.seasar.framework.container.assembler.AbstPropertyAssemblerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.framework.util.CaseInsensitiveSetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.util.DoubleConversionUtilTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.framework.container.customizer.AspectCustomizerTest
DEBUG 2023-09-22 01:03:06,150 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,152 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,154 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,154 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,155 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,156 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,162 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,163 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,163 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,163 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,166 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,168 [main] S2Container will be created(path=org/seasar/framework/container/customizer/AspectCustomizerTest.dicon)
DEBUG 2023-09-22 01:03:06,169 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:06,171 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:06,172 [main] S2Container is created(path=org/seasar/framework/container/customizer/AspectCustomizerTest.dicon)
DEBUG 2023-09-22 01:03:06,183 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet()
DEBUG 2023-09-22 01:03:06,183 [main] END org.seasar.framework.container.autoregister.Foo#greet() : Hello
DEBUG 2023-09-22 01:03:06,184 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,186 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,188 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,188 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,189 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,190 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,195 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,196 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,196 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,196 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,199 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,201 [main] S2Container will be created(path=org/seasar/framework/container/customizer/AspectCustomizerTest2.dicon)
DEBUG 2023-09-22 01:03:06,202 [main] S2Container will be created(path=aop.dicon)
DEBUG 2023-09-22 01:03:06,204 [main] S2Container is created(path=aop.dicon)
DEBUG 2023-09-22 01:03:06,205 [main] S2Container is created(path=org/seasar/framework/container/customizer/AspectCustomizerTest2.dicon)
DEBUG 2023-09-22 01:03:06,214 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet()
DEBUG 2023-09-22 01:03:06,214 [main] END org.seasar.framework.container.autoregister.Foo#greet() : org.seasar.framework.container.autoregister.Greeting2Interceptor@80b3a3
DEBUG 2023-09-22 01:03:06,214 [main] BEGIN org.seasar.framework.container.autoregister.Foo#greet()
DEBUG 2023-09-22 01:03:06,214 [main] END org.seasar.framework.container.autoregister.Foo#greet() : org.seasar.framework.container.autoregister.Greeting2Interceptor@1919acb
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.seasar.framework.container.hotdeploy.creator.ActionHotdeployCreatorTest
DEBUG 2023-09-22 01:03:06,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,218 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,220 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,221 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,222 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,223 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,229 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,229 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,229 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,230 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,232 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,235 [main] starting HOT Deploy
WARN 2023-09-22 01:03:06,235 [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 2023-09-22 01:03:06,235 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.web.aaa.HogeAction[aaa_hogeAction]).
DEBUG 2023-09-22 01:03:06,236 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:06,237 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,239 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,242 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,242 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,243 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,245 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,248 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,249 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,249 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,249 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,253 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,255 [main] starting HOT Deploy
WARN 2023-09-22 01:03:06,256 [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 2023-09-22 01:03:06,256 [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 2023-09-22 01:03:06,257 [main] stopping HOT Deploy
DEBUG 2023-09-22 01:03:06,258 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,260 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,262 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,262 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,263 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,264 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,269 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,270 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,270 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,270 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,273 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,275 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:06,276 [main] stopping HOT Deploy
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.seasar.framework.container.warmdeploy.WarmDeployTest
DEBUG 2023-09-22 01:03:06,281 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,284 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,284 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,285 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,286 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,290 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,290 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,291 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,291 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,293 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,298 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,299 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,299 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,300 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,301 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,305 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,305 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,306 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,306 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,309 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,311 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,312 [main] S2Container is created(path=convention.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.seasar.framework.container.hotdeploy.creator.ConverterHotdeployCreatorTest
DEBUG 2023-09-22 01:03:06,316 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:06,317 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,319 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:06,320 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,321 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,322 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,327 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:06,328 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:06,328 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:06,328 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,331 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:06,333 [main] starting HOT Deploy
DEBUG 2023-09-22 01:03:06,333 [main] Registering component definition of class(org.seasar.framework.container.hotdeploy.creator.converter.FakeConverter[fakeConverter]).
DEBUG 2023-09-22 01:03:06,334 [main] stopping HOT Deploy
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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 2023-09-22 01:03:10,514 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:10,575 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,644 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,645 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,647 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,649 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,679 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,682 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,683 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,683 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,700 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,766 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:10,769 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,787 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,787 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,788 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,790 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,803 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,804 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,805 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,805 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,813 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,822 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:10,825 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,829 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,830 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,832 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,839 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,868 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,869 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,869 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,869 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,877 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,885 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:10,887 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,891 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,891 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,894 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,899 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,910 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,912 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,912 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,912 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,924 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,936 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:10,938 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,952 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,953 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,955 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,957 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,965 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:10,966 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,966 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,967 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,973 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:10,982 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:10,985 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,988 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:10,988 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:10,990 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:10,991 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,005 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,007 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,008 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,008 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,015 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,037 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,038 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,041 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,041 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,042 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,044 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,051 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,053 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,053 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,053 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,061 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,068 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,070 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,073 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,073 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,078 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,080 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,090 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,092 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,092 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,092 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,096 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,118 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,121 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,121 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,123 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,124 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,131 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,132 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,132 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,132 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,136 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,144 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,146 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,149 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,149 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,151 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,152 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,162 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,163 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,163 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,163 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,168 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,175 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,176 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,192 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,192 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,194 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,196 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,202 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,202 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,203 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,203 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,209 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,212 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:11,216 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,227 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,227 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,228 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,230 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,231 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,233 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,247 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,253 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:11,449 [main] Physical connection got
DEBUG 2023-09-22 01:03:11,449 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:11,527 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:11,527 [main] Physical connection closed
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 sec
Running org.seasar.extension.sql.parser.SqlParserImplTest
WARN 2023-09-22 01:03:11,550 [main] Argument(job) not found
WARN 2023-09-22 01:03:11,551 [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 2023-09-22 01:03:11,557 [main] Argument(job) not found
SELECT * FROM emp
WARN 2023-09-22 01:03:11,558 [main] Argument(aaa) not found
[]
[]
[aaabbb]
[aaa]
WARN 2023-09-22 01:03:11,559 [main] Argument(aaa) not found
[]
[aaa,]
[]
[aaa,]
[]
[aaa]
[SELECT * FROM emp WHERE job = ?]
WARN 2023-09-22 01:03:11,561 [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.036 sec
Running org.seasar.extension.jdbc.impl.BeanResultSetHandlerTest
DEBUG 2023-09-22 01:03:11,574 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,577 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,583 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,583 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,584 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,585 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,595 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,596 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,596 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,596 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,602 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,607 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:11,608 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,610 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,610 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,613 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,614 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,617 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,617 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,620 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,621 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:11,626 [main] Physical connection got
DEBUG 2023-09-22 01:03:11,626 [main] Logical connection got, tx=null
7788,SCOTT
DEBUG 2023-09-22 01:03:11,651 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:11,651 [main] Physical connection closed
DEBUG 2023-09-22 01:03:11,654 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,656 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,659 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,659 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,662 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,663 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,692 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,694 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,694 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,695 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,699 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,704 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:11,706 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,707 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,708 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,710 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,711 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,712 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,713 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,716 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,719 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:11,725 [main] Physical connection got
DEBUG 2023-09-22 01:03:11,725 [main] Logical connection got, tx=null
SCOTT,ANALYST
DEBUG 2023-09-22 01:03:11,725 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:11,725 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.seasar.extension.datasource.impl.DataSourceFactoryImplTest
DEBUG 2023-09-22 01:03:11,731 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,734 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,738 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,738 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,740 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,741 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,750 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,751 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,751 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,751 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,756 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,760 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,762 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,764 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,765 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,766 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,768 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,768 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,772 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,777 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,779 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,781 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,781 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,783 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,784 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,789 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,791 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,791 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,791 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,818 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,821 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,822 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,825 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,826 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,828 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,829 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,831 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,836 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,838 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,841 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,841 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,842 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,844 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,853 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,855 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,855 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,855 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,859 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:11,864 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,866 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:11,866 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,867 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,869 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,870 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:11,872 [main] S2Container is created(path=jdbc.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
Running org.seasar.extension.dxo.builder.impl.BeanToBeanDxoCommandBuilderTest
DEBUG 2023-09-22 01:03:11,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,880 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,883 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,884 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,886 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,888 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,894 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,896 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,896 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,897 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,900 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,903 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:11,904 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:11,921 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:11,931 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:11,939 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,963 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,965 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,965 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,967 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,968 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,974 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:11,975 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:11,975 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,975 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,979 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:11,981 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:11,983 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:11,987 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:11,989 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:11,993 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:11,995 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,997 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:11,997 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:11,999 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,001 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,008 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,009 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,009 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,009 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,014 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,018 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:12,020 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:12,025 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:12,027 [main] S2Container is created(path=dxo.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Running org.seasar.extension.tx.AbstTxInterceptorTest
DEBUG 2023-09-22 01:03:12,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,037 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,040 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,041 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,042 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,044 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,053 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,054 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,054 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,054 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,060 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,065 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:12,070 [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 2023-09-22 01:03:12,201 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,203 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,206 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,206 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,207 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,209 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,215 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,216 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,216 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,216 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,220 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,227 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:12,228 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
java.lang.Exception: hoge
DEBUG 2023-09-22 01:03:12,242 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,243 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,246 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,246 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,248 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,249 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,255 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,255 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,255 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,256 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,260 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,262 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:12,265 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
javax.transaction.SystemException
DEBUG 2023-09-22 01:03:12,278 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,280 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,282 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,283 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,286 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,287 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,293 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,294 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,294 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,294 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,298 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,301 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:12,303 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
java.lang.UnsupportedOperationException
DEBUG 2023-09-22 01:03:12,313 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,314 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,317 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,317 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,318 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,319 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,324 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,325 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,325 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,325 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,329 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,357 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:12,358 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
java.rmi.AccessException:
DEBUG 2023-09-22 01:03:12,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,373 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,376 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,376 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,377 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,379 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,384 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,385 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,386 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,386 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,390 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,397 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:12,398 [main] S2Container is created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
java.lang.Throwable
DEBUG 2023-09-22 01:03:12,410 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,412 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,414 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,414 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,417 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,418 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,425 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,426 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,426 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,426 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,429 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,432 [main] S2Container will be created(path=org/seasar/extension/tx/AbstTxInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:12,434 [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.413 sec
Running org.seasar.extension.jta.RestrictedTransactionManagerImplTest
DEBUG 2023-09-22 01:03:12,450 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/0, BranchId=]
DEBUG 2023-09-22 01:03:12,451 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/0, BranchId=]
DEBUG 2023-09-22 01:03:12,452 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/1, BranchId=]
DEBUG 2023-09-22 01:03:12,452 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/1, BranchId=]
DEBUG 2023-09-22 01:03:12,452 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/2, BranchId=]
DEBUG 2023-09-22 01:03:12,453 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/3, BranchId=]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.seasar.extension.jdbc.types.SerializableTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.extension.unit.MapReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.extension.dxo.util.DxoUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.extension.jdbc.impl.BasicUpdateHandlerTest
DEBUG 2023-09-22 01:03:12,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,472 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,475 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,475 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,476 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,477 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,483 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,483 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,484 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,484 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,513 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,516 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,517 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,518 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,518 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,520 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,521 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,524 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,525 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,527 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,528 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,532 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/4, BranchId=]
DEBUG 2023-09-22 01:03:12,533 [main] Physical connection got
DEBUG 2023-09-22 01:03:12,534 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/4, BranchId=]
DEBUG 2023-09-22 01:03:12,535 [main] update emp set ename = 'SCOTT', comm = null where empno = 7788
DEBUG 2023-09-22 01:03:12,538 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/4, BranchId=]
DEBUG 2023-09-22 01:03:12,539 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/4, BranchId=]
DEBUG 2023-09-22 01:03:12,539 [main] Physical connection closed
DEBUG 2023-09-22 01:03:12,540 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,543 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,544 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,544 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,546 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,547 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,554 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,555 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,555 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,555 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,559 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,569 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,570 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,572 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,572 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,574 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,575 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,577 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,579 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,588 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,590 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,597 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/5, BranchId=]
DEBUG 2023-09-22 01:03:12,597 [main] Physical connection got
DEBUG 2023-09-22 01:03:12,597 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/5, BranchId=]
DEBUG 2023-09-22 01:03:12,597 [main] update emp set job = 'AA?A' where empno = 7788
DEBUG 2023-09-22 01:03:12,597 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/5, BranchId=]
DEBUG 2023-09-22 01:03:12,598 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/5, BranchId=]
DEBUG 2023-09-22 01:03:12,598 [main] Physical connection closed
DEBUG 2023-09-22 01:03:12,600 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,603 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,606 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,606 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,608 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,609 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,617 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,617 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,617 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,617 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,621 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,624 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,626 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,627 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,627 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,629 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,631 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,632 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,633 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,635 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,636 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,640 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/6, BranchId=]
DEBUG 2023-09-22 01:03:12,640 [main] Physical connection got
DEBUG 2023-09-22 01:03:12,640 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/6, BranchId=]
DEBUG 2023-09-22 01:03:12,640 [main] update emp set job = 'AA' where empno = 7788
DEBUG 2023-09-22 01:03:12,640 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/6, BranchId=]
DEBUG 2023-09-22 01:03:12,641 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/6, BranchId=]
DEBUG 2023-09-22 01:03:12,641 [main] Physical connection closed
DEBUG 2023-09-22 01:03:12,643 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,670 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,672 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,672 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,673 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,676 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,683 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,684 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,684 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,684 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,687 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,690 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,691 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,692 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,692 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,694 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,695 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,697 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,698 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,701 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,701 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,704 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/7, BranchId=]
DEBUG 2023-09-22 01:03:12,704 [main] Physical connection got
DEBUG 2023-09-22 01:03:12,704 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/7, BranchId=]
DEBUG 2023-09-22 01:03:12,704 [main] update emp set ename = 'SCOTT', job = 'AA' where empno = 7788
DEBUG 2023-09-22 01:03:12,704 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/7, BranchId=]
DEBUG 2023-09-22 01:03:12,705 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/7, BranchId=]
DEBUG 2023-09-22 01:03:12,705 [main] Physical connection closed
DEBUG 2023-09-22 01:03:12,709 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,711 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,713 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,713 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,715 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,717 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,722 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,722 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,722 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,722 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,726 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,729 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,729 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,732 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,732 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,734 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,735 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,737 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,737 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,739 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,740 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,744 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/8, BranchId=]
DEBUG 2023-09-22 01:03:12,744 [main] Physical connection got
DEBUG 2023-09-22 01:03:12,744 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/8, BranchId=]
DEBUG 2023-09-22 01:03:12,744 [main] pdate emp set ename = 'SCOTT', comm = null where empno = 7788
DEBUG 2023-09-22 01:03:12,746 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/8, BranchId=]
DEBUG 2023-09-22 01:03:12,746 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/8, BranchId=]
DEBUG 2023-09-22 01:03:12,747 [main] Physical connection closed
DEBUG 2023-09-22 01:03:12,748 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,752 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,754 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,754 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,755 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,756 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,762 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,762 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,762 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,762 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,766 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,768 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,769 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,771 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,771 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,773 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,774 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,775 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,775 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,777 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,779 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,810 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/9, BranchId=]
DEBUG 2023-09-22 01:03:12,810 [main] Physical connection got
DEBUG 2023-09-22 01:03:12,810 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/9, BranchId=]
DEBUG 2023-09-22 01:03:12,811 [main] update emp set comm = '2023-09-22'
DEBUG 2023-09-22 01:03:12,812 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/9, BranchId=]
DEBUG 2023-09-22 01:03:12,812 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/9, BranchId=]
DEBUG 2023-09-22 01:03:12,812 [main] Physical connection closed
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 sec
Running org.seasar.extension.j2ee.JndiResourceLocatorTest
DEBUG 2023-09-22 01:03:12,816 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,817 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,819 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,819 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,821 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,822 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,827 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,828 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,828 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,828 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,831 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,833 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,834 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,836 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,836 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,837 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,839 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,840 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,840 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,842 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,843 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,852 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,854 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,854 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,856 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,857 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,862 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,862 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,863 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,863 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,866 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,869 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,869 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,871 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,871 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,873 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,874 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,875 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,876 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,878 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,878 [main] S2Container is created(path=j2ee.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.extension.dxo.converter.impl.ConversionContextImplTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.extension.jdbc.impl.MapResultSetHandlerTest
DEBUG 2023-09-22 01:03:12,891 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,892 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,894 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,894 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,895 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,897 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,926 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,927 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,927 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,927 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,930 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,932 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,933 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:12,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,937 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,938 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,940 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,941 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:12,943 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:12,943 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:12,949 [main] Physical connection got
DEBUG 2023-09-22 01:03:12,949 [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 2023-09-22 01:03:12,952 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:12,952 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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.006 sec
Running org.seasar.extension.dxo.util.SimpleExpressionParserTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.seasar.extension.dxo.builder.impl.MapToBeanDxoCommandBuilderTest
DEBUG 2023-09-22 01:03:12,967 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,968 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,971 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:12,971 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,972 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,974 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,979 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:12,981 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:12,981 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:12,981 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,985 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:12,987 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:12,988 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:12,991 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:12,992 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:12,996 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:12,998 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,002 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,002 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,003 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,004 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,009 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,009 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,010 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,010 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,013 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,015 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,017 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,021 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,022 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,048 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,049 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,052 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,052 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,053 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,054 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,059 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,059 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,060 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,060 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,063 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,065 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,066 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,070 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,070 [main] S2Container is created(path=dxo.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running org.seasar.extension.dxo.converter.impl.BeanConverterTest
DEBUG 2023-09-22 01:03:13,076 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,078 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,080 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,080 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,081 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,082 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,088 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,088 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,088 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,088 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,091 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,094 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,095 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,098 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,099 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,106 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,108 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,108 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,110 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,111 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,116 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,117 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,117 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,117 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,121 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,122 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,124 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,126 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,128 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,155 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,156 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,158 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,159 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,160 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,162 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,166 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,167 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,167 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,167 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,170 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,175 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,176 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,179 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,180 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,186 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,188 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,190 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,190 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,191 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,193 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,198 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,198 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,199 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,199 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,202 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,204 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,205 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,209 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,210 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,214 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,215 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,217 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,217 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,219 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,220 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,225 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,226 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,226 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,226 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,229 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,231 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,232 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,235 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,237 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,240 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,242 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,271 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,271 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,272 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,273 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,279 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,279 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,279 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,279 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,283 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,285 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,286 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,290 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,291 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,295 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,296 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,299 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,299 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,300 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,301 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,307 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,308 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,308 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,308 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,311 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,314 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,315 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,319 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,321 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,327 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,330 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,330 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,331 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,332 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,337 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,337 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,338 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,338 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,341 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,343 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,344 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,348 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,348 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,352 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,353 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,355 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,355 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,357 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,358 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,364 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,364 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,364 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,364 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,392 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,395 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,396 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,400 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,401 [main] S2Container is created(path=dxo.dicon)
org.seasar.extension.dxo.CircularReferenceDeptDto@1b17d49
DEBUG 2023-09-22 01:03:13,407 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,408 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,411 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,411 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,412 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,414 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,418 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,419 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,419 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,419 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,422 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,425 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,426 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,430 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,430 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,443 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,444 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,447 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,448 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,449 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,450 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,455 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,456 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,456 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,456 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,460 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,461 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,462 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,466 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,466 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,471 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,473 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,475 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,475 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,476 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,478 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,520 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,520 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,520 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,521 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,524 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,527 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,528 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,531 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,532 [main] S2Container is created(path=dxo.dicon)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 sec
Running org.seasar.extension.dataset.impl.XlsWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
Running org.seasar.extension.jdbc.types.DateTimeTypeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.seasar.extension.dxo.converter.impl.ListConverterTest
DEBUG 2023-09-22 01:03:13,728 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,729 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,732 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,732 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,734 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,735 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,749 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,749 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,750 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,750 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,753 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,755 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,756 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,759 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,761 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,763 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,765 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,771 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,771 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,772 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,773 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,779 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,780 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,780 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,780 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,783 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,786 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,787 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,791 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,791 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,795 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,796 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,798 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,798 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,801 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,802 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,807 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,808 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,808 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,808 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,812 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,813 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,814 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,818 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,821 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,860 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,862 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,862 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,863 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,864 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,870 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,870 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,870 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,870 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,874 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,876 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:13,877 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,881 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:13,882 [main] S2Container is created(path=dxo.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec
Running org.seasar.extension.unit.S2TestCaseTest
DEBUG 2023-09-22 01:03:13,888 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,890 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,892 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,892 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,894 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,895 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,900 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,901 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,901 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,901 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,904 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,906 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:13,907 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:13,909 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:13,909 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:13,910 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:13,912 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,913 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,913 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:13,916 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:13,916 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:13,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,923 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,925 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,926 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,927 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,928 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,933 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,934 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,934 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,934 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,937 [main] S2Container is created(path=creator.dicon)
emp:empno, ename, dname
{9900, hoge, aaa}
{9901, foo, bbb}
dept:deptno, dname
{90, RESEARCH}
DEBUG 2023-09-22 01:03:13,976 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:13,978 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,980 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:13,980 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,981 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,982 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,988 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:13,988 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:13,988 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:13,989 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:13,992 [main] S2Container is created(path=creator.dicon)
emp:empno, ename, dname
{9900, hoge , aaa }
{9901, foo , bbb }
dept:deptno, dname
{90, RESEARCH}
DEBUG 2023-09-22 01:03:13,999 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,001 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,004 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,004 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,005 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,006 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,011 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,012 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,012 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,012 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,015 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,020 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,021 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,022 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,024 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,025 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,027 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,027 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,028 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,034 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,034 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,043 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,044 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,044 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge')
DEBUG 2023-09-22 01:03:14,044 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,044 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,044 [main] INSERT INTO emp (empno, ename) VALUES (9901, 'foo')
DEBUG 2023-09-22 01:03:14,044 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,044 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,046 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,046 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,046 [main] INSERT INTO dept (deptno, dname) VALUES (90, 'RESEARCH')
DEBUG 2023-09-22 01:03:14,047 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,047 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/10, BranchId=]
DEBUG 2023-09-22 01:03:14,047 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,050 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,051 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,054 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,054 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,056 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,057 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,063 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,063 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,063 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,064 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,067 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,071 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,072 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,074 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,074 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,075 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,106 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,107 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,107 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,113 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,114 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,122 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,122 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,123 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,123 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,124 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,125 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,126 [main] SELECT * FROM emp ORDER BY empno
DEBUG 2023-09-22 01:03:14,136 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,137 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,137 [main] SELECT * FROM dept ORDER BY deptno
DEBUG 2023-09-22 01:03:14,138 [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 2023-09-22 01:03:14,140 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,142 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,144 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,146 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,146 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,147 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,149 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,153 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,154 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,155 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,155 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,159 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,161 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,162 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,164 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,164 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,165 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,167 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,168 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,168 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,170 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,170 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,172 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,172 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,174 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,174 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,174 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno
DEBUG 2023-09-22 01:03:14,197 [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 2023-09-22 01:03:14,198 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,201 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,204 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,204 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,205 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,207 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,211 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,212 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,212 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,212 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,215 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,217 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,218 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,220 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,220 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,221 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,222 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,224 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,224 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,227 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,227 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,228 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,229 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,229 [main] SELECT * FROM emp WHERE empno = 7788
DEBUG 2023-09-22 01:03:14,242 [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 2023-09-22 01:03:14,243 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,244 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,276 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,278 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,278 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,279 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,280 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,285 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,286 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,286 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,286 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,289 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,291 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,292 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,294 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,294 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,296 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,296 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,298 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,299 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,301 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,301 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,303 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,303 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,310 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,310 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,314 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,315 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,315 [main] SELECT empno, ename FROM emp WHERE empno = 7788
DEBUG 2023-09-22 01:03:14,315 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,321 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,321 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,322 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:14,322 [main] SELECT * FROM dept ORDER BY deptno
DEBUG 2023-09-22 01:03:14,325 [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 2023-09-22 01:03:14,326 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:14,326 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,326 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,328 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,330 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,332 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,332 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,333 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,335 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,339 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,340 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,340 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,340 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,343 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,362 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,363 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,365 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,365 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,366 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,368 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,373 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,373 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,373 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,373 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,376 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,379 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,380 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,382 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,382 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,383 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,384 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,386 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,386 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,388 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,388 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,390 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,393 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,393 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,397 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,397 [main] DELETE FROM dept WHERE deptno = 90
DEBUG 2023-09-22 01:03:14,397 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,397 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,398 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] DELETE FROM emp WHERE empno = 9900
DEBUG 2023-09-22 01:03:14,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] DELETE FROM emp WHERE empno = 9901
DEBUG 2023-09-22 01:03:14,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge')
DEBUG 2023-09-22 01:03:14,399 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,399 [main] INSERT INTO emp (empno, ename) VALUES (9901, 'foo')
DEBUG 2023-09-22 01:03:14,400 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,400 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,400 [main] INSERT INTO dept (deptno, dname) VALUES (90, 'RESEARCH')
DEBUG 2023-09-22 01:03:14,400 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,400 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/11, BranchId=]
DEBUG 2023-09-22 01:03:14,400 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,403 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,437 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,439 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,439 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,440 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,441 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,446 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,447 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,447 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,447 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,450 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,452 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,454 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,455 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,456 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,457 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,458 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,459 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,460 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,462 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,462 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,464 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,466 [main] Physical connection got
DEBUG 2023-09-22 01:03:14,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,469 [main] DELETE FROM dept
DEBUG 2023-09-22 01:03:14,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,469 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,469 [main] DELETE FROM emp
DEBUG 2023-09-22 01:03:14,469 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,470 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,476 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge')
DEBUG 2023-09-22 01:03:14,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,476 [main] INSERT INTO emp (empno, ename) VALUES (9901, 'foo')
DEBUG 2023-09-22 01:03:14,476 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,476 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,482 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,482 [main] INSERT INTO dept (deptno, dname) VALUES (90, 'RESEARCH')
DEBUG 2023-09-22 01:03:14,482 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,483 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/12, BranchId=]
DEBUG 2023-09-22 01:03:14,483 [main] Physical connection closed
DEBUG 2023-09-22 01:03:14,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,487 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,489 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,489 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,490 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,491 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,498 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,498 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,498 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,498 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,501 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,506 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,508 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,509 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,509 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,511 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,512 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,517 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,518 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,518 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,518 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,521 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,525 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,526 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,529 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,529 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,530 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,531 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,536 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,537 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,537 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,537 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,540 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,548 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,549 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,552 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,552 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,553 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,554 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,559 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,560 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,560 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,560 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,594 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,598 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,599 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,602 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,602 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,603 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,604 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,609 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,610 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,610 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,610 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,613 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,615 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:14,616 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,619 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:14,619 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,620 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,621 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,623 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,623 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:14,625 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:14,626 [main] S2Container is created(path=j2ee.dicon)
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 sec
Running org.seasar.extension.httpsession.S2HttpSessionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 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.007 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 2023-09-22 01:03:14,693 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,695 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,698 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,698 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,699 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,700 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,705 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,705 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,705 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,705 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,708 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,711 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:14,712 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:14,713 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,716 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,718 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:14,721 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:14,776 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,777 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,813 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,813 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,814 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,815 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,821 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,821 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,822 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,822 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,825 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,827 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:14,828 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:14,830 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,832 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,834 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:14,835 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:14,882 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,884 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,886 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,887 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,888 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,889 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,894 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,894 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,894 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,895 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,898 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,900 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:14,901 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:14,902 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,905 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,906 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:14,907 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:14,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:14,963 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,965 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:14,965 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,967 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,970 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,975 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:14,976 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:14,976 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:14,976 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,979 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:14,981 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:14,984 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:14,986 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,991 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:14,992 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,028 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,074 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,076 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,078 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,078 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,080 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,081 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,086 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,086 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,086 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,086 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,090 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,091 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,092 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,094 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,097 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,098 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,099 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,143 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,145 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,145 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,146 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,148 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,152 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,153 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,153 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,153 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,156 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,158 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,159 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,161 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,163 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,165 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,165 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,209 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,212 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,215 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,215 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,216 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,217 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,260 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,261 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,261 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,261 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,264 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,267 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,268 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,269 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,273 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,273 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,275 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,318 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,320 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,322 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,323 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,324 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,325 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,330 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,331 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,331 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,331 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,334 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,335 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,337 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,338 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,342 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,343 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,344 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,389 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,391 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,393 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,393 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,394 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,395 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,400 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,401 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,401 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,401 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,405 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,406 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,408 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,409 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,412 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,413 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,414 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,454 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,455 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,457 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,458 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,459 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,460 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,500 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,500 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,501 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,501 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,505 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,507 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,509 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,509 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,513 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,514 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,515 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,560 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,562 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,562 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,564 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,565 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,570 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,570 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,570 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,570 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,574 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,575 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,577 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,578 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,582 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,583 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,583 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,619 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,621 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,624 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,624 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,625 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,626 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,631 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,631 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,631 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,631 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,635 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,637 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,638 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,639 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,642 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,644 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,645 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,725 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,728 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,730 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,730 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,731 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,732 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,737 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,738 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,738 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,738 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,742 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,745 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,746 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,748 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,755 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,756 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,758 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,794 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,796 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,798 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,799 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,799 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,800 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,806 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,806 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,806 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,806 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,810 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,812 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,813 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,814 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,817 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,818 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,820 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,871 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,873 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,875 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,875 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,877 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,879 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,884 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,885 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,886 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,886 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,923 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,925 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,927 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,928 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,931 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,932 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,934 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,970 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:15,973 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,975 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:15,975 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,976 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,977 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,982 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:15,983 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:15,983 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:15,983 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,986 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:15,987 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:15,989 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,990 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,994 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:15,994 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:15,996 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,036 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,038 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,040 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,040 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,041 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,042 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,047 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,048 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,048 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,048 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,051 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,052 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,054 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,055 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,058 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,060 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,061 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,104 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,106 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,147 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,147 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,148 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,149 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,154 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,155 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,155 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,155 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,158 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,159 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,161 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,162 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,171 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,172 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,174 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,217 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,218 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,220 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,220 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,222 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,223 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,227 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,228 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,228 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,228 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,231 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,233 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,235 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,236 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,239 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,240 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,242 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,275 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,276 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,278 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,278 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,279 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,281 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,286 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,288 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,288 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,288 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,291 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,293 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,293 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,295 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,298 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,299 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,300 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,334 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,335 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,338 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,338 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,339 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,340 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,380 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,381 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,381 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,381 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,384 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,386 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,387 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,388 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,391 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,393 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,394 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,431 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,433 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,435 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,435 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,436 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,437 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,442 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,443 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,443 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,443 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,446 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,448 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,449 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,450 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,453 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,454 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,456 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,490 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,492 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,493 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,494 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,495 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,496 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,501 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,501 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,502 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,502 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,505 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,507 [main] S2Container will be created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:16,509 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,510 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,513 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,514 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,515 [main] S2Container is created(path=org/seasar/extension/dxo/DxoInterceptorTest.dicon)
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 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.006 sec
Running org.seasar.extension.jdbc.types.BytesTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.005 sec
Running org.seasar.extension.sql.context.SqlContextImplTest
WARN 2023-09-22 01:03:16,629 [main] Argument(hoge) not found
WARN 2023-09-22 01:03:16,630 [main] Argument(hoge) not found
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.seasar.extension.jdbc.types.CalendarTimeTypeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.extension.jdbc.types.OracleResultSetTypeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.extension.dxo.command.impl.BeanToBeanDxoCommandTest
DEBUG 2023-09-22 01:03:16,644 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,646 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,648 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,648 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,650 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,651 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,656 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,656 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,656 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,656 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,660 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,661 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,663 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,665 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,667 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,672 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,673 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,676 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,676 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,678 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,679 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,684 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,684 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,684 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,684 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,687 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,690 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,691 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,694 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,695 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,697 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,699 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,701 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,701 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,703 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,704 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,709 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,709 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,709 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,710 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,713 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,714 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,716 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,718 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,720 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,722 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,724 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,726 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,726 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,727 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,728 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,733 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,734 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,734 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,734 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,737 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,739 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,740 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,743 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,744 [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 2023-09-22 01:03:16,747 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,748 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,784 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,784 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,785 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,787 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,791 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,792 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,792 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,793 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,796 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,797 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,798 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,801 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,802 [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 2023-09-22 01:03:16,805 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,807 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,809 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,809 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,810 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,811 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,817 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,817 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,817 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,817 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,821 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,822 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,824 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,827 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,828 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,832 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,833 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,835 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,835 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,837 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,838 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,843 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,843 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,843 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,843 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,847 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,848 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,849 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,852 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,854 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,858 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,860 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,862 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,862 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,863 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,864 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,869 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,869 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,870 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,870 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,873 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,875 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:16,876 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,879 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:16,880 [main] S2Container is created(path=dxo.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec
Running org.seasar.extension.dxo.util.SimpleExpressionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.seasar.extension.dataset.impl.DataRowReloadResultSetHandlerTest
DEBUG 2023-09-22 01:03:16,887 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,927 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,929 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,929 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,930 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,931 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,936 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,937 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,937 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,937 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,940 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,943 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:16,944 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:16,945 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:16,945 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:16,947 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:16,948 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,950 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,950 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:16,952 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:16,952 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:16,954 [main] Physical connection got
DEBUG 2023-09-22 01:03:16,954 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:16,954 [main] select empno, ename from emp where empno = 7788
DEBUG 2023-09-22 01:03:16,954 [main] Logical connection closed, tx=null
{7788, SCOTT}
DEBUG 2023-09-22 01:03:16,954 [main] Physical connection closed
DEBUG 2023-09-22 01:03:16,957 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,958 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,960 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,960 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,961 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,963 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,967 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:16,968 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,968 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,968 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,971 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:16,974 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:16,975 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:16,977 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:16,977 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:16,978 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:16,979 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,980 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,981 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:16,983 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:16,983 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:16,984 [main] Physical connection got
DEBUG 2023-09-22 01:03:16,984 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:16,984 [main] select dept_no, d_name from dept3 where dept_no = 20
DEBUG 2023-09-22 01:03:16,985 [main] Logical connection closed, tx=null
{20, RESEARCH}
DEBUG 2023-09-22 01:03:16,985 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.extension.jdbc.impl.MapArrayResultSetHandlerTest
DEBUG 2023-09-22 01:03:16,989 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:16,991 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,993 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:16,993 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:16,994 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:16,995 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,000 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,000 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,000 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,000 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,003 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,005 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,007 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,008 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,008 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,009 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,010 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,011 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,013 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,015 [main] Physical connection got
DEBUG 2023-09-22 01:03:17,015 [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 2023-09-22 01:03:17,018 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,018 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.extension.jdbc.impl.ObjectResultSetHandlerTest
DEBUG 2023-09-22 01:03:17,021 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,022 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,024 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,024 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,025 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,027 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,031 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,032 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,032 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,032 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,035 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,037 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,038 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,040 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,040 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,041 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,041 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,043 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,044 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,045 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,046 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,048 [main] Physical connection got
DEBUG 2023-09-22 01:03:17,048 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:17,048 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,048 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.extension.jdbc.util.DatabaseMetaDataUtilTest
DEBUG 2023-09-22 01:03:17,052 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,086 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,089 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,089 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,090 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,091 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,096 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,096 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,096 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,097 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,099 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,103 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
DEBUG 2023-09-22 01:03:17,106 [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 2023-09-22 01:03:17,115 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,116 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,118 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,118 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,119 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,121 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,125 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,125 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,125 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,126 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,129 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,131 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
DEBUG 2023-09-22 01:03:17,133 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
HSQL Database Engine
1.8.0
DEBUG 2023-09-22 01:03:17,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,137 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,139 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,140 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,140 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,141 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,147 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,147 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,148 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,148 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,151 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,153 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
DEBUG 2023-09-22 01:03:17,157 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
DEBUG 2023-09-22 01:03:17,167 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,168 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,171 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,171 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,172 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,173 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,178 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,178 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,178 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,179 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,182 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,185 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
DEBUG 2023-09-22 01:03:17,187 [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 2023-09-22 01:03:17,193 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,194 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,230 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,230 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,231 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,233 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,237 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,238 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,239 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,239 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,242 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,243 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
DEBUG 2023-09-22 01:03:17,246 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
[empno]
HSQL Database Engine
DEBUG 2023-09-22 01:03:17,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,250 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,252 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,253 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,254 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,255 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,260 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,260 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,260 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,260 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,264 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,266 [main] S2Container will be created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
DEBUG 2023-09-22 01:03:17,268 [main] S2Container is created(path=org/seasar/extension/jdbc/util/DatabaseMetaDataUtilTest.dicon)
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec
Running org.seasar.extension.httpsession.SessionStateTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.extension.jta.TransactionManagerImplTest
DEBUG 2023-09-22 01:03:17,277 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/13, BranchId=]
DEBUG 2023-09-22 01:03:17,277 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/13, BranchId=]
DEBUG 2023-09-22 01:03:17,277 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/14, BranchId=]
DEBUG 2023-09-22 01:03:17,278 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/14, BranchId=]
DEBUG 2023-09-22 01:03:17,278 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/15, BranchId=]
DEBUG 2023-09-22 01:03:17,279 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/16, BranchId=]
DEBUG 2023-09-22 01:03:17,279 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/16, BranchId=]
DEBUG 2023-09-22 01:03:17,279 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/15, BranchId=]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.extension.dxo.converter.impl.SetConverterTest
DEBUG 2023-09-22 01:03:17,280 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,282 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,284 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,284 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,285 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,287 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,292 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,293 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,293 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,293 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,296 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,298 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:17,299 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,302 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,303 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:17,307 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,308 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,310 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,310 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,311 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,313 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,317 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,318 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,318 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,318 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,321 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,323 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:17,324 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,362 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,363 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:17,370 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,371 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,373 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,374 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,375 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,376 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,381 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,382 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,382 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,382 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,385 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,386 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:17,388 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,391 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,392 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:17,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,397 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,399 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,399 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,400 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,401 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,406 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,407 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,407 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,407 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,410 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,413 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:17,413 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,417 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:17,418 [main] S2Container is created(path=dxo.dicon)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running org.seasar.extension.jdbc.impl.PropertyTypeUtilTest
DEBUG 2023-09-22 01:03:17,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,424 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,426 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,426 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,427 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,428 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,433 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,434 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,434 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,434 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,437 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,439 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,442 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,442 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,444 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,445 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,446 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,446 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,448 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,449 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,451 [main] Physical connection got
DEBUG 2023-09-22 01:03:17,451 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:17,451 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,451 [main] Physical connection closed
DEBUG 2023-09-22 01:03:17,453 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,455 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,457 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,457 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,458 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,459 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,502 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,503 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,503 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,503 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,506 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,508 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,509 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,510 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,510 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,513 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,514 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,516 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,516 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,518 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,518 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,520 [main] Physical connection got
DEBUG 2023-09-22 01:03:17,520 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:17,520 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,520 [main] Physical connection closed
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec
Running org.seasar.extension.j2ee.JndiContextFactoryTest
DEBUG 2023-09-22 01:03:17,523 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,525 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,527 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,527 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,529 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,530 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,535 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,535 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,535 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,535 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,539 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,540 [main] S2Container will be created(path=org/seasar/extension/j2ee/jndi.dicon)
DEBUG 2023-09-22 01:03:17,543 [main] S2Container is created(path=org/seasar/extension/j2ee/jndi.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.seasar.extension.httpsession.SessionIdUtilTest
/example/hello.html;S2SESSIONID=0a6f07100ca6ceab87b37ac1096844e
/example/hello.html;S2SESSIONID=0a6f07100ca6ceab87b37ac1096844e?aaa=111
/example/hello.html;CUSTOMID=0a6f07100ca6ceab87b37ad7f269b
/example/hello.html;CUSTOMID=0a6f07100ca6ceab87b37ad7f269b?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.003 sec
Running org.seasar.extension.dxo.util.OgnlExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.seasar.extension.dbcp.impl.ConnectionWrapperImplTest
DEBUG 2023-09-22 01:03:17,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,561 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,563 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,563 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,564 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,565 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,570 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,571 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,571 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,571 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,574 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,576 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,581 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,587 [main] Physical connection closed
DEBUG 2023-09-22 01:03:17,590 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,591 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,594 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,594 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,595 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,597 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,603 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,604 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,604 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,604 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,607 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,610 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,615 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,622 [main] Physical connection closed
DEBUG 2023-09-22 01:03:17,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,626 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,627 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,627 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,663 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,664 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,669 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,669 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,670 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,670 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,673 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,674 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,678 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,684 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,686 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,687 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,690 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,690 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,691 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,692 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,696 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,697 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,698 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,698 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,701 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,703 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,707 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
java.sql.SQLException: This function is not supported
DEBUG 2023-09-22 01:03:17,711 [main] Physical connection closed
DEBUG 2023-09-22 01:03:17,713 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,715 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,717 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,717 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,718 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,719 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,725 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,725 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,725 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,725 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,729 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,730 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,734 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,739 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/17, BranchId=]
DEBUG 2023-09-22 01:03:17,739 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/17, BranchId=]
DEBUG 2023-09-22 01:03:17,739 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,741 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,742 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,744 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,745 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,745 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,747 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,752 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,752 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,752 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,752 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,755 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,758 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,761 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,766 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/18, BranchId=]
DEBUG 2023-09-22 01:03:17,766 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/18, BranchId=]
DEBUG 2023-09-22 01:03:17,769 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,770 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,772 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,772 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,808 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,809 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,814 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,814 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,815 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,815 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,818 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,819 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,824 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,828 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/19, BranchId=]
DEBUG 2023-09-22 01:03:17,829 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/19, BranchId=]
DEBUG 2023-09-22 01:03:17,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,832 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,834 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,835 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,836 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,838 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,842 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,842 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,843 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,843 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,846 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,848 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,851 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:17,856 [main] Physical connection closed
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec
Running org.seasar.extension.dbcp.impl.DataSourceImplTest
DEBUG 2023-09-22 01:03:17,859 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,861 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,863 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,863 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,864 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,865 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,871 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,871 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,871 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,871 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,874 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,877 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
DEBUG 2023-09-22 01:03:17,879 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
DEBUG 2023-09-22 01:03:17,880 [main] Physical connection got
DEBUG 2023-09-22 01:03:17,880 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:17,880 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,880 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.seasar.extension.unit.BeanListReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.extension.jdbc.impl.BeanListResultSetHandlerTest
DEBUG 2023-09-22 01:03:17,886 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,888 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,890 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,891 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,892 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,893 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,898 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,898 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,898 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,898 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,901 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,904 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,904 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,905 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,906 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,907 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,908 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,910 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,910 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,912 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,913 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,914 [main] Physical connection got
DEBUG 2023-09-22 01:03:17,914 [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 2023-09-22 01:03:17,916 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:17,916 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.extension.jta.TransactionSynchronizationRegistryImplTest
DEBUG 2023-09-22 01:03:17,954 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,956 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,957 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,957 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,959 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,960 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,965 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,965 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,965 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,965 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,969 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,972 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,973 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:17,973 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,975 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,976 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,977 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,977 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:17,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:17,980 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:17,983 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:17,985 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,988 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:17,988 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,989 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,990 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,995 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:17,995 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:17,995 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:17,995 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:17,998 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,001 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,001 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,003 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,003 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,005 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,005 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,007 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,007 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,009 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,010 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,011 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/20, BranchId=]
DEBUG 2023-09-22 01:03:18,011 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/20, BranchId=]
DEBUG 2023-09-22 01:03:18,013 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,015 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,017 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,017 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,018 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,020 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,024 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,025 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,025 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,025 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,028 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,031 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,032 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,034 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,034 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,035 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,036 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,037 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,038 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,040 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,040 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,043 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,045 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,047 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,047 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,049 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,049 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,054 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,055 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,055 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,055 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,096 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,098 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,098 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,100 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,101 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,102 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,103 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,104 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,105 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,107 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,107 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,109 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/21, BranchId=]
DEBUG 2023-09-22 01:03:18,109 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/21, BranchId=]
DEBUG 2023-09-22 01:03:18,111 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,113 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,115 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,115 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,116 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,117 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,122 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,123 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,123 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,123 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,127 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,128 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,130 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,131 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,131 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,133 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,134 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,135 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,136 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,137 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,138 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,141 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,143 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,145 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,146 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,146 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,148 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,152 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,153 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,153 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,153 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,156 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,158 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,159 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,160 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,160 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,162 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,163 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,165 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,165 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,167 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,167 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,169 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/22, BranchId=]
DEBUG 2023-09-22 01:03:18,169 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/22, BranchId=]
DEBUG 2023-09-22 01:03:18,171 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,172 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,174 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,175 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,175 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,177 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,181 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,182 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,182 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,182 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,186 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,187 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,188 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,190 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,190 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,191 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,192 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,193 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,194 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,196 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,196 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,200 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,202 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,204 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,204 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,205 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,206 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,246 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,247 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,247 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,247 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,250 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,252 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,254 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,255 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,255 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,256 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,257 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,258 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,259 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,261 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,261 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,263 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/23, BranchId=]
DEBUG 2023-09-22 01:03:18,263 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/23, BranchId=]
DEBUG 2023-09-22 01:03:18,264 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,266 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,269 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,269 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,270 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,271 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,276 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,276 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,276 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,276 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,279 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,282 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,283 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,284 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,284 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,286 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,287 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,289 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,289 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,292 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,293 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,297 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,300 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,300 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,301 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,302 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,306 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,307 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,307 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,307 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,310 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,313 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,313 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,315 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,315 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,317 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,318 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,320 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,320 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,322 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,322 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,323 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/24, BranchId=]
DEBUG 2023-09-22 01:03:18,323 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/24, BranchId=]
DEBUG 2023-09-22 01:03:18,326 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,327 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,329 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,330 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,331 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,332 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,337 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,338 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,338 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,338 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,376 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,377 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,378 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,380 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,380 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,381 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,383 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,384 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,385 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,387 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,387 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,391 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,393 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,395 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,395 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,396 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,397 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,402 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,403 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,403 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,403 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,406 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,408 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,409 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,411 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,411 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,413 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,413 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,414 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,415 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,417 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,418 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,419 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/25, BranchId=]
DEBUG 2023-09-22 01:03:18,419 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/25, BranchId=]
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 sec
Running org.seasar.extension.tx.MandatoryInterceptorTest
DEBUG 2023-09-22 01:03:18,423 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,424 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,426 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,427 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,427 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,429 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,433 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,434 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,435 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,435 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,438 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,440 [main] S2Container will be created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:18,441 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,443 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,444 [main] S2Container is created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon)
org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction
DEBUG 2023-09-22 01:03:18,456 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,457 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,459 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,459 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,460 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,462 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,466 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,467 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,467 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,467 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,471 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,473 [main] S2Container will be created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:18,473 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,476 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,476 [main] S2Container is created(path=org/seasar/extension/tx/MandatoryInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:18,481 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/26, BranchId=]
[FormatId=4360, GlobalId=1695312192449/26, BranchId=]
DEBUG 2023-09-22 01:03:18,482 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/26, BranchId=]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 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=1695312192449/28, BranchId=] is not same [FormatId=4360, GlobalId=1695312192449/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=1695312192449/30, BranchId=] is not same [FormatId=4360, GlobalId=1695312192449/29, BranchId=]
org.seasar.framework.exception.SXAException: [ESSR0316]Nested transactions not supported
org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1695312192449/31, BranchId=] is not same [FormatId=4360, GlobalId=1695312192449/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=1695312192449/33, BranchId=] is not same null
org.seasar.framework.exception.SXAException: [ESSR0032]unexpected -1
org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1695312192449/34, BranchId=] is not same [FormatId=4360, GlobalId=1695312192449/33, BranchId=]
org.seasar.framework.exception.SXAException: [ESSR0320]Status must be RS_SUCCESS
org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1695312192449/36, BranchId=] is not same [FormatId=4360, GlobalId=1695312192449/35, BranchId=]
org.seasar.framework.exception.SXAException: [ESSR0319][FormatId=4360, GlobalId=1695312192449/38, BranchId=] is not same [FormatId=4360, GlobalId=1695312192449/37, BranchId=]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.extension.jdbc.impl.BasicBatchHandlerTest
DEBUG 2023-09-22 01:03:18,489 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,491 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,530 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,530 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,531 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,533 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,537 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,537 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,537 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,538 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,541 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,543 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,544 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,546 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,546 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,547 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,548 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,549 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,550 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,552 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,552 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,553 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/39, BranchId=]
DEBUG 2023-09-22 01:03:18,554 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,554 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/39, BranchId=]
DEBUG 2023-09-22 01:03:18,554 [main] update emp set ename = 'aaa', comm = null where empno = 7369
DEBUG 2023-09-22 01:03:18,555 [main] update emp set ename = 'bbb', comm = 100.5 where empno = 7499
DEBUG 2023-09-22 01:03:18,555 [main] update emp set ename = 'ccc', comm = null where empno = 7521
DEBUG 2023-09-22 01:03:18,556 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/39, BranchId=]
DEBUG 2023-09-22 01:03:18,556 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/39, BranchId=]
DEBUG 2023-09-22 01:03:18,556 [main] select empno, ename, comm from emp where empno in (7369, 7499, 7521) order by empno
DEBUG 2023-09-22 01:03:18,558 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/39, BranchId=]
DEBUG 2023-09-22 01:03:18,558 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/39, BranchId=]
DEBUG 2023-09-22 01:03:18,558 [main] Physical connection closed
DEBUG 2023-09-22 01:03:18,559 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,561 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,563 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,563 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,565 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,566 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,572 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,572 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,573 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,573 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,576 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,577 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,579 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,580 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,580 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,582 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,583 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,584 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,584 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,586 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,587 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,589 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/40, BranchId=]
DEBUG 2023-09-22 01:03:18,589 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,589 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/40, BranchId=]
DEBUG 2023-09-22 01:03:18,589 [main] updat emp set ename = 'aaa', comm = null where empno = 7369
DEBUG 2023-09-22 01:03:18,590 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/40, BranchId=]
DEBUG 2023-09-22 01:03:18,590 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/40, BranchId=]
DEBUG 2023-09-22 01:03:18,590 [main] Physical connection closed
DEBUG 2023-09-22 01:03:18,591 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,593 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,596 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,596 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,597 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,597 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,603 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,604 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,604 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,604 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,607 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,609 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,610 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,611 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,611 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,613 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,614 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,616 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,616 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,618 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,618 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,620 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/41, BranchId=]
DEBUG 2023-09-22 01:03:18,620 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,620 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/41, BranchId=]
DEBUG 2023-09-22 01:03:18,620 [main] update emp set ename = 'aaa', comm = '2023-09-22' where empno = 7369
DEBUG 2023-09-22 01:03:18,620 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/41, BranchId=]
DEBUG 2023-09-22 01:03:18,620 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/41, BranchId=]
DEBUG 2023-09-22 01:03:18,621 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.seasar.extension.dataset.impl.SqlReloadReaderTest
DEBUG 2023-09-22 01:03:18,624 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,626 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,628 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,628 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,629 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,630 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,672 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,672 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,672 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,672 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,676 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,677 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,679 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,680 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,680 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,682 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,683 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,684 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,684 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,686 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,687 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,689 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,689 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:18,692 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:18,692 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:18,692 [main] SELECT empno, ename FROM emp WHERE empno = 7788
DEBUG 2023-09-22 01:03:18,692 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:18,692 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.seasar.extension.dataset.impl.SqlTableWriterTest
DEBUG 2023-09-22 01:03:18,696 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,698 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,700 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,701 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,701 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,702 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,708 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,708 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,709 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,709 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,712 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,713 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,715 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,716 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,716 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,718 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,719 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,720 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,720 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,722 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,723 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,724 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,725 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,725 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,728 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge')
DEBUG 2023-09-22 01:03:18,728 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,728 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,729 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,729 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,729 [main] SELECT * FROM emp WHERE empno = 9900 ORDER BY empno
DEBUG 2023-09-22 01:03:18,731 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
emp:EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO, TSTAMP
{9900, hoge, null, null, null, null, null, null, null}
DEBUG 2023-09-22 01:03:18,731 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/42, BranchId=]
DEBUG 2023-09-22 01:03:18,732 [main] Physical connection closed
DEBUG 2023-09-22 01:03:18,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,735 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,737 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,737 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,738 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,739 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,744 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,745 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,745 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,745 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,748 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,749 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,751 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,752 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,752 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,754 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,755 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,756 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,756 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,758 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,759 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,760 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,761 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,761 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,761 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno
DEBUG 2023-09-22 01:03:18,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,765 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,765 [main] UPDATE emp SET ENAME = 'hoge' WHERE EMPNO = 7788
DEBUG 2023-09-22 01:03:18,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,765 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,765 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,766 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,766 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno
DEBUG 2023-09-22 01:03:18,768 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/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 2023-09-22 01:03:18,768 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/43, BranchId=]
DEBUG 2023-09-22 01:03:18,769 [main] Physical connection closed
DEBUG 2023-09-22 01:03:18,770 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,772 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,775 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,775 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,776 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,777 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,816 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,817 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,817 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,817 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,820 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,822 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,823 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,824 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,825 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,826 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,827 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,828 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,829 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,830 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,831 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,832 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/44, BranchId=]
DEBUG 2023-09-22 01:03:18,833 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,833 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/44, BranchId=]
DEBUG 2023-09-22 01:03:18,833 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno
DEBUG 2023-09-22 01:03:18,836 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/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 2023-09-22 01:03:18,837 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/44, BranchId=]
DEBUG 2023-09-22 01:03:18,837 [main] Physical connection closed
DEBUG 2023-09-22 01:03:18,839 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,843 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,845 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,846 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,848 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,849 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,854 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,854 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,854 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,854 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,858 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,860 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,862 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,863 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,863 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,864 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,866 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,867 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,867 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,869 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,869 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,871 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,871 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,871 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,872 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno
DEBUG 2023-09-22 01:03:18,874 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,875 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,875 [main] DELETE FROM emp WHERE EMPNO = 7788
DEBUG 2023-09-22 01:03:18,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,875 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,875 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,875 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,875 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno
DEBUG 2023-09-22 01:03:18,876 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,876 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/45, BranchId=]
DEBUG 2023-09-22 01:03:18,876 [main] Physical connection closed
DEBUG 2023-09-22 01:03:18,879 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,881 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,882 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,883 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,884 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,885 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,890 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,890 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,891 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,891 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,894 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,895 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,897 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,898 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,898 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,899 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,901 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,902 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,902 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,904 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,904 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,906 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/46, BranchId=]
DEBUG 2023-09-22 01:03:18,906 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,906 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/46, BranchId=]
DEBUG 2023-09-22 01:03:18,906 [main] SELECT empno, ename, dname FROM emp, dept WHERE empno = 7788 AND emp.deptno = dept.deptno
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 2023-09-22 01:03:18,909 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/46, BranchId=]
DEBUG 2023-09-22 01:03:18,910 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/46, BranchId=]
DEBUG 2023-09-22 01:03:18,910 [main] Physical connection closed
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec
Running org.seasar.extension.jdbc.types.DateSqlDateTypeTest
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE!
Running org.seasar.extension.jdbc.types.UserDefineTypeDbTest
DEBUG 2023-09-22 01:03:18,920 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,921 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,958 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,958 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,959 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,961 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,965 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,965 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,966 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,966 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,969 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:18,972 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,973 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,975 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:18,975 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,976 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,977 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,979 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,979 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:18,981 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:18,981 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:18,983 [main] Physical connection got
DEBUG 2023-09-22 01:03:18,983 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:18,984 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:18,984 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.seasar.extension.dxo.annotation.impl.ConstantAnnotationReaderTest
DEBUG 2023-09-22 01:03:18,988 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:18,990 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,992 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:18,992 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:18,993 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:18,994 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:18,999 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,000 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,000 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,000 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,003 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,006 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,006 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,007 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,011 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,011 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,012 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,017 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,019 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,021 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,021 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,022 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,023 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,028 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,029 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,029 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,029 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,032 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,035 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,036 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,037 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,040 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,041 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,041 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,044 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,046 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,047 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,048 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,049 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,050 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,055 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,056 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,056 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,056 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,059 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,061 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,063 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,063 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,102 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,103 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,103 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,107 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,109 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,110 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,110 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,112 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,113 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,118 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,119 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,119 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,119 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,122 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,123 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,125 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,126 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,129 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,130 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,130 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,135 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,136 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,138 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,138 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,140 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,141 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,146 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,146 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,147 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,147 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,150 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,151 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,153 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,154 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,157 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,158 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,158 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,161 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,162 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,165 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,165 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,166 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,168 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,172 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,173 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,173 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,173 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,176 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,178 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,179 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,181 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,183 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,185 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,185 [main] S2Container is created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,188 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,189 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,228 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,228 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,229 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,231 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,236 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,237 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,237 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,237 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,240 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,242 [main] S2Container will be created(path=org/seasar/extension/dxo/annotation/impl/ConstantAnnotationReaderTest.dicon)
DEBUG 2023-09-22 01:03:19,243 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,244 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,247 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:19,249 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:19,249 [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.265 sec
Running org.seasar.extension.jdbc.util.BindVariableUtilTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.extension.dbcp.impl.DBXAResourceImplTest
DEBUG 2023-09-22 01:03:19,259 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,261 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,263 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,263 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,265 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,265 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,270 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,271 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,271 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,271 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,274 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,277 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
DEBUG 2023-09-22 01:03:19,280 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
DEBUG 2023-09-22 01:03:19,283 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,284 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,287 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,287 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,288 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,289 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,294 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,294 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,295 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,295 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,298 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,300 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
DEBUG 2023-09-22 01:03:19,303 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
DEBUG 2023-09-22 01:03:19,306 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,307 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,310 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,310 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,311 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,312 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,317 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,317 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,317 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,318 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,320 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,323 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
DEBUG 2023-09-22 01:03:19,326 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection2.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.seasar.extension.jdbc.impl.BasicReturningRowsBatchHandlerTest
DEBUG 2023-09-22 01:03:19,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,332 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,333 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,334 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,335 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,336 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,377 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,377 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,377 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,377 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,380 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,382 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:19,384 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:19,385 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:19,385 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:19,387 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:19,388 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,389 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,389 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:19,391 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:19,392 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:19,393 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/50, BranchId=]
DEBUG 2023-09-22 01:03:19,394 [main] Physical connection got
DEBUG 2023-09-22 01:03:19,394 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/50, BranchId=]
DEBUG 2023-09-22 01:03:19,394 [main] update emp set ename = 'aaa', comm = null where empno = 7369
DEBUG 2023-09-22 01:03:19,394 [main] update emp set ename = 'bbb', comm = 100.5 where empno = 7499
DEBUG 2023-09-22 01:03:19,394 [main] update emp set ename = 'ccc', comm = null where empno = 7521
DEBUG 2023-09-22 01:03:19,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/50, BranchId=]
DEBUG 2023-09-22 01:03:19,395 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/50, BranchId=]
DEBUG 2023-09-22 01:03:19,395 [main] select empno, ename, comm from emp where empno in (7369, 7499, 7521) order by empno
DEBUG 2023-09-22 01:03:19,395 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/50, BranchId=]
DEBUG 2023-09-22 01:03:19,396 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/50, BranchId=]
DEBUG 2023-09-22 01:03:19,396 [main] Physical connection closed
DEBUG 2023-09-22 01:03:19,398 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,399 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,402 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,402 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,403 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,404 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,409 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,409 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,409 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,409 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,412 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,414 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:19,415 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:19,418 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:19,418 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:19,419 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:19,420 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,422 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,422 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:19,424 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:19,424 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:19,426 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/51, BranchId=]
DEBUG 2023-09-22 01:03:19,426 [main] Physical connection got
DEBUG 2023-09-22 01:03:19,426 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/51, BranchId=]
DEBUG 2023-09-22 01:03:19,426 [main] updat emp set ename = 'aaa', comm = null where empno = 7369
DEBUG 2023-09-22 01:03:19,426 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/51, BranchId=]
DEBUG 2023-09-22 01:03:19,426 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/51, BranchId=]
DEBUG 2023-09-22 01:03:19,426 [main] Physical connection closed
DEBUG 2023-09-22 01:03:19,428 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:19,429 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,432 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,432 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,434 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,435 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,440 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:19,440 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:19,440 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:19,440 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,443 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:19,445 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:19,446 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:19,447 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:19,447 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:19,448 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:19,450 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,451 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:19,451 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:19,453 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:19,454 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:19,456 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/52, BranchId=]
DEBUG 2023-09-22 01:03:19,456 [main] Physical connection got
DEBUG 2023-09-22 01:03:19,456 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/52, BranchId=]
DEBUG 2023-09-22 01:03:19,457 [main] update emp set ename = 'aaa', comm = '2023-09-22' where empno = 7369
DEBUG 2023-09-22 01:03:19,457 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/52, BranchId=]
DEBUG 2023-09-22 01:03:19,457 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/52, BranchId=]
DEBUG 2023-09-22 01:03:19,457 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Running org.seasar.extension.dao.helper.impl.DaoHelperImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.extension.timer.TimeoutManagerTest
expired
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.012 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.003 sec
Running org.seasar.extension.tx.TxJ2EEConfigTest
DEBUG 2023-09-22 01:03:25,479 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,481 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,483 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,483 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,485 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,486 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,491 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,491 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,491 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,491 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,531 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,533 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,535 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,536 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,536 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,537 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,539 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,540 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,540 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,543 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,544 [main] S2Container is created(path=j2ee.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running org.seasar.extension.jta.RestrictedTransactionImplTest
DEBUG 2023-09-22 01:03:25,550 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/53, BranchId=]
DEBUG 2023-09-22 01:03:25,550 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/54, BranchId=]
DEBUG 2023-09-22 01:03:25,550 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/54, BranchId=]
DEBUG 2023-09-22 01:03:25,550 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/55, BranchId=]
DEBUG 2023-09-22 01:03:25,550 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/55, BranchId=]
DEBUG 2023-09-22 01:03:25,551 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/56, BranchId=]
DEBUG 2023-09-22 01:03:25,552 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/57, BranchId=]
DEBUG 2023-09-22 01:03:25,552 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/57, BranchId=]
DEBUG 2023-09-22 01:03:25,552 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/58, BranchId=]
DEBUG 2023-09-22 01:03:25,552 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/58, BranchId=]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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 2023-09-22 01:03:25,558 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,559 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,562 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,562 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,563 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,564 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,568 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,569 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,569 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,569 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,572 [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.02 sec
Running org.seasar.extension.tx.TxEJBConfigTest
DEBUG 2023-09-22 01:03:25,579 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,580 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,582 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,582 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,583 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,584 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,589 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,590 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,590 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,590 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,593 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,594 [main] S2Container will be created(path=ejbtx.dicon)
DEBUG 2023-09-22 01:03:25,595 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,597 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,598 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,598 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,599 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,601 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,602 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,602 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,604 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,604 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,606 [main] S2Container is created(path=ejbtx.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.extension.httpsession.S2HttpServletRequestWrapperTest
DEBUG 2023-09-22 01:03:25,612 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,613 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,615 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,615 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,616 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,618 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,622 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,623 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,623 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,623 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,626 [main] S2Container is created(path=creator.dicon)
0a6f07100ca6ceab87b573ccd5c64a7
DEBUG 2023-09-22 01:03:25,632 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,633 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,636 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,636 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,637 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,639 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,677 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,678 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,678 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,678 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,681 [main] S2Container is created(path=creator.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running org.seasar.extension.dataset.impl.DataRowImplTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.extension.tx.RequiredInterceptorTest
DEBUG 2023-09-22 01:03:25,692 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,693 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,696 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,696 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,697 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,698 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,711 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,712 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,712 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,712 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,715 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,717 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,718 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,720 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,721 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,731 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/59, BranchId=]
[FormatId=4360, GlobalId=1695312192449/59, BranchId=]
DEBUG 2023-09-22 01:03:25,732 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/59, BranchId=]
DEBUG 2023-09-22 01:03:25,733 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,735 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,737 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,737 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,739 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,740 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,745 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,746 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,746 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,746 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,749 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,750 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,752 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,753 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,754 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,762 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/60, BranchId=]
[FormatId=4360, GlobalId=1695312192449/60, BranchId=]
DEBUG 2023-09-22 01:03:25,762 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/60, BranchId=]
DEBUG 2023-09-22 01:03:25,764 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,766 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,768 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,768 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,769 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,770 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,776 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,776 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,776 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,777 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,779 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,782 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,782 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,784 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,785 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,795 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/61, BranchId=]
DEBUG 2023-09-22 01:03:25,795 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/61, BranchId=]
DEBUG 2023-09-22 01:03:25,797 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,836 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,838 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,838 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,840 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,841 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,846 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,846 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,846 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,846 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,849 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,851 [main] S2Container will be created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,852 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,854 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,854 [main] S2Container is created(path=org/seasar/extension/tx/RequiredInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:25,864 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/62, BranchId=]
DEBUG 2023-09-22 01:03:25,864 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/62, BranchId=]
java.lang.Exception: hoge
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec
Running org.seasar.extension.jdbc.impl.BasicHandlerTest
DEBUG 2023-09-22 01:03:25,868 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,869 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,871 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,871 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,873 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,874 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,879 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,879 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,879 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,880 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,883 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,884 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,885 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,887 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,887 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,888 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,889 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,891 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,891 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,893 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,893 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,895 [main] update emp set ename = 'hoge', comm = 100.5 where empno = 7788
DEBUG 2023-09-22 01:03:25,896 [main] update emp set ename = 'hoge', comm = 100.5 where empno = 7788
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.extension.dataset.impl.SqlReloadTableReaderTest
DEBUG 2023-09-22 01:03:25,899 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,901 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,903 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,903 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,904 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,905 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,910 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,910 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,911 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,911 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,914 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,916 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,917 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,918 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,918 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,920 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,921 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,922 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,923 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,924 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,925 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,926 [main] Physical connection got
DEBUG 2023-09-22 01:03:25,926 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:25,931 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:25,931 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:25,931 [main] SELECT empno, ename FROM emp WHERE empno = 7788
DEBUG 2023-09-22 01:03:25,932 [main] Logical connection closed, tx=null
emp:empno, ename
{7788, SCOTT}
DEBUG 2023-09-22 01:03:25,932 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.seasar.extension.j2ee.JndiContextTest
DEBUG 2023-09-22 01:03:25,935 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,936 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,939 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,939 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,940 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,941 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,946 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:25,946 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:25,946 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:25,946 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,949 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:25,952 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,953 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,955 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:25,955 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,956 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,957 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,959 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:25,959 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:25,961 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:25,962 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:25,965 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:25,966 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,003 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,004 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,005 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,006 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,011 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,012 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,012 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,012 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,015 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,017 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,018 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,020 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,020 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,021 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,022 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,024 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,024 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,026 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,026 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,029 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,031 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,033 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,033 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,035 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,035 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,040 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,041 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,041 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,041 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,044 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,046 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,047 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,048 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,048 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,050 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,051 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,052 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,052 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,054 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,055 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,057 [main] S2Container will be created(path=org/seasar/extension/j2ee/bind.dicon)
DEBUG 2023-09-22 01:03:26,058 [main] S2Container is created(path=org/seasar/extension/j2ee/bind.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 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 2023-09-22 01:03:26,064 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,065 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,068 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,068 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,069 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,070 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,075 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,075 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,075 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,075 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,078 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,081 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,081 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,086 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,087 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,091 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,094 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,094 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,096 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,097 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,102 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,102 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,102 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,102 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,105 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,110 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,111 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,115 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,115 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,151 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,152 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,155 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,155 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,156 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,157 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,162 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,162 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,163 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,163 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,166 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,168 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,169 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,172 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,173 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,176 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,177 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,179 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,181 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,183 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,184 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,189 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,189 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,190 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,190 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,193 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,194 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,196 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,198 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,200 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,202 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,204 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,206 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,206 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,207 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,208 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,213 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,214 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,214 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,214 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,217 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,219 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,220 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,223 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,224 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,227 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,228 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,230 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,230 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,231 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,232 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,237 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,237 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,238 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,238 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,241 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,243 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,244 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,247 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,248 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,251 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,253 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,255 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,255 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,256 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,257 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,262 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,263 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,263 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,263 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,300 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,301 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,303 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,305 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,307 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,312 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,314 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,316 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,316 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,317 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,318 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,323 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,323 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,323 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,323 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,327 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,329 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:26,330 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,333 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:26,335 [main] S2Container is created(path=dxo.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
Running org.seasar.extension.jdbc.impl.BooleanToIntStatementTest
DEBUG 2023-09-22 01:03:26,339 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,341 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,343 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,343 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,344 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,345 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,350 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,351 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,351 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,351 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,354 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,356 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,358 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,359 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,359 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,360 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,362 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,363 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,363 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,365 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,365 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,367 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/63, BranchId=]
DEBUG 2023-09-22 01:03:26,368 [main] Physical connection got
DEBUG 2023-09-22 01:03:26,368 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/63, BranchId=]
DEBUG 2023-09-22 01:03:26,368 [main] update dept set active = false where deptno = 10
DEBUG 2023-09-22 01:03:26,369 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/63, BranchId=]
DEBUG 2023-09-22 01:03:26,369 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/63, BranchId=]
DEBUG 2023-09-22 01:03:26,369 [main] select active from dept where deptno = 10
DEBUG 2023-09-22 01:03:26,369 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/63, BranchId=]
DEBUG 2023-09-22 01:03:26,369 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/63, BranchId=]
DEBUG 2023-09-22 01:03:26,369 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.seasar.extension.dbcp.impl.DataSourceImpl2Test
DEBUG 2023-09-22 01:03:26,372 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,374 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,377 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,377 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,378 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,379 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,384 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,385 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,385 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,385 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,388 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,389 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,390 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,392 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:26,392 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,393 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,394 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,396 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,396 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:26,398 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:26,399 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:26,400 [main] Physical connection got
DEBUG 2023-09-22 01:03:26,400 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:26,400 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:26,400 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.seasar.extension.dbcp.impl.ConnectionPoolImplTest
DEBUG 2023-09-22 01:03:26,440 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,441 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,443 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,443 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,444 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,445 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,450 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,451 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,451 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,451 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,454 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,456 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:26,461 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:26,468 [main] Physical connection got
DEBUG 2023-09-22 01:03:26,468 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:26,468 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:26,668 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:26,668 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:26,668 [main] Physical connection closed
DEBUG 2023-09-22 01:03:26,671 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:26,673 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,674 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:26,674 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,676 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,677 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,682 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:26,682 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:26,682 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:26,682 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,686 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:26,688 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:26,692 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:28,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:28,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:28,196 [main] Physical connection closed
DEBUG 2023-09-22 01:03:29,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:29,700 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:29,702 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:29,703 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:29,703 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:29,705 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:29,709 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:29,710 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:29,710 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:29,710 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:29,718 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:29,721 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:29,725 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:29,732 [Thread-1] Physical connection got
DEBUG 2023-09-22 01:03:29,732 [Thread-1] Logical connection got, tx=null
checkIn
DEBUG 2023-09-22 01:03:33,732 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:33,733 [main] Physical connection closed
DEBUG 2023-09-22 01:03:33,734 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:33,737 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,738 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,739 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,740 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,741 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,747 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,747 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,747 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,747 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,751 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,752 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,756 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,762 [main] Physical connection got
DEBUG 2023-09-22 01:03:33,762 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:33,762 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:33,763 [main] Physical connection closed
DEBUG 2023-09-22 01:03:33,765 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:33,766 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,769 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,769 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,769 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,771 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,776 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,777 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,777 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,777 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,780 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,782 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,824 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,829 [main] Physical connection got
DEBUG 2023-09-22 01:03:33,829 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:33,829 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:33,829 [main] Physical connection closed
DEBUG 2023-09-22 01:03:33,831 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:33,833 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,835 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,835 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,837 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,838 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,843 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,843 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,843 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,843 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,847 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,848 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,852 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,856 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/64, BranchId=]
DEBUG 2023-09-22 01:03:33,857 [main] Physical connection got
DEBUG 2023-09-22 01:03:33,857 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/64, BranchId=]
DEBUG 2023-09-22 01:03:33,857 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/64, BranchId=]
DEBUG 2023-09-22 01:03:33,857 [main] Physical connection closed
DEBUG 2023-09-22 01:03:33,860 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:33,861 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,863 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,863 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,865 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,866 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,871 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,872 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,872 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,872 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,875 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,878 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,881 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,887 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/65, BranchId=]
DEBUG 2023-09-22 01:03:33,887 [main] Physical connection got
DEBUG 2023-09-22 01:03:33,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/65, BranchId=]
DEBUG 2023-09-22 01:03:33,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/65, BranchId=]
DEBUG 2023-09-22 01:03:33,887 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/65, BranchId=]
DEBUG 2023-09-22 01:03:33,887 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/65, BranchId=]
DEBUG 2023-09-22 01:03:33,887 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/65, BranchId=]
DEBUG 2023-09-22 01:03:33,887 [main] Physical connection closed
DEBUG 2023-09-22 01:03:33,889 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:33,891 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,893 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,893 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,894 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,895 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,900 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,900 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,901 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,901 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,904 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,907 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,910 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,915 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/66, BranchId=]
DEBUG 2023-09-22 01:03:33,915 [main] Physical connection got
DEBUG 2023-09-22 01:03:33,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/66, BranchId=]
DEBUG 2023-09-22 01:03:33,915 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/66, BranchId=]
DEBUG 2023-09-22 01:03:33,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/66, BranchId=]
DEBUG 2023-09-22 01:03:33,915 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/66, BranchId=]
DEBUG 2023-09-22 01:03:33,915 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/66, BranchId=]
DEBUG 2023-09-22 01:03:33,915 [main] Physical connection closed
DEBUG 2023-09-22 01:03:33,918 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:33,920 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,922 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,922 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,924 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,924 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,929 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,930 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,930 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,930 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,969 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,970 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,974 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:33,978 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/67, BranchId=]
DEBUG 2023-09-22 01:03:33,978 [main] Physical connection got
DEBUG 2023-09-22 01:03:33,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/67, BranchId=]
DEBUG 2023-09-22 01:03:33,978 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/67, BranchId=]
DEBUG 2023-09-22 01:03:33,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/67, BranchId=]
DEBUG 2023-09-22 01:03:33,979 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/67, BranchId=]
DEBUG 2023-09-22 01:03:33,979 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/67, BranchId=]
DEBUG 2023-09-22 01:03:33,979 [main] Physical connection closed
DEBUG 2023-09-22 01:03:33,981 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:33,982 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,985 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:33,985 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,986 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,987 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,992 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:33,992 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:33,992 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:33,993 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,996 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:33,998 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:34,001 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:34,005 [main] Physical connection got
DEBUG 2023-09-22 01:03:34,005 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:34,005 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/68, BranchId=]
DEBUG 2023-09-22 01:03:34,005 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:34,005 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/68, BranchId=]
DEBUG 2023-09-22 01:03:34,006 [main] Physical connection closed
DEBUG 2023-09-22 01:03:34,008 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:34,009 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:34,011 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:34,011 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:34,012 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:34,014 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:34,019 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:34,020 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:34,020 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:34,020 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:34,023 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:34,024 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:34,028 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:34,033 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/69, BranchId=]
DEBUG 2023-09-22 01:03:34,033 [main] Physical connection got
DEBUG 2023-09-22 01:03:34,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/69, BranchId=]
DEBUG 2023-09-22 01:03:34,033 [main] Physical connection got
DEBUG 2023-09-22 01:03:34,033 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/69, BranchId=]
DEBUG 2023-09-22 01:03:34,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/69, BranchId=]
DEBUG 2023-09-22 01:03:34,033 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/69, BranchId=]
DEBUG 2023-09-22 01:03:34,033 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/69, BranchId=]
DEBUG 2023-09-22 01:03:34,033 [main] Physical connection closed
DEBUG 2023-09-22 01:03:34,033 [main] Physical connection closed
DEBUG 2023-09-22 01:03:34,035 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:34,037 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:34,039 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:34,039 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:34,040 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:34,041 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:34,046 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:34,046 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:34,046 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:34,047 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:34,050 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:34,052 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:34,055 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:34,059 [main] Physical connection got
DEBUG 2023-09-22 01:03:34,059 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:40,728 [Seasar2-TimeoutManager] Physical connection closed
DEBUG 2023-09-22 01:03:42,062 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:42,063 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:42,066 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:42,066 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:42,067 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:42,068 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:42,073 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:42,074 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:42,074 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:42,074 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:42,113 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:42,116 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:42,121 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:42,127 [main] Physical connection got
DEBUG 2023-09-22 01:03:42,127 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:42,127 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,127 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:50,131 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:50,134 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:50,134 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:50,135 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:50,136 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:50,141 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:50,141 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:50,142 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:50,142 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:50,145 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:50,147 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:50,150 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:50,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:50,157 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:50,160 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:50,160 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:50,161 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:50,162 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:50,167 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:50,168 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:50,168 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:50,168 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:50,171 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:50,173 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:50,177 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:50,181 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,181 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,181 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,182 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,182 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,182 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,182 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,182 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,182 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,182 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,182 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,182 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,182 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,182 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,182 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,183 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,183 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,183 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,183 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,183 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,183 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,183 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,183 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,183 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,183 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,183 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,183 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,183 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,183 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,184 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,184 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,184 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,184 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,184 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,184 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,184 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,184 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,184 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,184 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,184 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,184 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,184 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,185 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,185 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,185 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,185 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,185 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,185 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,185 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,185 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,185 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,185 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,185 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,185 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,185 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,186 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,186 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,186 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,186 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,186 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,186 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,186 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,186 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,186 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,187 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,187 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,187 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,187 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,187 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,187 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,187 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,188 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,188 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,188 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,188 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,188 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,188 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,188 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,188 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,188 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,188 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,188 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,188 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,188 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,188 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,189 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,189 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,189 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,189 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,189 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,189 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,189 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,189 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,189 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,189 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,189 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,189 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,189 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,189 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,190 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,190 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,190 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,190 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,190 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,190 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,190 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,190 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,190 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,190 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,190 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,190 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,190 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,190 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,191 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,191 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,191 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,191 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,191 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,191 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,192 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,192 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,192 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,192 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,192 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,192 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,192 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,192 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,192 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,192 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,192 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,192 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,192 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,193 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,193 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,193 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,193 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,193 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,193 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,193 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,193 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,193 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,193 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,193 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,193 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,193 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,193 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,194 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,194 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,194 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,194 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,194 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,195 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,195 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,195 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,195 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,195 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,195 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,195 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,195 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,195 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,195 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,195 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,195 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,195 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,195 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,196 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,196 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,197 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,197 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,197 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,197 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,197 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,197 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,197 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,197 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,198 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,198 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,198 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,198 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,198 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,198 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,199 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,200 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,201 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,202 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,203 [main] Physical connection closed
DEBUG 2023-09-22 01:03:50,205 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:50,207 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:50,209 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:50,209 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:50,210 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:50,211 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:50,216 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:50,217 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:50,217 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:50,217 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:50,220 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:50,222 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:50,225 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:50,230 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,230 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:50,230 [main] Physical connection got
DEBUG 2023-09-22 01:03:50,230 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:51,730 [Seasar2-TimeoutManager] Physical connection closed
DEBUG 2023-09-22 01:03:52,230 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,230 [main] Physical connection closed
DEBUG 2023-09-22 01:03:52,233 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:52,234 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,237 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,237 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,238 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,239 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,282 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,284 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,284 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,284 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,287 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,289 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,292 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,297 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/70, BranchId=]
DEBUG 2023-09-22 01:03:52,297 [main] Physical connection got
DEBUG 2023-09-22 01:03:52,297 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/70, BranchId=]
DEBUG 2023-09-22 01:03:52,297 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/70, BranchId=]
DEBUG 2023-09-22 01:03:52,398 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/70, BranchId=]
DEBUG 2023-09-22 01:03:52,398 [Thread-2] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,498 [main] Physical connection closed
DEBUG 2023-09-22 01:03:52,499 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:52,501 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,504 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,504 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,505 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,505 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,510 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,511 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,511 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,511 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,514 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,517 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,520 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,525 [main] Physical connection got
DEBUG 2023-09-22 01:03:52,525 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,525 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:52,525 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,525 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:52,525 [main] Physical connection closed
DEBUG 2023-09-22 01:03:52,527 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:52,528 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,530 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,530 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,531 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,533 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,537 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,538 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,538 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,538 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,541 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,543 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,546 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,553 [main] Physical connection got
DEBUG 2023-09-22 01:03:52,553 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,753 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,753 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,753 [main] Physical connection got
DEBUG 2023-09-22 01:03:52,753 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,954 [main] Physical connection closed
DEBUG 2023-09-22 01:03:52,954 [main] Physical connection closed
ERROR 2023-09-22 01:03:52,956 [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 2023-09-22 01:03:52,957 [main] Physical connection got
DEBUG 2023-09-22 01:03:52,957 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:52,958 [main] Physical connection closed
DEBUG 2023-09-22 01:03:52,961 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:52,962 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,965 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:52,965 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,966 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,969 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,975 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:52,975 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:52,976 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:52,976 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,979 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:52,983 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,987 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:52,993 [main] Physical connection got
DEBUG 2023-09-22 01:03:52,993 [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.
2001
DEBUG 2023-09-22 01:03:55,996 [main] Physical connection closed
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.597 sec
Running org.seasar.extension.dxo.command.impl.BeanToMapDxoCommandTest
DEBUG 2023-09-22 01:03:56,003 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,004 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,006 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,006 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,007 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,009 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,013 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,014 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,014 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,014 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,017 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,056 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,057 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,060 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,061 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,065 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,067 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,069 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,069 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,070 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,071 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,077 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,077 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,077 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,077 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,080 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,082 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,083 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,087 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,087 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,090 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,091 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,094 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,094 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,095 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,096 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,101 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,102 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,102 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,102 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,105 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,107 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,108 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,111 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,112 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,114 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,115 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,118 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,118 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,119 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,120 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,125 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,126 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,126 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,126 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,129 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,131 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,133 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,135 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,137 [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 2023-09-22 01:03:56,139 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,141 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,143 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,143 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,144 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,145 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,150 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,150 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,150 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,151 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,153 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,190 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,191 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,195 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,195 [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 2023-09-22 01:03:56,198 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,199 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,201 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,202 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,202 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,204 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,208 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,209 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,209 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,209 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,212 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,214 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,215 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,218 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,219 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,224 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,226 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,228 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,228 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,229 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,230 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,235 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,235 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,235 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,235 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,238 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,240 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,241 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,244 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,245 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,249 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,251 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,253 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,253 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,254 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,255 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,260 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,261 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,261 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,261 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,264 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,267 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,268 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,272 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,272 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,276 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,277 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,279 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,279 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,281 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,282 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,287 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,287 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,287 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,287 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,291 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,292 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,293 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,331 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,333 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,335 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,337 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,339 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,339 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,340 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,341 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,346 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,347 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,347 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,347 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,350 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,352 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,353 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,357 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,358 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,361 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,364 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,364 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,365 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,366 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,371 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,372 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,372 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,372 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,375 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,377 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,378 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,381 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,382 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,385 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,387 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,389 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,389 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,390 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,391 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,396 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,397 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,397 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,397 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,400 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,401 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,403 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,406 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,407 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,411 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,413 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,415 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,415 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,417 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,417 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,423 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,423 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,423 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,423 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,427 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,428 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,429 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,468 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,470 [main] S2Container is created(path=dxo.dicon)
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec
Running org.seasar.extension.jdbc.impl.ConfigurableStatementFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.seasar.extension.dxo.builder.impl.BeanToMapDxoCommandBuilderTest
DEBUG 2023-09-22 01:03:56,484 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,485 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,488 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,488 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,489 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,490 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,495 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,495 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,495 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,495 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,499 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,501 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,502 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,505 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,506 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,509 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,511 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,512 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,512 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,514 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,515 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,520 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,521 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,521 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,521 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,524 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,525 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,527 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,529 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,531 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,533 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,536 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,538 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,538 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,539 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,540 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,545 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,545 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,546 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,546 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,549 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,551 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:56,552 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,555 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:56,556 [main] S2Container is created(path=dxo.dicon)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.seasar.extension.tx.NotSupportedInterceptorTest
DEBUG 2023-09-22 01:03:56,567 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,568 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,570 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,570 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,571 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,573 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,578 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,578 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,578 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,578 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,581 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,583 [main] S2Container will be created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:56,584 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,622 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,623 [main] S2Container is created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon)
null
DEBUG 2023-09-22 01:03:56,635 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,637 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,638 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,638 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,640 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,641 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,646 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,646 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,647 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,647 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,650 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,651 [main] S2Container will be created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:56,653 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,654 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,655 [main] S2Container is created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:56,664 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/71, BranchId=]
null
DEBUG 2023-09-22 01:03:56,664 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/71, BranchId=]
DEBUG 2023-09-22 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 2023-09-22 01:03:56,667 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,670 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,670 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,671 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,672 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,677 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,677 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,677 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,677 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,680 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,683 [main] S2Container will be created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:56,684 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,685 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,686 [main] S2Container is created(path=org/seasar/extension/tx/NotSupportedInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:56,695 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/72, BranchId=]
java.lang.Exception: hoge
DEBUG 2023-09-22 01:03:56,695 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/72, BranchId=]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running org.seasar.extension.dataset.impl.DataTableResultSetHandlerTest
DEBUG 2023-09-22 01:03:56,699 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,700 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,702 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,703 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,703 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,705 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,709 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,710 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,710 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,710 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,713 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,715 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,716 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,718 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,718 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,719 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,720 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,722 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,722 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,725 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,726 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,727 [main] Physical connection got
DEBUG 2023-09-22 01:03:56,728 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:56,728 [main] select * from emp
DEBUG 2023-09-22 01:03:56,733 [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 2023-09-22 01:03:56,735 [main] Physical connection closed
DEBUG 2023-09-22 01:03:56,774 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,775 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,778 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,778 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,779 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,781 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,785 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,786 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,786 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,786 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,789 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,791 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,792 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,794 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,794 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,795 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,796 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,798 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,798 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,800 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,800 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,802 [main] Physical connection got
DEBUG 2023-09-22 01:03:56,802 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:56,802 [main] select ename, dname from emp, dept where emp.deptno = dept.deptno
DEBUG 2023-09-22 01:03:56,807 [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 2023-09-22 01:03:56,807 [main] Physical connection closed
DEBUG 2023-09-22 01:03:56,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,811 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,813 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,814 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,814 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,815 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,821 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,821 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,821 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,821 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,824 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,827 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,827 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,829 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,831 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,831 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,833 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,834 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,836 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,836 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,838 [main] Physical connection got
DEBUG 2023-09-22 01:03:56,838 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:56,838 [main] select dept_no, d_name from dept3 where dept_no = 20
DEBUG 2023-09-22 01:03:56,842 [main] Logical connection closed, tx=null
dept3:DEPT_NO, D_NAME
{20, RESEARCH}
DEBUG 2023-09-22 01:03:56,842 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
Running org.seasar.extension.jdbc.types.ValueTypesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.seasar.extension.datasource.impl.SelectableDataSourceProxyTest
DEBUG 2023-09-22 01:03:56,850 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,851 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,854 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,854 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,855 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,856 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,861 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,862 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,862 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,862 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,865 [main] S2Container is created(path=creator.dicon)
WARN 2023-09-22 01:03:56,876 [main] Skip setting property, because property(con) of org.seasar.extension.datasource.impl.SelectableDataSourceProxyTest$TestDataSource not found
WARN 2023-09-22 01:03:56,877 [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.031 sec
Running org.seasar.extension.dataset.impl.SqlTableReaderTest
DEBUG 2023-09-22 01:03:56,880 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,882 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,884 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,884 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,885 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,886 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,892 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,892 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,892 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,892 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,931 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,933 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,934 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,935 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,935 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,937 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,938 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,940 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,940 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,942 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,942 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,944 [main] Physical connection got
DEBUG 2023-09-22 01:03:56,944 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:56,944 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:56,944 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:56,944 [main] SELECT * FROM emp ORDER BY empno
DEBUG 2023-09-22 01:03:56,949 [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 2023-09-22 01:03:56,952 [main] Physical connection closed
DEBUG 2023-09-22 01:03:56,953 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,955 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,957 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,958 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,958 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,959 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,964 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:56,965 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,965 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,965 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,968 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:56,970 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,971 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,972 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:56,972 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,974 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,975 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,977 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,977 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:56,979 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:56,979 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:56,981 [main] Physical connection got
DEBUG 2023-09-22 01:03:56,981 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:56,981 [main] SELECT * FROM emp ORDER BY ename
DEBUG 2023-09-22 01:03:56,986 [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 2023-09-22 01:03:56,988 [main] Physical connection closed
DEBUG 2023-09-22 01:03:56,990 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:56,992 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,994 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:56,994 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:56,995 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:56,996 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,001 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,002 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,002 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,002 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,005 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,007 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,008 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,009 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,009 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,011 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,012 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,014 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,014 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,016 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,016 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,018 [main] Physical connection got
DEBUG 2023-09-22 01:03:57,018 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:57,018 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:57,018 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:57,019 [main] SELECT * FROM emp WHERE empno = 7788 ORDER BY empno
DEBUG 2023-09-22 01:03:57,023 [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 2023-09-22 01:03:57,023 [main] Physical connection closed
DEBUG 2023-09-22 01:03:57,025 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,027 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,029 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,029 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,030 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,031 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,073 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,074 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,074 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,074 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,077 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,079 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,080 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,081 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,082 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,083 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,084 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,085 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,085 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,087 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,088 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,090 [main] Physical connection got
DEBUG 2023-09-22 01:03:57,090 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:57,090 [main] select * from emp
DEBUG 2023-09-22 01:03:57,093 [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 2023-09-22 01:03:57,099 [main] Physical connection closed
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec
Running org.seasar.extension.dxo.command.impl.MapToBeanDxoCommandTest
DEBUG 2023-09-22 01:03:57,103 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,105 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,108 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,108 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,109 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,110 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,115 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,115 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,115 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,115 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,118 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,121 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,121 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,125 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,126 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,130 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,133 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,133 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,134 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,135 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,140 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,141 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,141 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,141 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,144 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,145 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,146 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,150 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,151 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,154 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,155 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,158 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,158 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,159 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,160 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,165 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,166 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,166 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,166 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,169 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,171 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,172 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,175 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,176 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,179 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,180 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,183 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,183 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,183 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,220 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,225 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,226 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,226 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,226 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,229 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,231 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,232 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,235 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,236 [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 2023-09-22 01:03:57,238 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,240 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,242 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,242 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,243 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,244 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,249 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,250 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,250 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,250 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,253 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,255 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,256 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,259 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,260 [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 2023-09-22 01:03:57,262 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,264 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,267 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,267 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,267 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,268 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,274 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,274 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,274 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,274 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,278 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,280 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,281 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,284 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,285 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,288 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,289 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,291 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,292 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,293 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,294 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,299 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,300 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,300 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,300 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,303 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,305 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,306 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,308 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,310 [main] S2Container is created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,314 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,315 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,317 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,317 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,318 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,320 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,360 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,361 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,361 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,361 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,364 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,366 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:57,367 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,370 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:57,371 [main] S2Container is created(path=dxo.dicon)
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec
Running org.seasar.extension.jdbc.types.PostgreResultSetTypeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.seasar.extension.component.impl.ComponentInvokerCreatorTest
DEBUG 2023-09-22 01:03:57,378 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,380 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,382 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,382 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,383 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,384 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,389 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,390 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,390 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,390 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,393 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,397 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,399 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,400 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,400 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,402 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,403 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,408 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,408 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,408 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,409 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,412 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,415 [main] starting HOT Deploy
WARN 2023-09-22 01:03:57,416 [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 2023-09-22 01:03:57,416 [main] Registering component definition of class(org.seasar.extension.component.impl.ComponentInvokerImpl[componentInvoker]).
DEBUG 2023-09-22 01:03:57,418 [main] stopping HOT Deploy
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.seasar.extension.httpsession.impl.DbSessionStateManagerImplTest
DEBUG 2023-09-22 01:03:57,422 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,423 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,425 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,425 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,426 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,428 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,432 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,433 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,433 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,433 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,437 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,438 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,439 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,441 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,441 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,442 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,443 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,445 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,445 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,447 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,447 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,449 [main] Physical connection got
DEBUG 2023-09-22 01:03:57,449 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:03:57,449 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:57,450 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:57,451 [main] Physical connection closed
DEBUG 2023-09-22 01:03:57,452 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,454 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,456 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,456 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,457 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,458 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,499 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,499 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,500 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,500 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,503 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,504 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,506 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,507 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,507 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,509 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,510 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,511 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,511 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,513 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,513 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,515 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/73, BranchId=]
DEBUG 2023-09-22 01:03:57,617 [main] Physical connection got
DEBUG 2023-09-22 01:03:57,617 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/73, BranchId=]
DEBUG 2023-09-22 01:03:57,617 [main] insert into s2session values('hoge', 'aaa', '[B@6de4b', '2023-09-22 01.03.57')
DEBUG 2023-09-22 01:03:57,618 [main] insert into s2session values('hoge', 'bbb', '[B@ffab0a', '2023-09-22 01.03.57')
DEBUG 2023-09-22 01:03:57,618 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/73, BranchId=]
DEBUG 2023-09-22 01:03:57,618 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/73, BranchId=]
DEBUG 2023-09-22 01:03:57,618 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:57,619 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/73, BranchId=]
DEBUG 2023-09-22 01:03:57,619 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/73, BranchId=]
DEBUG 2023-09-22 01:03:57,619 [main] Physical connection closed
DEBUG 2023-09-22 01:03:57,622 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,623 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,625 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,625 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,626 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,628 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,633 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,634 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,634 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,634 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,637 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,638 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,639 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,641 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,641 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,642 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,643 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,645 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,645 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,647 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,648 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,649 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,749 [main] Physical connection got
DEBUG 2023-09-22 01:03:57,750 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,751 [main] insert into s2session values('hoge', 'aaa', '[B@195ddb5', '2023-09-22 01.03.57')
DEBUG 2023-09-22 01:03:57,751 [main] insert into s2session values('hoge', 'bbb', '[B@ed262', '2023-09-22 01.03.57')
DEBUG 2023-09-22 01:03:57,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,752 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,752 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:57,752 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,852 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,853 [main] update s2session set value = '[B@1e21540', last_access = '2023-09-22 01.03.57' where session_id = 'hoge' and name = 'aaa'
DEBUG 2023-09-22 01:03:57,853 [main] update s2session set value = '[B@1e142a5', last_access = '2023-09-22 01.03.57' where session_id = 'hoge' and name = 'bbb'
DEBUG 2023-09-22 01:03:57,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,854 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,854 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:57,854 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,854 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/74, BranchId=]
DEBUG 2023-09-22 01:03:57,854 [main] Physical connection closed
DEBUG 2023-09-22 01:03:57,856 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:57,858 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,861 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,861 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,862 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,862 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,868 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:57,868 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:57,868 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:57,868 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,871 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:57,874 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,875 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,876 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:57,876 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,878 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,878 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,880 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:57,880 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:57,882 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:57,883 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:57,884 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:57,984 [main] Physical connection got
DEBUG 2023-09-22 01:03:57,984 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:57,985 [main] insert into s2session values('hoge', 'aaa', '[B@805298', '2023-09-22 01.03.57')
DEBUG 2023-09-22 01:03:57,985 [main] insert into s2session values('hoge', 'bbb', '[B@ae7b77', '2023-09-22 01.03.57')
DEBUG 2023-09-22 01:03:57,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:57,985 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:57,985 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:57,985 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:58,085 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:58,086 [main] delete from s2session where session_id = 'hoge' and name = 'aaa'
DEBUG 2023-09-22 01:03:58,086 [main] delete from s2session where session_id = 'hoge' and name = 'bbb'
DEBUG 2023-09-22 01:03:58,086 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:58,086 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:58,086 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:58,086 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:58,086 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/75, BranchId=]
DEBUG 2023-09-22 01:03:58,086 [main] Physical connection closed
DEBUG 2023-09-22 01:03:58,088 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,089 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,092 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,092 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,093 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,094 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,099 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,100 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,100 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,100 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,141 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,142 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,143 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,145 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,145 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,146 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,148 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,149 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,149 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,151 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,151 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,154 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,254 [main] Physical connection got
DEBUG 2023-09-22 01:03:58,254 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,254 [main] insert into s2session values('hoge', 'aaa', '[B@126f304', '2023-09-22 01.03.58')
DEBUG 2023-09-22 01:03:58,255 [main] insert into s2session values('hoge', 'bbb', '[B@1ca3cb', '2023-09-22 01.03.58')
DEBUG 2023-09-22 01:03:58,255 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,255 [main] delete from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:58,255 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,255 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,255 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:58,255 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,255 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/76, BranchId=]
DEBUG 2023-09-22 01:03:58,256 [main] Physical connection closed
DEBUG 2023-09-22 01:03:58,257 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,259 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,261 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,261 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,262 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,263 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,268 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,269 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,269 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,269 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,272 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,275 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,275 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,277 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,277 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,279 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,279 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,281 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,281 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,283 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,284 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,286 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,387 [main] Physical connection got
DEBUG 2023-09-22 01:03:58,387 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,387 [main] insert into s2session values('hoge', 'aaa', '[B@12a2259', '2023-09-22 01.03.58')
DEBUG 2023-09-22 01:03:58,387 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,387 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,387 [main] insert into s2session values('hoge', 'bbb', '[B@1353d27', '2023-09-22 01.03.58')
DEBUG 2023-09-22 01:03:58,388 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,388 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,388 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:58,388 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,488 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,488 [main] update s2session set value = '[B@12f9ee1', last_access = '2023-09-22 01.03.58' where session_id = 'hoge' and name = 'aaa'
DEBUG 2023-09-22 01:03:58,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,489 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,489 [main] update s2session set value = '[B@167f48c', last_access = '2023-09-22 01.03.58' where session_id = 'hoge' and name = 'bbb'
DEBUG 2023-09-22 01:03:58,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,489 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,489 [main] select name, value, last_access from s2session where session_id = 'hoge'
DEBUG 2023-09-22 01:03:58,489 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,490 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/77, BranchId=]
DEBUG 2023-09-22 01:03:58,490 [main] Physical connection closed
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 sec
Running org.seasar.extension.dbcp.impl.XAConnectionImplTest
DEBUG 2023-09-22 01:03:58,493 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,495 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,498 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,498 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,499 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,499 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,505 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,506 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,506 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,506 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,509 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,511 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:03:58,515 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.seasar.extension.jta.TransactionImplTest
DEBUG 2023-09-22 01:03:58,524 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/78, BranchId=]
DEBUG 2023-09-22 01:03:58,524 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/78, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction
DEBUG 2023-09-22 01:03:58,524 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/79, BranchId=]
DEBUG 2023-09-22 01:03:58,526 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/80, BranchId=]
DEBUG 2023-09-22 01:03:58,526 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/80, BranchId=]
DEBUG 2023-09-22 01:03:58,526 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/81, BranchId=]
DEBUG 2023-09-22 01:03:58,526 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/82, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended
DEBUG 2023-09-22 01:03:58,526 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/82, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction
DEBUG 2023-09-22 01:03:58,527 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/83, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended
DEBUG 2023-09-22 01:03:58,527 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/83, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction
DEBUG 2023-09-22 01:03:58,527 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/84, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0315]Not suspended
DEBUG 2023-09-22 01:03:58,528 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/85, BranchId=]
DEBUG 2023-09-22 01:03:58,528 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/85, BranchId=]
DEBUG 2023-09-22 01:03:58,528 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/86, BranchId=]
DEBUG 2023-09-22 01:03:58,528 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/86, BranchId=]
DEBUG 2023-09-22 01:03:58,528 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/87, BranchId=]
DEBUG 2023-09-22 01:03:58,528 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/87, BranchId=]
DEBUG 2023-09-22 01:03:58,529 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/88, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended
DEBUG 2023-09-22 01:03:58,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/89, BranchId=]
DEBUG 2023-09-22 01:03:58,530 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/89, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction
DEBUG 2023-09-22 01:03:58,530 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/90, BranchId=]
ERROR 2023-09-22 01:03:58,530 [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=1695312192449/90, BranchId=]
DEBUG 2023-09-22 01:03:58,532 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/91, BranchId=]
ERROR 2023-09-22 01:03:58,532 [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=1695312192449/91, BranchId=]
DEBUG 2023-09-22 01:03:58,533 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/92, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0314]Already suspended
DEBUG 2023-09-22 01:03:58,533 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/93, BranchId=]
DEBUG 2023-09-22 01:03:58,533 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/93, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction
DEBUG 2023-09-22 01:03:58,533 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/94, BranchId=]
DEBUG 2023-09-22 01:03:58,533 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/95, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0313]Illegal status: {0}
DEBUG 2023-09-22 01:03:58,533 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/95, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0311]No transaction
DEBUG 2023-09-22 01:03:58,534 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/96, BranchId=]
ERROR 2023-09-22 01:03:58,534 [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=1695312192449/96, BranchId=]
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.seasar.extension.jdbc.impl.BasicSelectHandlerForOracleTest
DEBUG 2023-09-22 01:03:58,537 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,538 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,540 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,540 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,542 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,543 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,548 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,548 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,548 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,548 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,552 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,553 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,554 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,556 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,556 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,557 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,558 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,559 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,560 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,561 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,562 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,565 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/97, BranchId=]
DEBUG 2023-09-22 01:03:58,565 [main] Physical connection got
DEBUG 2023-09-22 01:03:58,565 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/97, BranchId=]
DEBUG 2023-09-22 01:03:58,565 [main] insert into emp(empno, ename) values(99, '〜')
DEBUG 2023-09-22 01:03:58,565 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/97, BranchId=]
DEBUG 2023-09-22 01:03:58,566 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/97, BranchId=]
DEBUG 2023-09-22 01:03:58,566 [main] select ename from emp where empno = 99
DEBUG 2023-09-22 01:03:58,566 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/97, BranchId=]
~
DEBUG 2023-09-22 01:03:58,566 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/97, BranchId=]
DEBUG 2023-09-22 01:03:58,567 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.seasar.extension.jta.xa.XidImplTest
[FormatId=4360, GlobalId=1695312192449/98, BranchId=1]
[FormatId=4360, GlobalId=1695312192449/98, BranchId=1]
[FormatId=4360, GlobalId=1695312192449/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.003 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.003 sec
Running org.seasar.extension.tx.NeverInterceptorTest
DEBUG 2023-09-22 01:03:58,576 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,577 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,615 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,615 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,616 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,618 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,622 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,623 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,624 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,624 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,627 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,628 [main] S2Container will be created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,629 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,631 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,631 [main] S2Container is created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon)
null
DEBUG 2023-09-22 01:03:58,639 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,640 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,643 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,643 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,643 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,660 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,665 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,665 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,665 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,665 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,668 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,671 [main] S2Container will be created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,671 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,673 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,673 [main] S2Container is created(path=org/seasar/extension/tx/NeverInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,679 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/101, BranchId=]
org.seasar.framework.exception.SIllegalStateException: [ESSR0317]Already associated with another transaction
DEBUG 2023-09-22 01:03:58,679 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/101, BranchId=]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running org.seasar.extension.tx.RequiresNewInterceptorTest
DEBUG 2023-09-22 01:03:58,683 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,684 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,686 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,686 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,688 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,689 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,694 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,694 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,694 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,694 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,697 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,699 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,700 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,702 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,702 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,711 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/102, BranchId=]
[FormatId=4360, GlobalId=1695312192449/102, BranchId=]
DEBUG 2023-09-22 01:03:58,711 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/102, BranchId=]
DEBUG 2023-09-22 01:03:58,712 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,714 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,717 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,717 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,718 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,718 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,723 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,724 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,724 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,724 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,727 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,729 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,730 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,731 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,732 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,740 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/103, BranchId=]
preTx:[FormatId=4360, GlobalId=1695312192449/103, BranchId=]
DEBUG 2023-09-22 01:03:58,740 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/104, BranchId=]
[FormatId=4360, GlobalId=1695312192449/104, BranchId=]
DEBUG 2023-09-22 01:03:58,741 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/104, BranchId=]
DEBUG 2023-09-22 01:03:58,741 [main] Transaction committed, tx=[FormatId=4360, GlobalId=1695312192449/103, BranchId=]
DEBUG 2023-09-22 01:03:58,779 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,780 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,783 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,783 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,784 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,785 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,790 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,791 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,791 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,791 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,794 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,796 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,796 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,798 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,799 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,807 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/105, BranchId=]
preTx:[FormatId=4360, GlobalId=1695312192449/105, BranchId=]
DEBUG 2023-09-22 01:03:58,808 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/106, BranchId=]
DEBUG 2023-09-22 01:03:58,808 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/106, BranchId=]
DEBUG 2023-09-22 01:03:58,809 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,811 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,813 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,814 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,815 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,815 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,821 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,821 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,821 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,821 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,824 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,827 [main] S2Container will be created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,828 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,829 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,829 [main] S2Container is created(path=org/seasar/extension/tx/RequiresNewInterceptorTest.dicon)
DEBUG 2023-09-22 01:03:58,838 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/107, BranchId=]
DEBUG 2023-09-22 01:03:58,838 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/107, BranchId=]
java.lang.Exception: hoge
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
Running org.seasar.extension.jdbc.impl.MapListResultSetHandlerTest
DEBUG 2023-09-22 01:03:58,841 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,843 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,845 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,845 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,846 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,847 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,853 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,853 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,853 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,853 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,857 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,858 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,860 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,861 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:58,861 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,863 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,863 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,864 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,865 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:58,866 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:58,868 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:58,870 [main] Physical connection got
DEBUG 2023-09-22 01:03:58,870 [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 2023-09-22 01:03:58,873 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:03:58,873 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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 2023-09-22 01:03:58,878 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,879 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,882 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,882 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,883 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,884 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,888 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,889 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,889 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,889 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,892 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,894 [main] S2Container will be created(path=dxo.dicon)
DEBUG 2023-09-22 01:03:58,895 [main] S2Container will be created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:58,936 [main] S2Container is created(path=dxo-builtin-converters.dicon)
DEBUG 2023-09-22 01:03:58,936 [main] S2Container is created(path=dxo.dicon)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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 2023-09-22 01:03:58,950 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,951 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,954 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,954 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,955 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,956 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,961 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,961 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,961 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,961 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,964 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,968 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,970 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,972 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,972 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,973 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,974 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,979 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,979 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,980 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,980 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,983 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:58,986 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:58,988 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,990 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:58,990 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,991 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,992 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,997 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:58,998 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:58,998 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:58,998 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,001 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,005 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,007 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,008 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,008 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,010 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,011 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,016 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,016 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,016 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,017 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,020 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,023 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,024 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,027 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,027 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,028 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,029 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,071 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,072 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,072 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,073 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,076 [main] S2Container is created(path=creator.dicon)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.seasar.extension.dataset.impl.SqlDeleteTableWriterTest
DEBUG 2023-09-22 01:03:59,083 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,085 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,087 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,087 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,088 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,089 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,094 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,095 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,095 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,095 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,098 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,100 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:59,100 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:03:59,102 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:03:59,102 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:59,103 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:59,104 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,106 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,106 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:03:59,108 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:03:59,109 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:03:59,112 [main] Transaction began, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,112 [main] Physical connection got
DEBUG 2023-09-22 01:03:59,112 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,122 [main] INSERT INTO emp (empno, ename) VALUES (9900, 'hoge')
DEBUG 2023-09-22 01:03:59,122 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,122 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,122 [main] DELETE FROM emp WHERE empno = 9900
DEBUG 2023-09-22 01:03:59,123 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,123 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,124 [main] Logical connection got, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,124 [main] SELECT * FROM emp WHERE empno = 9900 ORDER BY empno
DEBUG 2023-09-22 01:03:59,124 [main] Logical connection closed, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,125 [main] Transaction rolledback, tx=[FormatId=4360, GlobalId=1695312192449/108, BranchId=]
DEBUG 2023-09-22 01:03:59,125 [main] Physical connection closed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.seasar.extension.dataset.impl.XlsReaderTest
DEBUG 2023-09-22 01:03:59,129 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,130 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,132 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,132 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,134 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,135 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,140 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,140 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,141 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,141 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,144 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,156 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,158 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,160 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,160 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,161 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,162 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,167 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,168 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,168 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,168 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,171 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,185 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,186 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,189 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,189 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,190 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,191 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,232 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,233 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,233 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,233 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,236 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,248 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,250 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,252 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,252 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,253 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,254 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,259 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,260 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,260 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,260 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,263 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,271 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,273 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,276 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,276 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,277 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,277 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,283 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,284 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,284 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,284 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,287 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,296 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,297 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,299 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,300 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,300 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,302 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,307 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,307 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,307 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,307 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,310 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,325 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,326 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,328 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,329 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,329 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,331 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,336 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,336 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,337 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,337 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,340 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,395 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,396 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,398 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,399 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,400 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,401 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,406 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,406 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,407 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,407 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,410 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,421 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:03:59,423 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,425 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:03:59,425 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,426 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,427 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,432 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:03:59,433 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:03:59,433 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:03:59,433 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:03:59,436 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,330 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:04:00,332 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,333 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,333 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,334 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,335 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,345 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,345 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,345 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,345 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,347 [main] S2Container is created(path=creator.dicon)
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.232 sec
Running org.seasar.extension.jdbc.impl.BasicSelectHandlerTest
DEBUG 2023-09-22 01:04:00,360 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:04:00,361 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,363 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,363 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,364 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,364 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,369 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,369 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,370 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,370 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,372 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,373 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:04:00,374 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:04:00,375 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:04:00,375 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:04:00,376 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:04:00,377 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,378 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,378 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:04:00,380 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:04:00,380 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:04:00,384 [main] Physical connection got
DEBUG 2023-09-22 01:04:00,384 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:04:00,384 [main] select * from emp where empno = 7788
DEBUG 2023-09-22 01:04:00,386 [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 2023-09-22 01:04:00,387 [main] Physical connection closed
DEBUG 2023-09-22 01:04:00,388 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:04:00,390 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,391 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,391 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,392 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,393 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,396 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,397 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,397 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,397 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,399 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,400 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:04:00,401 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:04:00,404 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:04:00,404 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:04:00,405 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:04:00,406 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,407 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,407 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:04:00,408 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:04:00,409 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:04:00,410 [main] Physical connection got
DEBUG 2023-09-22 01:04:00,410 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:04:00,410 [main] selec * from emp
DEBUG 2023-09-22 01:04:00,410 [main] Logical connection closed, tx=null
DEBUG 2023-09-22 01:04:00,411 [main] Physical connection closed
DEBUG 2023-09-22 01:04:00,412 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:04:00,413 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,415 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,415 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,416 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,416 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,421 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,421 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,421 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,422 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,424 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,425 [main] S2Container will be created(path=j2ee.dicon)
DEBUG 2023-09-22 01:04:00,426 [main] S2Container will be created(path=jta.dicon)
DEBUG 2023-09-22 01:04:00,427 [main] S2Container is created(path=jta.dicon)
DEBUG 2023-09-22 01:04:00,427 [main] S2Container will be created(path=jdbc.dicon)
DEBUG 2023-09-22 01:04:00,428 [main] S2Container will be created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:04:00,429 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,430 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,430 [main] S2Container is created(path=jdbc-extension.dicon)
DEBUG 2023-09-22 01:04:00,431 [main] S2Container is created(path=jdbc.dicon)
DEBUG 2023-09-22 01:04:00,432 [main] S2Container is created(path=j2ee.dicon)
DEBUG 2023-09-22 01:04:00,433 [main] Physical connection got
DEBUG 2023-09-22 01:04:00,433 [main] Logical connection got, tx=null
DEBUG 2023-09-22 01:04:00,433 [main] select * from UNKNOWN
DEBUG 2023-09-22 01:04:00,433 [main] Physical connection closed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
Running org.seasar.extension.dbcp.impl.XADataSourceImplTest
DEBUG 2023-09-22 01:04:00,437 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:04:00,438 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,440 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,440 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,441 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,442 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,445 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,446 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,446 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,446 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,448 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,449 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:04:00,455 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:04:00,460 [main] The value (ut) was set into the environment variable #Env, because the file (env_ut.txt) was not found.
DEBUG 2023-09-22 01:04:00,461 [main] S2Container will be created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,463 [main] S2Container is created(path=convention.dicon)
DEBUG 2023-09-22 01:04:00,463 [main] S2Container will be created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,464 [main] S2Container will be created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,464 [main] S2Container will be created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,467 [main] S2Container is created(path=std-customizer.dicon)
DEBUG 2023-09-22 01:04:00,468 [main] S2Container is created(path=default-customizer.dicon)
DEBUG 2023-09-22 01:04:00,468 [main] S2Container is created(path=customizer.dicon)
DEBUG 2023-09-22 01:04:00,468 [main] S2Container will be created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,470 [main] S2Container is created(path=creator.dicon)
DEBUG 2023-09-22 01:04:00,473 [main] S2Container will be created(path=org/seasar/extension/dbcp/impl/connection.dicon)
DEBUG 2023-09-22 01:04:00,475 [main] S2Container is created(path=org/seasar/extension/dbcp/impl/connection.dicon)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.seasar.extension.jdbc.types.CalendarTimestampTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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: 1 minute 58 seconds
[INFO] Finished at: Fri Sep 22 01:04:00 JST 2023
[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